In addition to Weibo, there is also WeChat
Please pay attention
WeChat public account
Shulou
2025-03-29 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Internet Technology >
Share
Shulou(Shulou.com)06/01 Report--
This article mainly introduces "what are the AWS Parameter Store knowledge points". In the daily operation, I believe many people have doubts about the AWS Parameter Store knowledge points. The editor consulted all kinds of materials and sorted out simple and easy-to-use operation methods. I hope it will be helpful for you to answer the doubts about "what are the AWS Parameter Store knowledge points?" Next, please follow the editor to study!
When the AWS CLI value value has http url, it attempts to parse the urlaws ssm put-parameter-- name "/ my-service/qa/service_url"-- type String-- overwrite-- region us-east-1-- value "https://myservice/api/""
When this command is executed, it will visit https://myservice/api/, and there will be all kinds of problems. This value on the project is the address of the intranet and must be accessed through an agent. He died there after executing this command. You can check it out through aws-debug ssm. Someone mentioned the same problem on github, which is said to be a "feature". The solution is to turn this off:
Aws configure set cli_follow_urlparam false Command Line Gadget
If you want to know all the values under a path, it is very difficult to find in the console interface of AWS. It is very troublesome to do data migration. Find a gadget called aws-ssm-commander on the Internet, which can easily display the values of all parameters under a certain path, and can import and export.
Using Parameter Store in Python
Using Parameter Store in Python can be done using native boto3 API, but sometimes it is not convenient to incorporate the value of Parameter Store into the configuration file and read it transparently.
Then a library was found that could meet all the needs. But the problem with this library is that when AWS_PROFILE is not set, it cannot be fetched. For example, when running in EKS, there will be no, but boto3 can find the corresponding aws authentication parameters and get the value of Parameter Store.
I later submitted a Pull Request, waiting for the official merger.
At this point, the study of "what are the knowledge points of AWS Parameter Store" is over. I hope to be able to solve your doubts. The collocation of theory and practice can better help you learn, go and try it! If you want to continue to learn more related knowledge, please continue to follow the website, the editor will continue to work hard to bring you more practical articles!
Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.
Views: 0
*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.
Continue with the installation of the previous hadoop.First, install zookooper1. Decompress zookoope
"Every 5-10 years, there's a rare product, a really special, very unusual product that's the most un
© 2024 shulou.com SLNews company. All rights reserved.