AWS Security Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
Line 54: Line 54:
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html Creating IAM Role]}}
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles_create.html Creating IAM Role]}}


==Create an IAM Policy==
==Managing IAM Policies==
 
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage.html#attach-managed-policy-console Managing IAM Policies]}}
 
===Create an IAM Policy===


[[Amazon_AWS_Security_Concepts#IAM_Policy|IAM Policies]].
[[Amazon_AWS_Security_Concepts#IAM_Policy|IAM Policies]].
Line 60: Line 64:
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html Creating IAM Policies]}}
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_create.html Creating IAM Policies]}}


==Edit an IAM Policy==
===Edit an IAM Policy===


{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-edit.html Editing IAM Policies]}}
{{External|[https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies_manage-edit.html Editing IAM Policies]}}

Revision as of 04:49, 5 February 2019




In process of being migrated from https://home.feodorov.com:9443/wiki/Wiki.jsp?page=AmazonSecurity


Internal

Setting AWS Credentials

Setting AWS Credentials

Create a Key Pair

Amazon AWS instance access key pairs are explained here.

External reference for the procedures to create (or import) a key pair: http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html#create-a-key-pair

This procedure describes how to create the em provisioning key pair:

Go to the EC2 console https://us-west-2.console.aws.amazon.com/ec2/v2/home.

Left tab -> Network and Security -> Key Pairs -> Create Key Pair

The key is created and the file containing the private key is automatically downloaded by your browser. The base file name is the name you specified as the name of your key pair, and the file name extension is .pem. Save the private key file in a safe place.

Create a Security Group

Create a Security Group http://docs.aws.amazon.com/AWSEC2/latest/UserGuide/get-set-up-for-amazon-ec2.html#create-a-base-security-group

List the Security Groups

EC2 Console -> Resources -> Security Groups.

IAM Operations

Create an IAM User

Creating an IAM user:

Creating an IAM User in Your AWS Account

Create an IAM Group

Creating an IAM group:

Creating IAM Groups

Create an IAM Role

Creating an IAM role:

Creating IAM Role

Managing IAM Policies

Managing IAM Policies

Create an IAM Policy

IAM Policies.

Creating IAM Policies

Edit an IAM Policy

Editing IAM Policies