Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
aws 系统管理器参数存储是否可以暴露给外部 aws 空间(作为 REST api)?aws 生态系统中是否有可用的内置机制?试图了解存储在参数存储中的配置是否可以暴露给外部 aws(可通过互联网访问)?
没有什么是开箱即用的。但是,您可以创建API Gateway endpoint并执行 alambda function并读取SSM parameter值并返回它。
API Gateway endpoint
lambda function
SSM parameter