Skip to content

anoora17/Demo-102

Repository files navigation

Demo-101

Automate creating Inatnces

  • Creating EC2 using the code above.
  • creating EC2 through CLI:
 aws ec2 run-instances --image-id <ami-xxxxxxx> --count 1 --instance-type t2.nano --key-name <ur_key> --security-group-ids <sg-xxxx> --subnet-id <subnet-xxxx>

To create your aws key-name throuh CLI

 https://docs.aws.amazon.com/cli/latest/userguide/cli-services-ec2-keypairs.html

s3 create

  • use aws cli
  aws s3 mb s3://demo-101

mhttps://docs.aws.amazon.com/cli/latest/userguide/cli-services-s3-commands.html

Demo-102

AWS Lmabda and dyamodb

  • Deploy cloudFormation templates

Ref: Most of those script from LinuxAcademy and Pluralsight online learning websites

About

AWS Lmabda and dyamodb

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages