Skip to content

marcinkaluza/sil-automation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About this lab

This lab contains a series of exercises illustrating topics of automation and IaC deployment in AWS.

Prerequisited

In order to use this lab you will need the following:

Once you haev installed the aws cli you need to configure your credentials as per this ducument (https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-files.html)

You can verify that your installation and credentials have been setup corrrectly by executing the following command:

aws sts get-caller-identity

This should produce outpur similar to the one below:

{
    "UserId": "AROAY3SZJCHZXVWXBFX2Q:test",
    "Account": "123454645667",
    "Arn": "arn:aws:sts::123454645667:assumed-role/Administrator/test"
}

Using the exercises

In order to use the exercises you will need to clone this repository to your local machine using following command:

git clone https://github.com/marcinkaluza/sil-automation.git

All exercises contain their detailed instructions:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published