-
Notifications
You must be signed in to change notification settings - Fork 7
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
Tutorials + Associated Deployment Issues #25
base: master
Are you sure you want to change the base?
Conversation
One issue revealed here is that the current Terraform configuration (https://github.com/acannistra/planet-snowcover/blob/rework-terraform/deployment/resources.tf) relies upon the AWS IAM user represented bye the provided credentials to have basically Admin access to the account (in particular it needs IAM user creation abilities, a relatively permissive set of permissions). This may prevent some users from using the terraform build (it prevented me from using the new DLT-managed account to test, for example). |
The most recent changes require specific IAM permissions, which I'm going to keep track of here:
|
This will be the final PR for to finish up the ESIP tutorials. The tutorials themselves are in pretty decent shape, but the infrastructure deployment needs a little bit of work.