Can I use the temporary AWS environment (provided via AWS playground or CodeCloud) to generate an access key and secret for testing?

I’m new to AWS Playground. I would like to interact with Terraform resources (e.g., deploy a sample Lambda function) using my local IDE, leveraging the temporary credentials for development and testing purposes.

Yes, you should be able to generate access keys and create resources on AWS playground using terraform.

Check the list of services that you can create here.

1 Like

Thanks so much for your help — it really means a lot!