Contents Menu Expand Light mode Dark mode Auto light/dark mode
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 certificates
      • Packages
      • Configure AWS CLI
      • Configure Apache
      • Configure Elasticsearch
      • Configure PostgreSQL
      • Configure MySQL
      • Configure RabbitMQ
      • Configure Python apps
      • Configure Docker apps
      • Configure Node.js and Ruby
      • Configure rsyslog and logrotate
      • Remove Salt configuration
    • Test and commit
  • Deployment Guides
    • Get deploy token
    • Create a server
    • Deploy a service
    • Delete a server
    • Troubleshoot
    • Docker tasks
    • OCDS documentation tasks
    • Prometheus tasks
    • Kingfisher tasks
    • Redash tasks
    • Redmine tasks
    • Amazon Web Services (AWS)
    • Google Workspace
  • Maintenance Guides
    • Periodic tasks
    • Manage server packages
    • Maintain PostgreSQL
    • Maintain Elasticsearch
    • Maintain Docker
    • Hosting
    • OCDS documentation tasks
    • Redmine tasks
  • User Guides
    • Connect to a server (SSH)
    • Bash shell
    • SQL databases
    • Kingfisher
      • Kingfisher Collect
      • Kingfisher Process
      • Kingfisher Summarize
    • Redmine
    • Prometheus
    • RabbitMQ
  • Reference
    • Downtime Protocol
    • OCDS Documentation
  v: latest
Versions
latest
Downloads
On Read the Docs
Project Home
Builds
Back to top
Edit this page

Configure AWS CLI#

Hint

AWS CLI is the Amazon Web Services Command Line Interface.

  1. Create an IAM user.

  2. In the service’s Pillar file, add, for example:

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