I would like to balance my heat auto-scaling between my openstack infrastructure and my aws cloud. Basically policy could be something like.. first 4 auto-scaling instances would be staged in my openstack system but next(or any subsequent) instance would be in my aws cloud. There is no security concerns straight way as this is a POC. Any help is appreciated.
Heat style auto-scaling between openstack and aws
333 Views Asked by Arijit Bose At
1
There are 1 best solutions below
Related Questions in AMAZON-WEB-SERVICES
- "Access Denied" - User's Permissions to S3 Bucket
- Cohort analysis with Amazon Redshift / PostgreSQL
- Using Amazon KMS service on Heroku
- can't ssh in after cloning an EC2 instance on Amazon AWS
- Using HDFS with Apache Spark on Amazon EC2
- How can I access Mule ESB Community edition via browser?
- AWS EC2: Migrating from Windows to Linux Server
- AWS ELB Load Balancer: is it possible to set multiple session cookies?
- AWS Flow Framework: Can we run activity worker and activity task on different EC2 instances
- Unable to access files from public s3 bucket with boto
- Cloudfront stream only part of the video
- s3cmd not working as cron-task when echos/dates are added
- How to deploy django 1.8 on Elastic Beanstalk using Docker
- InstanceProfile is required for creating cluster - create python function to install module
- How to fix WordPress HTTPS issues when behind an Amazon Load Balancer?
Related Questions in OPENSTACK
- Failed to launch instance
- Instance creation in devstack icehouse
- Openstack token, I can get token with curl but can't with urllib
- where to edit physical_interface_mappings for openstack neutron network
- Creating a Virtual Machine on Bluemix, is giving an error while importing ssh key
- Using Chef with OpenStack, what would encourage me to use Heat templates?
- openstack - stack.sh fails on syntax errors
- Keystone connection fail
- What is meaning of gettext('Some Text') in Openstack
- Openstack Heat & Ansible. VM spinup and App deployment
- Launch an instance from a non-glance image in OpenStack
- what's the default timeout of func
- Network Block Device - Receive control failed (result -32) - Kernel 3.16.0-41
- Bluemix: Cannot create VM with public IP
- Openstack: Participating in localization
Related Questions in AUTOSCALING
- Why does Azure Auto-Scale scale go lower then minimum amount of instances?
- How to update all machines in an instance group on Google Cloud Platform?
- Can we scale Application on Google cloud compute without Google autoscaler?
- Mongodb cluster with aws cloud formation and auto scaling
- Use Reserved instance and autoscaling group
- AWS Beanstalk autoscale user files
- Configuring AWS Elastic Beanstalk Timezone for Auto Scaling
- How do unhealthy instances get onto my AWS load balancer?
- Best Practices for AWS Elastic Beanstalk Auto Scaling Trigger Settings for Web Application?
- Horizontal Scaling Mechanism
- AWS autoscaling group health check type : ELB or EC2?
- Will setting health check to ELB instead of EC2 ignore EC2 metrics like CPU Utilization?
- Wrappers for Auto creation of VM in cloud providers
- Programmatically suspending an AWS instance
- How do I configure managed instance group and autoscaling in Google Cloud Platform
Related Questions in OPENSTACK-HEAT
- kube-up.sh failes in OpenStack
- Not able to bring up Kubernetes cluster in OpenStack
- Kuberntes master not starting up in OpenStack heat
- How to use condition for resource creation via heat template
- How to scale down the specific instance in AutoScalingGroup?
- Openstack stack stuck in deletion
- Openstack Heat Template get_file reference to multiple files
- Openstack HEAT condition for resource properties
- HOT template for cinder volume with or without volume_type
- Openstack multiple site cloud orchestration
- Use OpenStack HEAT to install and setup MongoDB cluster
- Openstack heat AutoScalingGroup on subnet in Juno
- Heat style auto-scaling between openstack and aws
- How to start %index% with 1 in OS::Heat::ResourceGroup
- Unable to run commands inside user_data in openstack heat template
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
I think you should need an External Load Balancer Or your Infastructure's Load Balancer with an AWS Elastic Load Balancer.
The AWS Load Balancer Will Distribute the load on the AWS Infastructure and An Another LB will Load Balance the Openstack Infastructure. After that you will need another Load Balancer to load Balance Between the too Load Balancers.
I think this Image Will describe what I am Saying:
Also the LB can be custom made (in Node.js or another Instance) in order to redirect the traffic between the 2 LB's So for each connection to Lb set a "price". The Lower "price" wins and on each n connections recalculate the price for each connection between Lb's.
The price policy also can be set by you. Eg. the price can be the number of connections redirected or a value that is getting Increased every 100 connections. I mean Having 2 way Lb allows you to manually redirect the traffic in order to tell where the application will autoscale.
In the end on how to Autoscale the Openstack Infastructure I think the Openstack should decide that. https://wiki.openstack.org/wiki/Heat/AutoScaling