Giter Site home page Giter Site logo

acantril / aws-sa-associate-saac02 Goto Github PK

View Code? Open in Web Editor NEW
1.3K 1.3K 892.0 132.25 MB

Course Files for AWS Certified Solutions Architect Certification Course (SAAC02) - Adrian Cantrill

Home Page: https://learn.cantrill.io/p/aws-certified-solutions-architect-associate-saa-c02

License: MIT License

HTML 47.68% Dockerfile 0.84% Shell 22.61% Python 15.78% CSS 3.98% JavaScript 9.10%

aws-sa-associate-saac02's People

Contributors

acantril avatar benhornertech avatar joshua-tan avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aws-sa-associate-saac02's Issues

AWS Lambda no longer supports Python 2.7 - CFN Templates Broken

Hi!

As title says, many CFN templates from the repo (including the One-Click Deploys in the lessons), have the following error:
image

Message is self explanatory.

For the IPv6Workaround lambdas, changing the runtime string from python2.7 to python3.7 works, so it can be a quick find/replace fix for those, the result from cloudwatch logs of the Lambda run is a 200:

2021-10-19T18:08:27.387+02:00
{
    "Status": "SUCCESS",
    "Reason": "See the details in CloudWatch Log Stream: 2021/10/19/[$LATEST]a59c7dbd3c3942c2ae41d2ce2d599b10",
    "PhysicalResourceId": "CustomResourcePhysicalID",
    "StackId": "arn:aws:cloudformation:us-east-1:167865304106:stack/A4LTest/a2c1a310-30f6-11ec-9d5b-0a8610a92c17",
    "RequestId": "e79d5b7b-f1e0-4a2f-9573-478983f6e68e",
    "LogicalResourceId": "IPv6WorkaroundSubnetWEBC",
    "NoEcho": false,
    "Data": {
        "SubnetId": "subnet-087382866630c9320"
    }
}

Only issue is this warning:

2021-10-19T18:08:25.209+02:00
/var/task/index.py:5: SyntaxWarning: "is" with a literal. Did you mean "=="? 

misisng '/'

Within the SSMParameters.txt (HA Scaling), missing '/' for A4L/DefaultInstance

You may have to install mkfs.xfs

$ sudo mkfs -t xfs /dev/xvdb

mkfs.xfs: No such file or directory

So I had to run this command to install mkfs.xfs
sudo yum install -y xfsprogs

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.