Based on positive past experiences, I had already decided to use
Following these tutorials:
- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html
* The key pair is tied to a specific instance (or multiple instances, if you wish) and is completely unrelated to any IAM user, as is implied by the naming suggested by this tutorial. Just name it based on your region (e.g. "aws-key-pair-uswest2"). - http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-launch-instance_linux.html
- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/ec2-connect-to-instance-linux.html
- http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/install-LAMP.html
- An AWS account
- An Identity and Access Management (IAM) admin s group and users
- A public-key cryptography key pair as both a .pem file and a .ppk file which can be used for secure access to one or more AWS instances.
- An AWS Elastic Compute Cloud (EC2) free usage tier -size instance running an Amazon Linux AMI.
- Connected to my AWS instance from my Windows PC using
PuTTY.
Apache web server,
MySQL database, and
PHP language support installed on the instance using the Yum [wiki entry] package manager.
† Working in the
No comments:
Post a Comment