Step 1: Create an AI Assistant in OpenAI (Console)

  1. Access https://platform.openai.com/
  2. Log in to your OpenAI account
  3. In the side menu, click on "Assistants"
  4. Click the "Create" or "Create Assistant" button
  5. Configure your Assistant:
  6. Click "Save" to create your assistant
  7. Test your assistant using the available playground interface

Step 2: Create an Agent in AWS Bedrock (Console)

  1. Access the AWS Console (https://console.aws.amazon.com)
  2. In the search bar, type "Bedrock" and select the service
  3. In the side menu, click on "Agents"
  4. Click the "Create agent" button
  5. In the "Agent details" section:
  6. In the "Agent instructions" section:
  7. In "IAM permissions":
  8. Review all settings and click "Create agent"
  9. After creation, use the "Test" button to interact with your agent

<aside> Tip: Keep settings simple at first. You can always modify and add more advanced features once you're familiar with the basic functionality.

</aside>