Uploaded image for project: 'Jenkins'
  1. Jenkins
  2. JENKINS-52570

SSHLocation parameter in CloudFormation template is ignored

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Minor Minor
    • evergreen
    • Evergreen - Milestone 1, Evergreen - Milestone 2

      For some reason, created security groups are always using 0.0.0.0/0, despite passing the source IP at creation time:

      ...
      --parameters \                                                                                                                                                                           
                           ParameterKey=SSHLocation,ParameterValue=$( curl ident.me )/0 \
      ...
      

      But even with this, it looks like something goes wrong somewhere:

      Security Groups associated with i-0f0007648addbce38
      Ports	Protocol	Source	evergreen-test18717-EssentialsMasterSecurityGroup-1DQLYCZ2I846T
      8080	tcp	0.0.0.0/0	✔
      22	tcp	0.0.0.0/0	✔
      50000	tcp	0.0.0.0/0	✔
      

            batmat Baptiste Mathus
            batmat Baptiste Mathus
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: