简体   繁体   English

使用boto3列出AWS上的所有私有和公共服务

[英]List all the private and public services on AWS using boto3

我一直在使用boto3玩AWS,并与ec2,s3,RDS等多种服务进行交互。因此,有没有办法我可以使用boto3列出AWS账户上可用的所有私有和公共服务码?

As far as I understand your question, you can use - 据我了解您的问题,您可以使用-

service_list = boto3.Session.get_available_services() 

from https://boto3.readthedocs.io/en/latest/reference/core/session.html#boto3.session.Session.get_available_services based on the Boto 3 documentation version 1.7.62 基于https://boto3.readthedocs.io/en/latest/reference/core/session.html#boto3.session.Session.get_available_services(基于Boto 3文档版本1.7.62)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM