Contents
How do I tag a resource in AWS?
For Filter, select the type of resource (for example, instances). In the resources list, select the check box next to each resource. Under Add Tag, enter the tag key and value and choose Add Tag. If you add a new tag with the same tag key as an existing tag, the new tag overwrites the existing tag.
What is AWS naming convention?
A naming convention is a well-defined set of rules useful for choosing the name of an AWS resource. In case you need to create your custom naming pattern, the default one can be easily replaced within the rule configuration settings available on Cloud Conformity console.
How do I group AWS resources?
Sign in to the AWS Management Console. On the navigation bar, choose Services. Under Management & Governance, choose Resource Groups & Tag Editor. In the navigation pane on the left, choose Saved Resource Groups to work with an existing group, or Create a Group to create a new one.
What are the types of instances?
The instance types can be broadly classified into five different categories as follows.
- General Purpose.
- Compute-Optimized.
- Memory-Optimized.
- Storage-Optimized.
- Accelerated Computing.
How do I name a S3 bucket?
The following rules apply for naming buckets in Amazon S3:
- Bucket names must be between 3 and 63 characters long.
- Bucket names can consist only of lowercase letters, numbers, dots (.), and hyphens (-).
- Bucket names must begin and end with a letter or number.
What are IAM groups?
An IAM Group is a collection of users. Group specifies the permission for a collection of users, and it also makes it possible to manage the permissions easily for those users. You created a group known as Admin and assigned the permissions to the group that administrators typically need.
What are AWS resources?
In AWS, a resource is an entity that you can work with. Examples include an Amazon EC2 instance, an AWS CloudFormation stack, or an Amazon S3 bucket. If you work with multiple resources, you might find it useful to manage them as a group rather than move from one AWS service to another for each task.
How to reference a resource in AWS CloudFormation?
Use the logical name to reference the resource in other parts of the template. For example, if you want to map an Amazon Elastic Block Store volume to an Amazon EC2 instance, you reference the logical IDs to associate the block stores with the instance.
When do you need an Amazon resource name?
Amazon Resource Names (ARNs) uniquely identify AWS resources. We require an ARN when you need to specify a resource unambiguously across all of AWS, such as in IAM policies, Amazon Relational Database Service (Amazon RDS) tags, and API calls. The following are the general formats for ARNs. The specific formats depend on the resource.
Which is the best naming convention for AWS resources?
Please follow the naming convention bellow to help consistent provisioning of AWS resources. For Updates to items already present, please use the inline-comment feature. For new additions which are not below, use the page comments (which will be deleted when resolved).
How to name a resource in AWS S3?
For resources that support custom names, you can assign your own names (physical IDs) to help you quickly identify resources. For example, you can name an S3 bucket that stores logs as MyPerformanceLogs. For more information, see Name type .