Contents Menu Expand Light mode Dark mode Auto light/dark, in light mode Auto light/dark, in dark mode Skip to content
Deploy documentation
Deploy documentation
  • Development Guides
    • Get started
    • Learn Salt
    • Style guides
      • Language style guides
      • Pillar style guide
      • Salt style guide
      • Configuration file style guide
    • Make changes
      • Configure networking
      • Configure firewall
      • Configure maintenance
      • Configure certificates
      • Configure rsyslog and logrotate
      • Configure cron
      • Configure backups
      • Configure AWS CLI
      • Configure Apache
      • Configure Nginx
      • Configure Elasticsearch
      • Configure PostgreSQL
      • Configure MySQL
      • Configure RabbitMQ
      • Configure Docker apps
      • Configure PHP, Node.js and Ruby
      • Configure Python apps
      • Configure WordPress
      • Remove Salt configuration
      • Remove Salt states
    • Test and commit
    • Troubleshoot
  • Deployment Guides
    • Setup
    • Create a server
    • Deploy a service
    • Delete a server
    • Troubleshoot
    • Docker tasks
    • Ubuntu Pro
    • Server-specific tasks
      • CoVE
      • Data support
      • OCDS documentation
      • Prometheus
      • Data registry
    • External service tasks
      • Amazon Web Services (AWS)
      • Microsoft Azure
      • Cloudflare
      • Google Workspace
  • Maintenance Guides
    • Periodic tasks
    • Manage server packages
    • Maintain PostgreSQL
    • Maintain Elasticsearch
    • Maintain RabbitMQ
    • Maintain Docker
    • Network tasks
    • Hosting tasks
    • Testing backups
    • OCDS documentation tasks
  • User Guides
    • Connect to a server (SSH)
    • Connect to a service (HTTP)
    • Bash shell
    • SQL databases
    • Kingfisher
      • Kingfisher Collect
      • Kingfisher Process
      • Kingfisher Summarize
    • Pelican
    • Prometheus
  • Reference
    • Downtime Protocol
    • OCDS Documentation
    • Power BI
Back to top
View this page

Configure AWS CLI¶

Hint

AWS CLI is the Amazon Web Services Command Line Interface.

  1. Create an IAM backup policy and user

  2. In the server’s private Pillar file, add the Access key ID and Secret access key, for example:

aws:
  access_key: AKIAIOSFODNN7EXAMPLE
  secret_key: wJalrXUtnFEMI/K7MDENG/bPxRfiCYEXAMPLEKEY
  region: us-east-1
Next
Configure Apache
Previous
Configure backups
Copyright © 2019, Open Contracting Partnership
Made with Sphinx and @pradyunsg's Furo