Amimoto WordPressStack greatly simplifies the development and management of WordPress hosting. WordPress is a content management platform that allows users to easily publish, manage, and organize a wide variety of content on a website. Amimoto Stack includes ready-to-run versions of WordPress. It is completely integrated and configured, so you’ll be ready to start developing your WordPress as soon as the AMI is launched onto Amazon EC2.
$ vagrant plugin install vagrant-aws
You should create IAM user for the Vagrant.
# https://console.aws.amazon.com/iam/home#home
export AWS_ACCESS_KEY="your aws access key"
export AWS_SECRET_ACCESS_KEY="your aws secret key"
# https://console.aws.amazon.com/ec2/v2/home#KeyPairs:
export AWS_EC2_KEYPAIR="your key pairs"
export AWS_EC2_KEYPAIR_PATH="/path/to/.ssh/id_rsa"
Reload environment variables.
$ source .bash_profile
$ git clone [email protected]:Launch-with-1-Click/vagrant-amimoto.git
$ cd vagrant-amimoto
$ vagrant up --provider=aws
{
"Statement": [
{
"Sid": "xxxxxxxxxxxxx",
"Action": [
"ec2:*"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}