We use AWS roles, ParameterStore and SecretsManager to access AWS resources and store sensitive info like credentials and access keys that our jobs need to connect to databases. This works fine when running the jobs on EC2 instances. However when we are developing jobs on our local laptops we can't find a way to access those AWS services to get credentials so we can connect to databases and S3. Has anyone else been able to solve this problem?