How to access Amazon Access Key ID & Secret Access Key?
Perform the following steps in order to access the amazon access key id & secret access key.
Fill in the Policy Name and Document using the below parameters.
{ "Version": "2012-10-17",
"Statement": [
{
"Action": [
"autoscaling:Describe*",
"cloudwatch:Describe*",
"cloudwatch:List*",
"cloudwatch:Get*",
"ec2:Describe*",
"ec2:Get*",
"ec2:ReportInstanceStatus",
"elasticache:DescribeCacheClusters",
"elasticloadbalancing:Describe*",
"sqs:GetQueueAttributes",
"sqs:ListQueues",
"rds:DescribeDBInstances",
"SNS:ListTopics"
],
"Effect": "Allow",
"Resource": "*"
}
]
}
For more information regarding the policy setup and controlling User Access to your account, please refer to this Article
Click Create Group at the bottom of the page. (This specific policy set up gives the aforementioned, newly named group read-only access to all relevant AWS services currently supported by BlazeMeter's integration. Now that the new policy is set save the group creation.)
Now go to Users and click Create a new user.(Create a new user (sign up) or login in with your user (these are the credentials we’ll be providing) to the BlazeMeter integration with AWS CloudWatch.)
Write down your Access Key ID and Secret Access Key. (Now let's assign the newly created user to a group we created a few steps earlier.)
Now you have a user with access to CloudWatch metrics. Once the user is created\we've logged in, make sure to SAVE the Access Key ID and Secret Access Key in BlazeMeter.
Proceed to Setting up a test on BlazeMeter integrated with CloudWatch.
0 Comments