Creating AWS Auto-scaling group with Access denied error

Dears,
I’m facing an issue while deploying an AWS Auto-Scaling group using Terraform/AWS Console.
The encounter error is:

╷ │ Error: creating Auto Scaling Group (FROG-ASG-IRE-FROGACCOUNT): operation error Auto Scaling: CreateAutoScalingGroup, https response error StatusCode: 403, RequestID: f098b377-1aee-43GD-8dec-9b4b48793697, api error AccessDenied: You are not authorized to use launch template: lt-06f8064db4d66903f │ │ with aws_autoscaling_group.web_asg, │ on asg.tf line 71, in resource “aws_autoscaling_group” “web_asg”: │ 71: resource “aws_autoscaling_group” “web_asg” {

And please consider the following:

  • The IAM role that Terraform holds has the AdministratorAccess.
  • The IAM profile of the lunch template has the AdministratorAccess as well.

Appreciate your assistance

Have you tried following these troubleshooting steps yet?