From 62c04caf1215909781d1e57582996ef1fb7cc913 Mon Sep 17 00:00:00 2001 From: gurkenhabicht Date: Sat, 10 Feb 2024 20:53:58 +0100 Subject: [PATCH] Layout --- Enumeration/AWS.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/Enumeration/AWS.md b/Enumeration/AWS.md index 0ee0ad0..041dfbf 100644 --- a/Enumeration/AWS.md +++ b/Enumeration/AWS.md @@ -129,7 +129,7 @@ every account inside the organization. This SCP allows subscription to all AWS services. An account can have 5 SCPs at max. Limiting SCPs do not apply to the management account itself. -### User Provisioning +## User Provisioning When using the cli command, the aws configuration and credentials are stored at `~/.aws` @@ -169,7 +169,15 @@ In another region aws ec2 describe-instances --output text --region us-east-1 --profile PROFILENAME ``` -### Amazon Resource Name (ARN) +### Secrets + +```sh +aws secretsmanager help +aws secretsmanager list-secrets +ws secretsmanager get-secret-value --secret-id --region +``` + +## Amazon Resource Name (ARN) The [ARN](https://docs.aws.amazon.com/IAM/latest/UserGuide/reference-arns.html) is a unique ID which identifies resources. @@ -180,14 +188,6 @@ A Unique ID is create through the following scheme arn:aws::::/ ``` -### Secrets - -```sh -aws secretsmanager help -aws secretsmanager list-secrets -ws secretsmanager get-secret-value --secret-id --region -``` - ## Virtual Private Cloud (VPC) Is a logic network segementation method using its own IP address range.