aws / amazon-ssm-agent

An agent to enable remote management of your EC2 instances, on-premises servers, or virtual machines (VMs).
https://aws.amazon.com/systems-manager/
Apache License 2.0
1.05k stars 324 forks source link

Hardcoded paths #45

Closed evandandrea closed 7 years ago

evandandrea commented 7 years ago

The agent hardcodes a number of paths that may need to vary from system to system: https://github.com/aws/amazon-ssm-agent/blob/master/agent/appconfig/constants_unix.go

Can these be made configurable?

mattford-amazon commented 7 years ago

What type of changes do you anticipate needing? Are they platform specific or do they need to be user-configurable? I can certainly see making log paths user-configurable, but some of the other paths have security and continuity implications (they're where we manage in-progress documents or track which packages the agent has installed for example).

mattford-amazon commented 7 years ago

We're tracking this internally as a feature request - to support install via Snap.