📄️ Naming Conventions
Naming conventions are important for cloud resources because they help to organize and manage resources in a consistent and predictable way. By following a set of conventions for naming resources, it becomes easier to understand the purpose and use of each resource, and to find and identify specific resources when needed. Additionally, naming conventions can help to prevent naming conflicts, which can lead to errors and make it more difficult to manage resources. They also help with cost allocation and chargeback, by identifying which resources belong to which project or department. Additionally, naming conventions can help to promote best practices and make it easier to understand the purpose and use of different elements of code.
📄️ RDS Snapshot Cross-Account Sharing
Create KMS Key and Give Access to Target Account
📄️ GitHub Repository Baseline Settings
Below are the recommended settings we suggest, you can ignore if some settings wouldn't suit your use-case.
📄️ GitHub Service Account
GitHub Service Account a regular GitHub user account that is used to perform automated tasks in GitHub repositories. It is a best practice to use a service account for automation tasks instead of using personal accounts.
📄️ Git Branching Strategy
TBD
📄️ Access ECS Container Terminal
This guide explains how to use Amazon ECS Exec to securely access a running container for interactive task management.