Sources
Kinesis
Config
Authentication
Here are the options to authenticate with the AWS Kinesis.
- Add the following keys and values to your environment variables
AWS_ACCESS_KEY_ID
AWS_SECRET_ACCESS_KEY
AWS_REGION
- If you deploy Mage on AWS ECS cluster, you can use ECS execution task role to authenticate. You can grant the ECS task permissions to access other AWS services by attaching IAM policies to this ECS task execution role.
If you get the botocore.exceptions.NoRegionError
error, try setting the AWS_DEFAULT_REGION
environment variable.
Was this page helpful?