Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
RichardTMiles authored Jul 2, 2024
1 parent 72c1aa5 commit d0a3cee
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,6 @@ you! Our custom files, as well as 1Strategy LLC's, are licensed under the Apache

![ServiceArchitecture.svg](Diagrams%2FServiceArchitecture.svg)

# Configure

To set up the AWS access keys for your GitHub Actions workflow, you need to follow these steps:

1. Create IAM User: Log in to your AWS Management Console, go to the IAM service, and create a new IAM user or use an
existing one. Make sure the user has the necessary permissions to deploy resources to your AWS environment.
- AWSCloudFormationFullAccess
- AmazonVPCFullAccess
-
2. Generate Access Keys: After creating the IAM user, generate access keys for the user. You'll get an Access Key ID and
a Secret Access Key.
3. Store Access Keys in GitHub Secrets: Go to your GitHub repository, navigate to "Settings" > "Secrets", and add the
Access Key ID and Secret Access Key as secrets. For example, you can name them NONPROD_AWS_ACCESS_KEY_ID and
NONPROD_AWS_SECRET_ACCESS_KEY.

## Actions Workflow Breakdown

1. Workflow Inputs: The workflow requires various inputs, including account information, regions, instance capacities,
Expand All @@ -43,7 +28,7 @@ To set up the AWS access keys for your GitHub Actions workflow, you need to foll
- MAGE-BUILDER: Builds and manages Amazon Machine Images (AMI) using AWS Image Builder.
- DEPLOY: Deploys the application stack and manages auto-scaling groups.

### GitHub Actions OIDC
### GitHub Actions OIDC (actions aws setup)

Create the OIDC role for the GitHub Actions workflow to assume.
You can use the following command from the root of this repository to create the role, note that the parameters are
Expand Down

0 comments on commit d0a3cee

Please sign in to comment.