Skip to content

paloth/aws-tp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Learn AWS

This lab has been created to learn aws and IaC (Infrastructur As Code) with simple example.

Getting started

In this hands-on you will learn the AWS IaaS (Infrastructure as a Service) foundation with different services like VPC, EC2,...
You can perform it through the web UI but you can also use the AWS cli or an IaC tools (CloudFormation/CDK or Terraform).

What you need

You will need an AWS account with web UI access (login / password).
If you chose to use the AWS cli or IaC tools you will need a programatic acces on your account.

Stack initialization

You can find CDK and Terraform stacks as example in this repository.
Read the different documentation to know how to use these tools

About the authors