redhat-developer / redhat-developer/mapt

[enhancement] Mac compliant with AWS sponsored machines

Open
#409 0 comments 0 reactions 1 assignee View on GitHub

@adrianriobo is already working on this.

Since Mar 5, 2025.

Dominant language
Go
Stars
24
Forks
36
Avg merge
6d 13h
Merged PRs (30d)
8

Description

There are certain policies to be adopted ir order to use the mac service as a sponsored service by AWS.

ssh connections
  • We need to change the default port

To try this we can use https://github.com/aws/ec2-macos-init/blob/master/README.md#userdata to try to change the ssh port, we still need to see how this will impact / affect the replace root volume action.

Other option would be to create specific policy to allow ssh connections from a ciddr block, currently request and release operation typically are invoked from an external entity so control the IPs is almost impossible, a possible solution to this is move full serverless the service...then all ssh invocation will be done from the container being executed on Fargate (knonw ciddr block, or may we can use security groups to meet the requirement)

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.