Questions tagged [aws-config]

AWS config provides a detailed view of the resources associated with your AWS account, including how they are configured, how they are related to one another, and how the configurations and their relationships have changed over time.

AWS Config documentation

124 questions
-1
votes
2 answers

Can we configure retry attempts on AWS Go SDK service calls

AWS by default provides retries support on its service calls, which is usually set to a max of 3 attempts. Can we configure the retry object to set retry attempts to 5?
Riya John
  • 474
  • 4
  • 14
-1
votes
1 answer

AWS client does not seem to read config file to read the region

I am trying to use my code to access S3 using aws sdk and in a java service. But I receiving following exception. Code I use to as follows. configure the builder. ClientConfiguration clientConfiguration = new…
Tharanga
  • 2,007
  • 4
  • 32
  • 50
-1
votes
1 answer

How to test an AWS Lambda that returns nothing?

I have been asked to do some basic integration testing on a lambda which will basically just cal the lambda and verify everything went smoothly. The only issue is, the lambda I am trying to test is invoked by AWS Config as a custom rule. It doesn't…
-1
votes
1 answer

AWS config questions on recording and notification

I have just started with AWS config. I had set up the AWS config with ec2 instance as resource and I am receiving notification for any changes that are happening with AWS ec2 in my region. a) my first question whether I can record only for any…
kesav
  • 3
  • 1
1 2 3
8
9