can i use aws cli to get the AWS services properties. ?

0

can i use get the AWS services asset inventory through AWS Cli, if yes please share the reference docuement ?

질문됨 3달 전95회 조회
1개 답변
1

Yes, you can use the AWS CLI to get properties of AWS services and gather an asset inventory. To do this, you can use specific AWS CLI commands for each service to retrieve properties, and AWS Config to gather an asset inventory.

For AWS Config, to get an asset inventory, you'd first need to enable AWS Config to track your resources. Then, you can use commands like:

  • To list all discovered resource:
    aws configservice list-discovered-resources

Resources:

profile picture
전문가
답변함 3달 전
  • Thanks for your input, is there document in place to refer AWS CLI commands to get properties of AWS services and gather an asset inventory?

  • To interact with AWS services via the CLI, you need to use specific CLI commands for each service. You can find a comprehensive list of AWS service CLI commands in the AWS CLI documentation, available at: https://docs.aws.amazon.com/cli/latest/reference/

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠