Skip to content

Launch-with-1-Click/vagrant-aws-concrete5

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Vagarnt AWS Concrete5

DigitalCube inc.

Getting Started

1. Install VirtualBox.

2. Install Vagrant.

3. Install the vagrant plugins.

$ vagrant plugin install vagrant-aws

6. Set shell environment variables to .bash_profile like below.

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

5. Clone the repository into a local directory.

$ git clone [email protected]:Launch-with-1-Click/vagrant-aws-concrete5.git

6. Change into a new directory.

$ cd vagrant-aws-concrete5

7. Start a Vagrant environment.

$ vagrant up --provider=aws

Sample IAM policy

{
  "Statement": [
    {
      "Sid": "xxxxxxxxxxxxx",
      "Action": [
        "ec2:*"
      ],
      "Effect": "Allow",
      "Resource": [
        "*"
      ]
    }
  ]
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published