Skip to content

SuperGreenSamurai/yaml-have-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

yaml-have-fun

Cloudformation stack with Parameters

  1. Create an ec2 instance with the name application-server

  2. The server should be a windows-2022 server

  3. The server should be a t2 micro

  4. It should be hosted in the Northern Virginia

  5. It should be connected to the VPC my-vpc, but we want to choose the vpc on launching.

  6. The server clock should be set to Eastern Standard Time

  7. tag #development, but it could be production or qa as well. This should be enforced on launching.

  8. The server needs access to a SQL Server

CloudFormation STEP 1: CF-yaml-step1

CloudFormation STEP 2: specify Parameters

  • select inbound cidr range
  • instance type
  • SG description
  • VPC
  • Subnets 1 and 2 cidr range

CF_step3

Subnet Research Used >>> 172.31.164.0/24,172.31.165.0/24 networking-range

Completion CF_completion

About

Cloudformation stack with Parameters (variables)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published