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.
我需要创建 5 个具有公共环境变量作为机密的容器定义。但是它们的数量大约是 50。因此,不是复制这 50 个秘密,有没有一种方法可以创建所有这些单一资源并在所有容器定义中引用它们?
您可以使用 AWS Systems Manager 参数存储。它适用于这种情况,在多个容器、lambda 函数等之间共享配置值时。