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.
Questions tagged [aws-config]
124 questions
0
votes
1 answer
aws lambda get-account-settings returns 'str' object has no attribute 'get'
sam --version
SAM CLI, version 1.0.0
aws --version
aws-cli/1.18.79 Python/3.7.6 Darwin/19.6.0 botocore/1.17.7
The issue:
$ aws lambda get-account-settings
'str' object has no attribute 'get'
In ~/.aws/config shown below in its…

fika_fika
- 111
- 1
- 10
0
votes
1 answer
Uncaught TypeError: at.a is undefined
I have a Vue 2 web app that uses AWS Amplify. I have another app almost exactly like it in every way and it works fine, but for some reason I cannot get this one to work in production.
Locally in dev, everything works just fine.
When I build and…

Grant Bartel
- 363
- 1
- 3
- 21
0
votes
1 answer
AWS: How to configure Customer Managed Key to publish events from AWS config to encrypted SNS topic?
beginner question here. I would like to publish events from AWS Config service to the SNS topic - encrypted. I already publish to SNS from various services, but in case of these, it is possible to use service principal in my Customer Managed Key…

Jozef
- 479
- 1
- 9
- 36
0
votes
1 answer
Get AWS config logs to S3 using Amazon Cloudwatch events or CloudTrail
I am looking to move AWS config logs to S3. Any input how can I do that using AWS CloudWatch or CloudTrail using Python.

Chai
- 11
- 1
- 6
0
votes
1 answer
How do I delete AWS config using powershell so that I can avoid any charges?
How exactly do I delete AWS config using powershell?
Ive enabled config and not adding any advanced features such as rules or anything.
I dont see anything in the UI that allows me to delete, and I see that I am starting to incur some charges as…

Judy007
- 5,484
- 4
- 46
- 68
0
votes
2 answers
How to fetch all aws resources in all regions in lambda function, with boto3 lib
I am tring to log all my aws resources in all regions, (with multiple accounts) using boto3 lib.
I found that aws config is helpful.
I have already created aggregator
ConfigurationAggregator:
Type: 'AWS::Config::ConfigurationAggregator'
…

codeofnode
- 18,169
- 29
- 85
- 142
0
votes
1 answer
How to share configuration object across Lamdas?
I need an application configuration parameter (probably a JSON object) shared across 2 Lamdas. Parameter is changed by CloudWatch event and, reflecting an auto-scaling group size.
AWS Config looks like an overkill to me. DynamoDB/S3 may be a…

justHelloWorld
- 6,478
- 8
- 58
- 138
0
votes
1 answer
Exclude a s3 bucket form the AWS config auto remediation action
Is there any way to exclude a s3 bucket from auto remediation action.
I have some buckets which should have the public read access. When you create a config(s3 bucket public read prohibited)rule and auto remediation action, action is removing all…

VNK
- 29
- 4
0
votes
1 answer
What is the advantage of using AWS Config Conformance Pack?
Recently in December 2019, AWS introduced a new service feature called Conformance Pack,
A conformance pack is a collection of AWS Config rules and remediation
actions in a cloudformation templete that can be easily deployed in an account and a…

M Hamza Razzaq
- 432
- 2
- 7
- 15
0
votes
1 answer
AWS Credentials file update manually
After so long years i want to change my accesskey and access pass of my aws iam user. To see where all my keys are used i have run few commands in my linux box and found ./root/.aws/credentials and /root/.aws/s3.fg file apart from application. I can…

Bandari Hema
- 11
- 1
- 3
0
votes
1 answer
How do I reference a AWS Service-Only User config within a Lambda (separate from the User/config I used to deploy the Lambda)?
So I have one IAM Profile/User that I am using to deploy a Lambda function, but this Lambda function needs to instantiate a new AWS Session to connect to a whitelisted S3 bucket. Each of these users have distinct Keys, Secrets, and coordinated…

XaxD
- 1,429
- 14
- 27
0
votes
1 answer
Notification when iam policies are changed using AWS Config
Is there a way to find out if there is a change made to any of the IAM resources(policies, users, roles) and trigger an SNS topic other than AWS Config recording. AWS config recording is already configured to send SNS alarm to security team, and i…

pyhotshot
- 445
- 8
- 23
0
votes
1 answer
Copy files from AWS S3 with access/secret keys
I need to access a Cloudian S3 bucket and copy certain files to my local directory. What I was given was 4 piece of info in the following format:
• Access key: 5x4x3x2x1xxx
• Secret key: ssssssssssss
• Region: us-east-1
• S3 endpoint:…

Tina J
- 4,983
- 13
- 59
- 125
0
votes
0 answers
aws configure credentials are not being found
I've been stuck on this for a while now...
I used aws configure to set up my credentials/region but every time I try to store in DynamoDB, I get a 'Missing credentials in config' error.
I'm using Javascript, and when I test by hardcoding the region…

korum
- 172
- 1
- 14
0
votes
1 answer
Why does this AWS Config Rule have no results available?
I created an AWS Config rule and lambda operating on resource type AWS::RDS::DBInstance and Trigger Type = 'Configuration changes'. CloudWatch logs verify that the function return is ...
{ "ResultToken": "",
"Evaluations": [
…

Sean B. Durkin
- 12,659
- 1
- 36
- 65