Hello team,
I want to avoid creating an permanent IAM user that can’t Identify the access source(such as an IP address).
As an alternative, I consider that CICD can be realized by identifying the trusted source to AWS at circleci.com and assigning temporary authentication information to the build environment using AssumeRole.
Therefore, is it possible to tell me the circleci.com’s AWS account ID?
Can you please check and advice.
Thanks and regards,
Reference:
-
We decided that whitelist management of source IP is not possible.
https://support.circleci.com/hc/en-us/articles/115014372807-IP-Address-ranges-for-whitelisting- -
Build example using AssumeRole
https://circleci.com/blog/deploying-a-serverless-application/