![Untitled](https://private-user-images.githubusercontent.com/132436492/301072434-678b2611-df33-48a4-897d-cbaf99d61dc5.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkzNzI1NjUsIm5iZiI6MTczOTM3MjI2NSwicGF0aCI6Ii8xMzI0MzY0OTIvMzAxMDcyNDM0LTY3OGIyNjExLWRmMzMtNDhhNC04OTdkLWNiYWY5OWQ2MWRjNS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEyJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMlQxNDU3NDVaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0wZGFiMzlhYTMxNTU5MjFkMzVhNDg1NTVhOWNmMDZhZWNkNDhkNTZhOTQ4NzQzYWFmNmE2NDI3ODg4Y2QwN2Y4JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.ffMdfSCqGjRfLYek2tzDgbKyOgBzz9_A63EgUVmY4_o)
Pre-requesties
RDS
withBastion
(EC2) in isolated SubnetSSM
permission for Bastion.aws/config
and.aws/credential
setup
Pulling image
docker image pull sn0wm1ku/alpine-pma:latest
Running container
docker run --name alpine-pma --env-file .env -v ~/.aws:/root/.aws -p80:80 -d sn0wm1ku/alpine-pma
AWS_PROFILE
The Name of Profile to be use with TunnelingRDS_TYPE
Instance or Cluster Weather the RDS is an Instance Type (RDS) or Cluster Type (RDS Aurora)PMA_HOST
/PMA_HOSTS
Endpoint for RDS, since tunneling, suggest setting to 127.0.0.1PMA_VERBOSE
/PMA_VERBOSES
Alias for the RDS.PMA_PORT
/PMA_PORTS
Port for RDS.
~/.aws
Please Mount this to the/root
folder of container.