Install and configure the AWS CLI and AWS SDKs - Amazon CodeGuru Security

Amazon CodeGuru Security is in preview release and is subject to change.

Install and configure the AWS CLI and AWS SDKs

AWS CLI

To call Amazon CodeGuru Security commands from the AWS Command Line Interface (AWS CLI) on a local development machine, you must install the AWS CLI.

If you have an older version of the AWS CLI installed, we recommend you upgrade it so the Amazon CodeGuru Security commands are available. To check the version, use the aws --version command.

To install and configure the AWS CLI
  1. To install or upgrade the AWS CLI, follow the instructions in Getting started with the AWS CLI.

  2. To configure the AWS CLI, see Configuring the AWS CLI in the AWS Command Line Interface User Guide and Managing access keys for IAM users in the IAM User Guide.

    Important

    When you configure the AWS CLI, you are prompted to specify an AWS Region. Choose one of the supported Regions listed in Amazon CodeGuru Security endpoints and quotas in the AWS General Reference.

  3. To verify the installation or upgrade, run the following command from the AWS CLI.

    aws codeguru-security help

    If successful, this command displays a list of available CodeGuru Security commands.

AWS SDKs

Download and install the AWS SDKs that you want to use. For more information about the SDKs and how to install the programming languages you want to use with AWS, see Tools to Build on AWS.