Skip to content

Instantly share code, notes, and snippets.

Custom Metrics
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html
********************************
Amazon Athena Table
********************************
CREATE EXTERNAL TABLE cloudtrail_logs (
eventversion STRING,
useridentity STRUCT<
type:STRING,
principalid:STRING,
arn:STRING,
********************************
StartStopEC2
********************************
var AWS = require('aws-sdk');
exports.handler = function(event, context, callback) {
var isStartOperation = event.operation == 'start';
var region = 'us-west-2';
var EC2 = new AWS.EC2({
#!/bin/bash
#Required
domain=$(uname -n)
echo "Generating SSL for $domain"
commonname=$domain
country=IN
state=KA
locality=BANGALORE
organization=Intuit
@daorte
daorte / qwiklabs.txt
Last active April 27, 2021 14:05
Qwiklabs
https://www.qwiklabs.com
Introduction to Amazon Simple Storage Service (S3)
https://www.qwiklabs.com/focuses/16438?parent=catalog
Introduction to Amazon CloudFront
https://www.qwiklabs.com/focuses/15612?parent=catalog
Introduction to AWS Identity and Access Management (IAM)
@daorte
daorte / cloud_practitioner.txt
Created April 28, 2021 20:17
AWS Certified Cloud Practitioner
AWS Cloud Practitioner Essentials
https://www.aws.training/Details/eLearning?id=60697
AWS Certified Cloud Practitioner
https://aws.amazon.com/es/certification/certified-cloud-practitioner/
Exam Guide
https://d1.awsstatic.com/training-and-certification/docs-cloud-practitioner/AWS-Certified-Cloud-Practitioner_Exam-Guide.pdf
Sample Questions

Immersion Days

Serverless Lab Instructions

Lab 1 - Web Application - A 200-level hands-on lab showing how to build a dynamic, serverless web application

In this lab, you will

  • Host static web resources with Amazon S3
  • Use Amazon Cognito to manage users and authentication
  • Build a RESTful API for backend processing