Sean Smith
Sean Smith
@joshvmaws Is there anyway to point to a specific document when connecting? The link we're using is: ``` https://[region].console.aws.amazon.com/systems-manager/session-manager/[instance_id]?region=[region] ``` When we implemented this (Nov 2021) there wasn't a way...
Re-opening as current release still has this issue.
@natalie-white-aws my PR updates the template to resolve this issue and we'll release 3.4.0 with ParallelCluster Manager shortly.
Ok, I can get the behaviour I want with: ``` {{< rawhtml >}} Setup {{< /rawhtml >}} ``` Instead of: ``` ## Setup ``` Obviously it would be ideal if...
Ok I implemented this on my site using some custom js, this looks like: Example: https://swsmith.cc/posts/efa-best-practices.html#what-version-is-best The code looks like: https://github.com/sean-smith/swsmith.cc/commit/ea2ac86c466ff60edd49055b6bf72b17e007f9c2 If anyone is interested I'll open a pull request...
Regarding SSM - all you need is to set `SSMManagedInstanceCore` in the additional policies section. This is automatically added when you enable "Virtual Console" in the UI. Let me know...
This is an issue with the working directory, if it's not specified the command is malformed and fails. The latest version fixes this.
This looks related: https://github.com/WKHarmon/led-sectional/commit/d2265f399e76dc45e15e23fb35ffab70afa7a45c
Is there any documentation on what the correct service is?
Great feedback - the way to approach this is to run the solution and record API calls using AWS CloudTrail then only add those permissions.