Creating a new Amazon Managed Grafana Workspace¶
This example creates an Amazon Managed Grafana Workspace with Amazon CloudWatch, AWS X-Ray and Amazon Managed Service for Prometheus datasources.
The authentication method chosen for this example is with IAM Identity Center (former SSO). You can extend this example to add SAML.
Prerequisites¶
Note
Make sure to complete the prerequisites section before proceeding.
Setup¶
1. Download sources and initialize Terraform¶
git clone https://github.com/aws-observability/terraform-aws-observability-accelerator.git
cd terraform-aws-observability-accelerator/examples/managed-grafana-workspace
terraform init
2. AWS Region¶
Specify the AWS Region where the resources will be deployed:
export TF_VAR_aws_region=xxx
Deploy¶
Simply run this command to deploy the example
terraform apply
Authentication¶
After apply, Terraform will output the Worksapce's URL, but you need to:
- Setup user(s) in the IAM Identity Center (former SSO)
- Assign the user(s) to the workspace with proper permissions
Cleanup¶
To clean up your environment, destroy the Terraform example by running
terraform destroy