Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update AWS_PROFILE env var #105

Merged
merged 2 commits into from
Oct 5, 2022
Merged

Conversation

rachelekm
Copy link
Contributor

@rachelekm rachelekm commented Oct 5, 2022

Overview

There are currently two different AWS profiles specified in the app, iow-about-us and iow-boundary-tool, and we're moving forward with the latter option since it's used more frequently and better representation of the project. We need to update the AWS_PROFILE env var in the dockerfile to match the correct profile in a developer's local AWS credentials file to run ecsmanage commands in the django container.

Testing Instructions

  • scripts/update
  • scripts/manage ecsmanage showmigrations
  • Confirm could successfully use credentials to run an aws task

Checklist

  • fixup! commits have been squashed
  • CHANGELOG.md updated with summary of features or fixes, following Keep a Changelog guidelines
  • README.md updated if necessary to reflect the changes
  • CI passes after rebase

@rachelekm rachelekm marked this pull request as ready for review October 5, 2022 14:26
Copy link
Contributor

@caseycesari caseycesari left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Working!

➜  iow-boundary-tool git:(rm/update-aws-profile-env-var) ✗ ./scripts/manage ecsmanage showmigrations
Starting iow-boundary-tool_database_1 ... done
Creating iow-boundary-tool_django_run ... done
Task started! View here:
https://console.aws.amazon.com/ecs/home?region=us-east-1#/clusters/ecsStagingCluster/tasks/fee5cd40a885405c8aeb533382dd027a/details

@rachelekm rachelekm merged commit f00d853 into develop Oct 5, 2022
@rachelekm rachelekm deleted the rm/update-aws-profile-env-var branch October 5, 2022 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants