$ 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-aws-concrete5.git
$ cd vagrant-aws-concrete5
$ vagrant up --provider=aws
{
"Statement": [
{
"Sid": "xxxxxxxxxxxxx",
"Action": [
"ec2:*"
],
"Effect": "Allow",
"Resource": [
"*"
]
}
]
}