Showing posts with label Paas. Show all posts
Showing posts with label Paas. Show all posts

Monday, June 29, 2015

AWS Boston Networking Event

Event Details
When:  June 30th, 6:00-8:00PM
Where: Amazon Web Services, Cambridge Office
RSVP:    Please RSVP to Jill Bentley, jilliab@amazon.com, by June 26, 2015 with the Subject Title: AWS Cambridge Networking Event
*Note:  Space is limited. Sign up Today! Confirmation and location details will be emailed to you upon registration

Solutions Architect:
Do you have a passion for helping customers design large distributed systems? Would you like to do this using advanced cloud computing technologies? Do you have a knack for helping an organization to understand application architectures and integration approaches, to architect advanced cloud-based solutions, and to help launch the build-out of those systems? Are you one of those rare technologists with the communications, consultative, and leadership skills to help guide major projects to success? The Amazon Web Services Solutions Architecture team is hiring!

In this role, you will have the opportunity to help shape and execute a strategy to build mindshare and broad use of Amazon Web Services (including Amazon EC2, Amazon S3, Amazon DynamoDB & RDS databases, Amazon CloudFront CDN, and many more) within organizations ranging from new start-ups to large enterprise customers. You will possess customer facing skills that allow you to represent AWS well within a customer’s environment and drive discussions with senior personnel regarding trade-offs, best practices, and risk management. You should also have a demonstrated ability to think strategically about business, product, and technical challenges.  

Professional Services Consultants:
Are you an IT Leader/Advisor that can transform how an Enterprise uses the public Cloud as part of a Hybrid IT model to transform costs and business agility? Can you work equally well with executives and technologists, leading high-visibility, high-impact projects that are technically broad and deep? Do you understand the strengths and weaknesses of IT process standards? Do you have experience leading diverse global teams driving change and business value at significant scale?
At Amazon Web Services (AWS), we're hiring enterprise IT Leaders to work with our top-tier global 1,000 customers and their partners in transforming their enterprise IT landscapes. Our transformation experts engage with customers to understand their business drivers, assess application portfolios, design reliable and cost-effective hybrid cloud infrastructures, create transition plans and develop business cases to justify the programs. Our engagements include projects covering thousands of applications across tens of thousands of servers and involve developing a shared vision, leading the customer through the challenges of cloud adoption, demonstrating the reality of the vision and then enabling them to achieve full operational integration. 

Thursday, July 11, 2013

Oracle Database data masking on AWS

A popular first use case for migrating Oracle workloads is to move development, test and QA Oracle Databases to AWS.   This data needs to be protected using data masking.  Axis Technologies provides a technology that can mask data when an Oracle Database is hosted on AWS EC2.

More can be found here:
http://www.axistechnologyllc.com/solutions/cloudmigration

An introduction to running Oracle on AWS can be found here:
http://cloudconclave.blogspot.com/2013/06/oracle-enterprise-applications-on-aws.html

Wednesday, June 19, 2013

EMaaS : Oracle OEM 12c as a Service webinar


Learn how Oracle Enterprise Manager 12c Cloud Control enables you to monitor and manage the complete enterprise application stack, web tier to storage, for both dedicated and cloud-based infrastructure environments.
Join Amazon Web Services (AWS) and Apps Associates, an AWS Partner Network (APN) Advanced Consulting Partner to hear how you can leverage the AWS platform to run a centralized OEM 12c environment to free up your administrative resources.

Register here:


https://event.on24.com/eventRegistration/EventLobbyServlet?target=registration.jsp&eventid=641039&sessionid=1&key=C3BFA66F187A7E2A5DD0C6865B83A3E6&partnerref=AWSemail_v1&mkt_tok=3RkMMJWWfF9wsRow5%2FmYJoDpwmWGd5mht7VzDtPj1OY6hBkuIryWflL6iuNDGZQ7fbSfDAMKHJ52xQ5LH%2FKDdYNF6Q%3D%3D&sourcepage=register

Replay can be found here:
http://www.youtube.com/watch?v=XSBND55sghc

Wednesday, April 24, 2013

Oracle Enterprise Applications on AWS web cast

Oracle Enterprise Applications on AWS
Join us for a Webinar on May 3
Space is limited.
Reserve your Webinar seat now at:
https://www2.gotomeeting.com/register/973888266
Come join us and get a good introduction to running Oracle databases & applications on Amazon Web Services platform.  Hear the answers to commonly asked questions like: Which Oracle products are available and possible to run on AWS?  What does support, pricing and licensing models look like? How to size Oracle on AWS?
Title:
Oracle Enterprise Applications on AWS
Date:
Friday, May 3, 2013
Time:
10:00 AM - 11:00 AM PDT
After registering you will receive a confirmation email containing information about joining the Webinar.
System Requirements
PC-based attendees
Required: Windows® 7, Vista, XP or 2003 Server
Mac®-based attendees
Required: Mac OS® X 10.6 or newer
Mobile attendees
Required: iPhone®, iPad®, Android™ phone or Android tablet

Tuesday, April 23, 2013

AWS RDS cross region replication


RDS offers a simple way to replicate across AZs (Multi-AZ feature) for fault tolerance and high availability.  RDS cross region synchronization / replication provides additional fault tolerance.  This is an interesting situation because RDS is a 'black box'/PaaS/DaaS environment. Therefore, no access to the OS level is provided. This means this replication solutions like MySQL Replication or Oracle Goldengate can not be used.  Until RDS offers snapshots like the new EBS region snapshotting, you will have to use tools like BitTorrent or CloudBeam to move database dump files across regions.You could use DB links with materialized views as this article mentions: http://aws.amazon.com/articles/4173109646282306. DB Links are slow but if you don't have a low RTO and RPO you could use this...Or come up with your own creative solution.