Skip to content

Latest commit

 

History

History
256 lines (164 loc) · 7.95 KB

CHEATSHEETS.md

File metadata and controls

256 lines (164 loc) · 7.95 KB

AWS Cheatsheets

AWS IAM

Cheatsheet

https://digitalcloud.training/aws-iam/

References

https://docs.aws.amazon.com/STS/latest/APIReference/API_GetSessionToken.html https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html

AWS EC2

Cheatsheet

https://digitalcloud.training/amazon-ec2/

References

https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/CopyingAMIs.html

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_use_switch-role-ec2_instance-profiles.html

AWS ECS/EKS

Cheatsheet

https://digitalcloud.training/amazon-ecs-and-eks/

References

https://docs.aws.amazon.com/AmazonECS/latest/APIReference/API_PortMapping.html

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/task-placement-strategies.html

AWS EBS

Cheatsheet

https://digitalcloud.training/aws-elastic-beanstalk/

References

https://aws.amazon.com/elasticbeanstalk/

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/applications-sourcebundle.html

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.rolling-version-deploy.html

https://docs.aws.amazon.com/elasticbeanstalk/latest/dg/using-features.deploy-existing-version.html

AWS S3 & Glacier

Cheatsheet

https://digitalcloud.training/amazon-s3-and-glacier/

References

https://docs.aws.amazon.com/codedeploy/latest/userguide/tutorials-windows-upload-application.html

AWS RDS

Cheatsheet

https://digitalcloud.training/amazon-rds/

References

https://aws.amazon.com/blogs/compute/using-amazon-rds-proxy-with-aws-lambda/

https://aws.amazon.com/rds/postgresql/

AWS Aurora

Cheatsheet

https://digitalcloud.training/amazon-aurora/

References

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Integrating.AutoScaling.html

https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/Aurora.Managing.Performance.html#Aurora.Managing.Performance.ReadScaling

AWS DynamoDB

Cheatsheet

https://digitalcloud.training/amazon-dynamodb/

References

https://docs.aws.amazon.com/aws-sdk-php/v2/guide/feature-dynamodb-session-handler.html

https://repost.aws/knowledge-center/dynamodb-create-composite-key

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/Streams.html

https://docs.aws.amazon.com/amazondynamodb/latest/developerguide/bp-query-scan.html#QueryAndScanGuidelines.ParallelScan

Amazon Athena

Cheatsheet

https://digitalcloud.training/amazon-athena/

References

https://docs.aws.amazon.com/athena/latest/ug/msck-repair-table.html

AWS Lambda

Cheatsheet

https://digitalcloud.training/aws-lambda/

References

https://docs.aws.amazon.com/lambda/latest/dg/python-package.html

https://docs.aws.amazon.com/lambda/latest/dg/invocation-scaling.html

https://docs.aws.amazon.com/lambda/latest/dg/lambda-concurrency.html#calculating-concurrency

https://aws.amazon.com/blogs/compute/upcoming-changes-to-the-python-sdk-in-aws-lambda/

AWS Developer Tools

Cheatsheet

https://digitalcloud.training/aws-developer-tools/

References

https://docs.aws.amazon.com/codedeploy/latest/userguide/deployments.html

https://docs.aws.amazon.com/codebuild/latest/userguide/welcome.html

https://docs.aws.amazon.com/codedeploy/latest/userguide/welcome.html

https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-hooks.html

https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-resources.html

https://docs.aws.amazon.com/codebuild/latest/userguide/sample-docker.html

https://docs.aws.amazon.com/codebuild/latest/userguide/build-spec-ref.html

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_credentials_ssh-keys.html

https://docs.aws.amazon.com/xray/latest/devguide/xray-sdk-java-segment.html

https://docs.aws.amazon.com/xray/latest/devguide/xray-api-segmentdocuments.html

https://aws.amazon.com/codecommit/

https://docs.aws.amazon.com/AWSJavaSDK/latest/javadoc/com/amazonaws/services/codecommit/AWSCodeCommitClient.html

https://docs.aws.amazon.com/AmazonECS/latest/developerguide/deployment-type-bluegreen.html

https://docs.aws.amazon.com/amplify/latest/userguide/welcome.html

AWS application integration services

Cheatsheet

https://digitalcloud.training/aws-application-integration-services/

References

https://docs.aws.amazon.com/step-functions/latest/dg/input-output-resultpath.html

https://docs.aws.amazon.com/step-functions/latest/dg/tutorial-handling-error-conditions.html

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/sqs-short-and-long-polling.html

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_SetQueueAttributes.html

https://docs.aws.amazon.com/AWSSimpleQueueService/latest/APIReference/API_ReceiveMessage.html

https://aws.amazon.com/blogs/compute/introducing-aws-lambda-destinations/

https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-rule-dlq.html

AWS API Gateway

Cheatsheet

https://digitalcloud.training/amazon-api-gateway/

References

https://docs.aws.amazon.com/apigateway/latest/developerguide/stage-variables.html

https://docs.aws.amazon.com/apigateway/latest/developerguide/set-up-stages.html

https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-caching.html

https://docs.aws.amazon.com/apigateway/latest/developerguide/canary-release.html

https://docs.aws.amazon.com/apigateway/latest/developerguide/websocket-api-develop-routes.html

AWS CloudWatch

Cheatsheet

https://digitalcloud.training/amazon-cloudwatch/

References

https://docs.aws.amazon.com/cli/latest/reference/cloudwatch/put-metric-data.html

https://docs.aws.amazon.com/AmazonCloudWatch/latest/logs/MonitoringLogData.html

https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/WhatIsCloudWatchEvents.html

https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/AlarmThatSendsEmail.html#high-resolution-alarms

Amazon CloudFront

Cheatsheet

https://digitalcloud.training/amazon-cloudfront/

References

https://aws.amazon.com/premiumsupport/knowledge-center/cloudfront-serve-static-website/

https://aws.amazon.com/blogs/networking-and-content-delivery/amazon-s3-amazon-cloudfront-a-match-made-in-the-cloud/

AWS KMS

Cheatsheet

https://digitalcloud.training/aws-kms/

References

https://docs.aws.amazon.com/kms/latest/APIReference/API_GenerateDataKey.html

AWS WAF/Shield

Cheatsheet

https://digitalcloud.training/aws-waf-shield/

References

https://aws.amazon.com/premiumsupport/knowledge-center/waf-allow-block-country-geolocation/

AWS Certificate Manager

Cheatsheet

https://digitalcloud.training/aws-certificate-manager/

References

https://docs.aws.amazon.com/apigateway/latest/developerguide/how-to-custom-domains.html

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-to-api-gateway.html

AWS SAM

Cheatsheet

https://digitalcloud.training/aws-sam/

References

https://docs.aws.amazon.com/serverless-application-model/latest/developerguide/what-is-sam.html

AWS Kinesis

Cheatsheet

https://digitalcloud.training/amazon-kinesis/

References

https://docs.aws.amazon.com/streams/latest/dev/introduction.html

Miscellaneous

https://docs.aws.amazon.com/IAM/latest/UserGuide/reference_aws-signing.html

Amazon VPC

Cheatsheet

https://digitalcloud.training/amazon-vpc/

References

https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html

Amazon Route 53

Cheatsheet

https://digitalcloud.training/amazon-route-53/

References

https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy-latency.html

Amazon Cognito

Cheatsheet

https://digitalcloud.training/amazon-cognito/

References

https://docs.aws.amazon.com/cognito/latest/developerguide/cognito-user-identity-pools.html

https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html

https://docs.aws.amazon.com/cognito/latest/developerguide/identity-pools.html

https://docs.aws.amazon.com/cognito/latest/developerguide/synchronizing-data.html

https://docs.aws.amazon.com/cognito/latest/developerguide/developer-authenticated-identities.html