Skip to content

This cloudformation script creates aws infrastructure and provision it with Apache Web server with default webpage text

Notifications You must be signed in to change notification settings

Success-Guy/AWS-Cloudformation

Repository files navigation

Udacity Project 2

  • Name: Aworeni Abiodun
  • Date: June 17th, 2022 - 22:00 GMT+1

Architecture Diagram

Architecture Diagram

Cloudformation_Output_LoadBalancer-DNS

Cloudformation_Output_LoadBalancer

Web page screenshoot

working webpage

Create Infrastructure

aws cloudformation create-stack --stack-name projcet-infra --template-body file://.\infrastructure.yml --parameters file://.\infrastructure-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1

Update Infrastructure

aws cloudformation update-stack --stack-name projcet-infra --template-body file://.\infrastructure.yml --parameters file://.\infrastructure-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1

Delete Infrastructure

aws cloudformation delete-stack --stack-name projcet-infra 

Create server

aws cloudformation create-stack --stack-name projet-server --template-body file://.\project-server.yml --parameters file://.\project-server-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1

Update server

aws cloudformation update-stack --stack-name projet-server --template-body file://.\project-server.yml --parameters file://.\project-server-param.json --capabilities "CAPABILITY_IAM" "CAPABILITY_NAMED_IAM" --region=us-east-1

Delete server

aws cloudformation delete-stack --stack-name projet-server

About

This cloudformation script creates aws infrastructure and provision it with Apache Web server with default webpage text

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published