Skip to content

mustafaDevop/servers-and-security-groups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

servers-and-security-groups

infrastructure of an ec2 instane having an iam role connected to it

Architecture

infras

Usage

Make sure you have the following installed:

Set up your AWS credentials:

        aws configure

To create the infrastructure, run the following command:

        # Create the infrastructure
        # Clone the repo
        git clone https://github.com/mustafaDevop/servers-and-security-groups

        # Change directory
        cd high-availability-web

        # Make the script executable
        sudo chmod +x create-servers.sh

        # Run the script, replace {stack-name} with your own stack name
        ./create-servers.sh {stack-name}

To update the infrastructure, run the following command:

        # Make the script executable
        sudo chmod +x update-servers.sh

        # Run the script, replace {stack-name} with your own stack name
        ./update.sh {stack-name}

To delete the infrastructure, run the following command:

              # Make the script executable
              sudo chmod +x delete-servers.sh

              # Run the script, replace {stack-name} with your own stack name
              ./delete.sh {stack-name}

About

infrastructure of an ec2 instane having an iam role connected to it

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages