AWS Useful Document

The article is mainly used to record some very useful link for AWS development.

AWS Perscriptive Guide

This guide provide many best practise on AWS area.

AWS Perscriptive Guide

For example, it provide a solution for AWS database random password generation as well as the secret rotation.

RDS password rotation

AWS Well-Architected Framework

AWS Well-Architected helps cloud architects build secure, high-performing, resilient, and efficient infrastructure for a variety of applications and workloads. Built around six pillars—operational excellence, security, reliability, performance efficiency, cost optimization, and sustainability—AWS Well-Architected provides a consistent approach for customers and partners to evaluate architectures and implement scalable designs.

AWS Well-Architected Framework

AWS CDK Project Template for DevOps

This repository provides best practices and template framework for developing AWS Cloud Development Kit(CDK)-based applications effectively, quickly and collaboratively. In detail, practical approaches such as how to deploy to multi-environment, how to organize directories and how to manage dependencies between stacks will be introduced, and template codes are provided to support them. Gradually, these template codes will be further expanded to support various DevOps scenario.

https://github.com/aws-samples/aws-cdk-project-template-for-devops

Developer can also explore aws-samples repository to find some useful code for AWS development, there are more than 7000+ code sample for reference.

0%