Launching EC2 , typical steps in AWS
-
Pick an AMI. Create an App if you don’t already have one.
-
Create a new policy – for each new app.
-
Add any Tags – Good practice to have userId and Environment (Prod, Dev, Non-Prod) etc. as tags.
-
Configure Security Group – RDP, HTTP and HTTPS egress-ingress are a must.
-
Create Key Pair, Download Private Key Download.
That’s it.
Leave a Reply