GithubHelp home page GithubHelp logo

ortolanph / saa_c03_studies Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 0.0 8.39 MB

AWS SAA_C03 Certification Studies in Terraform

HCL 2.15% Shell 0.21% JavaScript 96.36% HTML 0.38% PowerShell 0.41% Python 0.40% CSS 0.08%

saa_c03_studies's Introduction

SAA_C03 Studies

Studies from the book AWS Certified Solutions Architect - Sutdy Guide.

Chapters

Chapter 2 - Compute Service

Chapter 3 - AWS Storage

Chapter 4 - Amazon Virtual Private Cloud (VPC)

Chapter 5 - Database Services

  • Database Services

Running the examples

To run the examples you should first make some configurations on AWS and on the configuration files on the local computer.

AWS

On IAM create an user. It'll give credentials: an access key and a secret access key.

On IAM create a Terraform Role and use the policy AdministratorAccess. That will give you permission to build every kind of resource that you are allowed to.

Local Computer

Modify the configuration files:

config

[default]
region = eu-west-1
output = json

[saa_c03_studies]
role_arn=arn:aws:iam::123456789012:role/your_terraform_role
source_profile=saa_c03_studies

credentials

[saa_c03_studies]
aws_access_key_id = MYAWESOME_CREDENTIAL
aws_secret_access_key = MY_AWESOME_SECRET_ACCESS_KEY_XXXXXXXXXXX

Checkov Tests

Simple

checkov --quiet -s -d .

With JUnit Output

checkov --quiet -s -o junitxml -d .

With Github Failed Only Output

checkov --quiet -s -o github_failed_only -d .

saa_c03_studies's People

Contributors

ortolanph avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.