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

Automation Momento signup #26

Open
yaya2devops opened this issue Jan 14, 2023 · 3 comments
Open

Automation Momento signup #26

yaya2devops opened this issue Jan 14, 2023 · 3 comments
Labels
good first issue Good for newcomers

Comments

@yaya2devops
Copy link
Collaborator

yaya2devops commented Jan 14, 2023

Automate the creation of an account signup process for a Momento

This command create a momento account:

momento account signup aws \
--email YOUR_EMAIL \
--region us-east-1

> Signing up for Momento...
> Success! Your access token will be emailed to you shortly.
@loujaybee
Copy link
Collaborator

loujaybee commented Jan 14, 2023

Would be nice to add that / extend the wizard script on startup:

https://github.com/openupthecloud/open-cloud-dev-box/blob/main/collect-credentials.sh
https://github.com/openupthecloud/open-cloud-dev-box/blob/main/open-cloud-dashboards.sh

But also allow a user to opt-out or decline. In future, we'll need to consider how we grow this project without spamming all users with logins to everything. Maybe they can provide an additional override configuration that specifies which tools they want to opt-in for installation and setup.

@loujaybee loujaybee added the good first issue Good for newcomers label Jan 14, 2023
@loujaybee
Copy link
Collaborator

@Y4HYA4 the title and the description don't seem to match, is that a mistake?

@yaya2devops yaya2devops changed the title AWS SDK for Python - boto3 Automation Momento signup Jan 14, 2023
@yaya2devops
Copy link
Collaborator Author

@loujaybee, right

i think we can develop further on this:

echo "Which tools do you want to opt-in for installation and setup? (comma separated list)"
read tools
for tool in $(echo $tools | tr ',' '\n'); do
    echo "Installing and setting up $tool"
    # code to install setup the selected tools
done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants