-
Notifications
You must be signed in to change notification settings - Fork 15
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
One Click installer #34
base: feature/cloudformation_regions
Are you sure you want to change the base?
One Click installer #34
Conversation
Resource handler returned message: "ARN specified for Service-Linked Role does not exist. (Service: AutoScaling, Status Code: 400, Request ID: d0b84dcf-67dc-41e7-bfa1-574bff885d41)" (RequestToken: 27578a1b-afc7-5202-bd09-16a62a521bbe, HandlerErrorCode: InvalidRequest) |
https://stackoverflow.com/questions/59573935/how-to-add-password-parameter-field-without-showing-values-via-cloudformation adding echo false TwitterEmail:
|
this appears to be the first time issue, try redeploying
|
Workaround is to create an ASG and LT manually, we will fix the code |
There is a requirement to accept the license for ubuntu for now |
for resetting pasword
|
DenyLoginSubtask try this
|
Resource handler returned message: "Value (us-west-1a) for parameter availabilityZone is invalid. Subnets can currently only be created in the following availability zones: us-west-1b, us-west-1c. (Service: Ec2, Status Code: 400, Request ID: aa049c5c-5cdd-4daa-a435-86538070a0ac)" (RequestToken: 950d7620-5d7a-8826-262d-2fd96c207227, HandlerErrorCode: InvalidRequest) going to add
to template |
New version pushed up https://github.com/jmikedupont2/ai-agent-terraform/blob/feature/cloudformation_regions-patch1/cloudformation/installer.md please test |
Notes from todays debug session
|
order to use this AWS Marketplace product you need to accept terms and subscribe. To do so please visit https://aws.amazon.com/marketplace/pp?sku=aafjaej85im1fd4mwj2zub997", |
#35 We found a new issue in case the service roles was created manually it wont deploy, need to make more flexible |
ap-se-1 takes 337 second to boot docker |
The file that is refrerenced for the char is characters/tine-test.character.json check out this branch edit this file: Use your gitrepo name as a parameter on deploy |
|
one-click installer
First, you'll need 3 things (like getting your ingredients ready before cooking):
An AWS account - think of this as renting space in a big computer warehouse (it's free to start!)
aws acount https://aws.amazon.com/free/
AWS Account
Sign-up Link: https://aws.amazon.com/free/
Description: An AWS account is required to access AWS services such as CloudFormation, S3, EC2, and more. The free tier offers limited usage of various services, which can be sufficient for development, testing, or small-scale applications.
Steps to Sign Up:
Go to the AWS website and click on "Create an AWS account".
Fill in your email address, password, and account name.
Provide your contact information, including your name, address, and phone number.
Verify your email address and phone number.
Add a payment method (credit card or other accepted methods) to your account. Note that you won't be charged unless you exceed the free tier limits.
A Groq account - this gives your robot its brain (you'll get a special key to use it)
groq.com api key https://console.groq.com/login
Groq API Key
Sign-up Link: https://console.groq.com/login
Description: A Groq API key is necessary for interacting with the Groq platform, which offers services related to natural language processing, machine learning, and more. The API key will be used to authenticate your requests to the Groq API.
Steps to Obtain an API Key:
Go to the Groq console and sign in or create an account if you don't have one.
Navigate to the API keys or settings section.
Generate a new API key or access an existing one.
Save the API key securely, as you'll need it for your application.
A Twitter account - this is where your robot will talk to people
twitter account https://www.wikihow.com/Make-a-Twitter-Account
Twitter Account
Sign-up Link: https://www.wikihow.com/Make-a-Twitter-Account
Description: A Twitter account is required for integrating your application with Twitter services, such as posting updates, responding to tweets, or analyzing Twitter data.
Steps to Create a Twitter Account:
Go to the Twitter website or download the Twitter app.
Click on "Sign up" and enter your name, email address, and password.
Choose a username (handle) for your Twitter account.
Verify your email address or phone number.
Set up your Twitter profile, including a profile picture and bio.
After completing these prerequisites, you should have:
An AWS account with access to various AWS services.
A Groq API key for interacting with the Groq platform.
A Twitter account for integrating with Twitter services.
These prerequisites are likely necessary for setting up a specific application or service that leverages the capabilities of AWS, Groq, and Twitter.
4. You will need to accept the aws ubuntu image terms for now, there might be a different link for different regions
that it will show you.
you can select your region and accept the license before you continue.
Now, there's a special link (the one-click installer). When you click it, it's like filling out a form with:
this is a bug in my code i need to fix.
https://github.com/jmikedupont2/ai-agent-terraform/blob/feature/cloudformation_regions-patch1/cloudformation/installer.md
now use that to explain the parameters and how to fill them out, leave the other default for the region
param_GroqKey: This parameter requires your Groq API key.
Value: YOUR_GROQ_API_KEY (replace with your actual Groq API key)
Description: This key will be used to authenticate your requests to the Groq API.
param_TwitterUserName: This parameter requires your Twitter account username.
Value: YOUR_TWITTER_USERNAME (replace with your actual Twitter username)
Description: This username will be used to identify your Twitter account.
param_TwitterPassword: This parameter requires your Twitter account password.
Value: YOUR_TWITTER_PASSWORD (replace with your actual Twitter password)
Description: This password will be used to authenticate your Twitter account.
param_TwitterEmail: This parameter requires the email address associated with your Twitter account.
Value: YOUR_TWITTER_EMAIL (replace with your actual Twitter email)
Description: This email address will be used to verify your Twitter account.