GithubHelp home page GithubHelp logo

venkateshk111 / aws-bootstrap-scripts-awscli-ssm Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 8 KB

AWS bootstrap scripts (user-data) to install AWS CLI and SSM agent

License: MIT License

Shell 100.00%

aws-bootstrap-scripts-awscli-ssm's Introduction

aws-bootstrap-scripts-awscli-ssm

AWS bootstrap scripts (user-data) to install AWS CLI and SSM agent

AWS User data (bootstrap scripts)

SSM agent install

AWS CLI install

Checking SSM Agent status and starting the agent

This topic lists the commands to check whether AWS Systems Manager Agent (SSM Agent) is running on each supported operating system. It also provides the commands to start the agent if it isn't running.

Operating system Command to check SSM Agent status Command to start SSM Agent
Amazon Linux sudo status amazon-ssm-agent sudo start amazon-ssm-agent
Amazon Linux 2 and Amazon Linux 2023 sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
CentOS 6.x sudo status amazon-ssm-agent sudo start amazon-ssm-agent
CentOS 7.x and CentOS 8.x sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
Debian Server 8, 9, and 10 sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
macOS Check the agent log file at /var/log/amazon/ssm/amazon-ssm-agent.log sudo launchctl load -w /Library/LaunchDaemons/com.amazon.aws.ssm.plist sudo launchctl start com.amazon.aws.ssm
Oracle Linux sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
Red Hat Enterprise Linux (RHEL) 6.x sudo status amazon-ssm-agent sudo start amazon-ssm-agent
Red Hat Enterprise Linux (RHEL) 7.x and 8.x sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
SUSE Linux Enterprise Server (SLES) sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
Ubuntu Server 14.04 (all) and 16.04 (32-bit) sudo status amazon-ssm-agent sudo start amazon-ssm-agent
Ubuntu Server 16.04 64-bit instances (deb package installation) sudo systemctl status amazon-ssm-agent sudo systemctl enable amazon-ssm-agent sudo systemctl start amazon-ssm-agent
Ubuntu Server 16.04, 18.04, and 20.04 LTS, 20.10 STR 64-bit, and 22.04 LTS (Snap package installation) sudo systemctl status snap.amazon-ssm-agent.amazon-ssm-agent.service sudo snap start amazon-ssm-agent
Windows Server Run in PowerShell: Get-Service AmazonSSMAgent Run in PowerShell Administrator mode: Start-Service AmazonSSMAgent

More info

aws-bootstrap-scripts-awscli-ssm's People

Contributors

venkateshk111 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.