Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable elasticache in framework #151

Open
AlexanderC opened this issue Feb 18, 2016 · 4 comments
Open

Enable elasticache in framework #151

AlexanderC opened this issue Feb 18, 2016 · 4 comments

Comments

@AlexanderC
Copy link
Contributor

Enable elasticache in framework. Add VPM functionality on provisioning

@AlexanderC
Copy link
Contributor Author

Use default VPC

@AlexanderC
Copy link
Contributor Author

Lambda.createFunction

  VpcConfig: {
    SecurityGroupIds: [
      'STRING_VALUE',
      /* more items */
    ]
  }

@AlexanderC
Copy link
Contributor Author

EC2.describeSecurityGroups

{
  DryRun: true || false,
  Filters: [
    {
      Name: 'STRING_VALUE',
      Values: [
        'STRING_VALUE',
        /* more items */
      ]
    },
    /* more items */
  ],
  GroupIds: [
    'STRING_VALUE',
    /* more items */
  ],
  GroupNames: [
    'STRING_VALUE',
    /* more items */
  ]
};

@AlexanderC
Copy link
Contributor Author

Blocked until fixing the issues with accessing the resources outside the VPC (as well as the ElastiCache redis autodiscovery endpoint)

@AlexanderC AlexanderC removed their assignment Mar 16, 2016
@ivignan ivignan self-assigned this Mar 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants