Skip to content

richardhboyd/event-engine-cloud9

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cloud9 Environment bootstrapper

Once the template is deployed, you can test new environments being updated with the following command.

ENV_NAME=$(cat /dev/urandom | tr -dc 'a-zA-Z' | fold -w 12 | head -n 1)
OWNER_ARN=[your ARN here]
sam deploy --guided
ENV_ID=$(aws cloud9 create-environment-ec2 --instance-type t2.micro --owner-arn $OWNER_ARN --name $ENV_NAME --output text --query "environmentId")

About

No description, website, or topics provided.

Resources

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published