Apache CloudStack (ACS) is an open source cloud computing platform that can manage virtual machines hosted on various hypervisors including VMware vSphere, XenServer, KVM, and Open Virtualization. ACS integrates with vSphere to provide dynamic scaling of CPU and RAM for virtual machines, hot plug additional NICs, CPU/RAM overcommit, distributed resource scheduling, full clone support, VM and volume snapshots, storage migration, and zone-wide block storage. The integration does not currently support features like storage distributed resource scheduling, Cisco 1000v virtual switches, or private VLANs.
AWS to Bare Metal: Motivation, Pitfalls, and ResultsMongoDB
Like many startups, Wish grew up on AWS. As our cluster grew and the price of SSDs fell, we started exploring bare metal. Fast-forward 2 years and we have hundreds of MongoDB instances on bare metal fully integrated with our AWS infrastructure. It wasn't all smooth sailing, but the performance & cost improvements were worth it! Hear the story of how we did it and gain a framework for thinking about how to make the leap from cloud-centric architecture to a hybrid model.
Using Redis as Distributed Cache for ASP.NET apps - Peter Kellner, 73rd Stre...Redis Labs
I will build from scratch in this session a Microsoft ASP.NET website that caches WebAPI REST calls with both MSOpenTech’s Redis implementation for running while developing in Visual Studio as well as running on a Windows server running IIS. I will show you how to build a safe reusable caching library in c# that can be used in any .net project. I will also demonstrate how to use the Redis cache services that are available on Microsoft’s Azure cloud platform. Further, I’ll demonstrate a real world web site that uses Azure Redis cache and show statistics on how Redis improves performance consistently and reliably.
Day 2 General Session Presentations RedisConfRedis Labs
The document discusses new memory technologies like persistent memory and their implications. It provides latency and bandwidth numbers for different memory types and notes that heterogeneous memory systems using tiers of DRAM and NVM provide opportunities for better performance and cost. Examples are given of key-value stores and databases leveraging NVM to achieve high performance while reducing costs. The talk also discusses how new distributed data structures like CRDTs could be used across servers with shared memory.
This document provides an overview of Microsoft Azure storage services, including tables, queues, and blobs. It describes the common features like access via REST API and automatic replication. Tables store structured non-relational data with mandatory fields like partition and row keys. Queues provide asynchronous message processing between roles. Blobs support block and page objects at different maximum sizes, stored within containers. Code examples demonstrate retrieving references and contexts for tables, queues, and blobs.
Our Application development is nearing completion. It's time to prepare our cluster for production, but are we sure the system is capable of handing the load? Have we achieved high availability? What preflight checks should we be running. Learn how Dev & Ops work together to achieve production readiness and plan for scale, availability, monitoring.
This document discusses how Between, a mobile app for couples, migrated their photo architecture to reduce storage costs by 70%. The old architecture generated and stored multiple thumbnail sizes for each photo, using 6.6 billion thumbnails and 738 TB of storage. The new architecture resizes thumbnails on demand using the fast Skia library, saving the original high resolution photos as smaller WebP files. Migration of 1.1 billion existing photos to the new system took 4 days using Spot instances. This reduced storage usage by 75% to 184 TB and number of S3 objects by 82%, cutting total photo costs by 68%.
beSharp a serverless approach to big data on awsClaudio Pontili
Claudio Pontili, a senior cloud solution architect at beSharp, presented on using serverless architectures for big data on AWS. He discussed using Lambda for ETL processes and Glue for managed ETL jobs. He also covered CI/CD for deploying Lambda and Glue code, data warehousing on Aurora Serverless v1, and a fully serverless big data architecture. Some key learnings included using serverless for high availability and scalability with no effort, pausing Aurora Serverless v1 clusters when not in use, and using infrastructure as code to deploy architectures.
Droplr Serverless Revolution - How we killed 50 servers in a yearAntoni Orfin
Droplr is transitioning their infrastructure from traditional servers to serverless architectures to reduce complexity, improve maintainability, and increase performance. They have moved many of their services to AWS Lambda, including scheduled jobs, event-driven processes, and HTTP microservices. This has allowed them to simplify their stack, improve scalability, and reduce costs. While serverless architectures require some adjustments, Droplr has seen benefits from their transition and plans to expand their use of serverless and further optimize their infrastructure.
Configuring MongoDB HA Replica Set on AWS EC2ShepHertz
It has always been a tedious task to choose the right configuration for MongoDB on AWS EC2
It is always challenging and takes a lots of time to make your system Production Ready.
Here is a quick guide on how to setup MongoDB on AWS EC2.
Future of Cloud Starts with ServerlessAntoni Orfin
Presentation shows how current Cloud looks like and how it will evolve with serverless technologies such as AWS Lambda, API Gateway and CloudFront.
Do we need servers?
Do we need regions?
No.
Presentation shows how at Droplr we consider the DevOps role.
It covers topics related with Amazon Web Services, Infrastructure as Code concept (with tools like Terraform and Ansible) and going into Continuous Deployment as the key of making our company the most competitive on the market.
Presentation from the 8th Wrocław's DevOps Meeting which took place on 28.03.2017.
A Year of Droplr Cloud Architecture Evolution with AWS and ServerlessAntoni Orfin
This document summarizes Droplr's evolution to a serverless cloud architecture on AWS over the past year. Some key points:
- Droplr moved from multiple programming languages and microservices to primarily using Node.js and monolith architecture.
- Monitoring was optimized using services like Pingdom, DataDog, Logz.io and Sentry.
- AWS Lambda was adopted for its cost effectiveness, scalability and reliability. It allowed Droplr to reduce costs by 60% and deploy updates in minutes.
- The current architecture uses Lambda with VPC, CloudFront, API Gateway, SNS and CloudWatch Events. Serverless improved performance and reduced response times.
This document summarizes a webinar about deploying MongoDB on Amazon Web Services. It discusses the various MongoDB components that can be deployed, including MongoDB nodes, config servers, arbiters, and shard routers. It also discusses Amazon EC2 instance types suitable for different MongoDB components. Several deployment scenarios on EC2 are presented, including replica sets, sharded clusters, and operational considerations like automation, backups, security groups. The document encourages testing MongoDB on EC2 and provides resources for more information.
This is a short introduction to the Apache Software Foundation and Apache CloudStack running on VMware vSphere. It will be presented at the vBrownBag sessions of VMworld 2013.
The document discusses setting up a log server using ELK Stack and Docker. It introduces ELK Stack which combines Elasticsearch, Logstash, and Kibana. Logstash collects logs, Elasticsearch stores and enables search of logs, and Kibana provides dashboards. The document also covers Docker concepts like images and containers, and using Dockerfile to define images. It recommends Docker Hub as a central registry and mentions capabilities like GitHub integration.
Redis Developers Day 2014 - Redis Labs TalksRedis Labs
These are the slides that the Redis Labs team had used to accompany the session that we gave during the first ever Redis Developers Day on October 2nd, 2014, London. It includes some of the ideas we've come up with to tackle operational challenges in the hyper-dense, multi-tenants Redis deployments that our service - Redis Cloud - consists of.
- Just Eat is a leading digital marketplace for takeaway food delivery founded in 2001 operating in 13 markets globally. It has processed up to 2,500 orders per minute at peak times.
- Just Eat migrated to AWS 5 years ago and runs hundreds of EC2 instances at peak dinner times using scheduled scaling, CloudFormation, and other AWS services.
- AWS Lambda was introduced in 2014 and Just Eat started using it for micro tasks like resetting delivery times, publishing SNS messages, and provisioning instance access to reduce infrastructure costs and management compared to running EC2 fleets.
Redis Day Keynote Salvatore Sanfillipo Redis LabsRedis Labs
Redis' seventh birthday was recently celebrated with the community, several contributors and users. This is Salvatore's keynote as he kicked off Redis Day in Tel Aviv.
Aurora Serverless, 서버리스 RDB의 서막 - 트랙2, Community Day 2018 re:Invent 특집AWSKRUG - AWS한국사용자모임
This document summarizes a presentation about new features of Amazon Aurora including Aurora Parallel Query Processing, Aurora Multi-Master, and the new Aurora Serverless offering. Aurora Parallel Query Processing allows queries to be parallelized across thousands of storage nodes. Aurora Multi-Master enables multiple read-write instances for high availability. Aurora Serverless automatically scales databases on demand without capacity planning, with users paying per second of use.
This document discusses Azure Backup (Recovery Services) and provides an overview of its key concepts and usage scenarios. Azure Backup allows backing up of on-premises servers and virtual machines to Azure storage. It uses storage vaults mapped to Azure Blob storage to store backup recovery points. The Azure Backup Agent installs on machines to perform backups and restores and manage the backup schedule. Site Recovery allows disaster recovery between on-premises and Azure environments, or between two on-premises sites. References and contacts are provided for further information.
Setup Kubernetes Cluster On AWS Using KOPSSivaprakash
This document provides steps to set up a Kubernetes cluster on AWS using KOPS. It describes installing required tools like kubectl and KOPS, creating an SSH key and Route53 host on AWS, generating a Kubernetes cluster across multiple Availability Zones, and exposing sample applications. Finally, it covers deleting the cluster.
The document discusses how Redis is used at Facebook to solve two problems:
1) Serving user configurations in real-time by using a hierarchical master-slave replication architecture with global and regional masters and slaves to distribute reads and allow writes at different levels.
2) Processing stats data in real-time by using a split data processing model where daily bulk processing is done separately from real-time processing by tailers that insert stats into a sharded Redis cluster using HINCRBY.
John Magoulas received a diploma from the Hellenic Republic School of Tourism Professions Technical Vocational School in Anavyssos for their Hotel-Restaurant Technique specialty. He attended courses from 1985 to 1987 and received an overall grade of 12.77, described as "Good", after completing his final exams and practical training. The school's board certified his diploma on February 28, 1990.
The document discusses upgrades to the Academic Success Center's Fall workshop series at Wayne State University. Some key points:
- The workshop series now includes additional topics like math anxiety reduction, the connection between food and GPA, smartphone apps for academic success, and learning vs. studying.
- Attending the workshops provides benefits like gaining effective study strategies, saving time, reducing stress, and improving performance in courses.
- The workshops will be offered between September and December, with most sessions between 1-4pm but some after 5pm for access. Students can register and view the schedule online.
The document is a profile for a freelance professional seeking new projects in the Dallas-Fort Worth metroplex area. It summarizes their experience including freelance roles in TV, commercials, editing, photography and puppetry from 2014 to present. It also outlines education and skills including degrees from University of North Texas in Media Arts and Collin College in Journalism. References are provided.
This document discusses the importance and difficulty of forgiveness. It states that forgiveness requires years of learning and God's grace to overcome humanity's unwillingness to forgive. Unforgiveness destroys relationships between family members, spouses, and leads to unhappiness. God commands his people to forgive one another. While forgiveness may seem impossible, it is necessary to obey God and obtain his forgiveness. True forgiveness requires acknowledging one's own weakness and praying to God for strength beyond human ability to forgive others as Christ forgave us through his grace.
OWAAT Cyprus Launches World's First Greek International Human Rights Self-Hel...ABA IHRC
OWAAT is a sustainable, community-court collaboration to prevent all forms of non-physical, non-violent abuse against women, as unwanted contact interference in violation of their international human right to privacy.
Droplr Serverless Revolution - How we killed 50 servers in a yearAntoni Orfin
Droplr is transitioning their infrastructure from traditional servers to serverless architectures to reduce complexity, improve maintainability, and increase performance. They have moved many of their services to AWS Lambda, including scheduled jobs, event-driven processes, and HTTP microservices. This has allowed them to simplify their stack, improve scalability, and reduce costs. While serverless architectures require some adjustments, Droplr has seen benefits from their transition and plans to expand their use of serverless and further optimize their infrastructure.
Configuring MongoDB HA Replica Set on AWS EC2ShepHertz
It has always been a tedious task to choose the right configuration for MongoDB on AWS EC2
It is always challenging and takes a lots of time to make your system Production Ready.
Here is a quick guide on how to setup MongoDB on AWS EC2.
Future of Cloud Starts with ServerlessAntoni Orfin
Presentation shows how current Cloud looks like and how it will evolve with serverless technologies such as AWS Lambda, API Gateway and CloudFront.
Do we need servers?
Do we need regions?
No.
Presentation shows how at Droplr we consider the DevOps role.
It covers topics related with Amazon Web Services, Infrastructure as Code concept (with tools like Terraform and Ansible) and going into Continuous Deployment as the key of making our company the most competitive on the market.
Presentation from the 8th Wrocław's DevOps Meeting which took place on 28.03.2017.
A Year of Droplr Cloud Architecture Evolution with AWS and ServerlessAntoni Orfin
This document summarizes Droplr's evolution to a serverless cloud architecture on AWS over the past year. Some key points:
- Droplr moved from multiple programming languages and microservices to primarily using Node.js and monolith architecture.
- Monitoring was optimized using services like Pingdom, DataDog, Logz.io and Sentry.
- AWS Lambda was adopted for its cost effectiveness, scalability and reliability. It allowed Droplr to reduce costs by 60% and deploy updates in minutes.
- The current architecture uses Lambda with VPC, CloudFront, API Gateway, SNS and CloudWatch Events. Serverless improved performance and reduced response times.
This document summarizes a webinar about deploying MongoDB on Amazon Web Services. It discusses the various MongoDB components that can be deployed, including MongoDB nodes, config servers, arbiters, and shard routers. It also discusses Amazon EC2 instance types suitable for different MongoDB components. Several deployment scenarios on EC2 are presented, including replica sets, sharded clusters, and operational considerations like automation, backups, security groups. The document encourages testing MongoDB on EC2 and provides resources for more information.
This is a short introduction to the Apache Software Foundation and Apache CloudStack running on VMware vSphere. It will be presented at the vBrownBag sessions of VMworld 2013.
The document discusses setting up a log server using ELK Stack and Docker. It introduces ELK Stack which combines Elasticsearch, Logstash, and Kibana. Logstash collects logs, Elasticsearch stores and enables search of logs, and Kibana provides dashboards. The document also covers Docker concepts like images and containers, and using Dockerfile to define images. It recommends Docker Hub as a central registry and mentions capabilities like GitHub integration.
Redis Developers Day 2014 - Redis Labs TalksRedis Labs
These are the slides that the Redis Labs team had used to accompany the session that we gave during the first ever Redis Developers Day on October 2nd, 2014, London. It includes some of the ideas we've come up with to tackle operational challenges in the hyper-dense, multi-tenants Redis deployments that our service - Redis Cloud - consists of.
- Just Eat is a leading digital marketplace for takeaway food delivery founded in 2001 operating in 13 markets globally. It has processed up to 2,500 orders per minute at peak times.
- Just Eat migrated to AWS 5 years ago and runs hundreds of EC2 instances at peak dinner times using scheduled scaling, CloudFormation, and other AWS services.
- AWS Lambda was introduced in 2014 and Just Eat started using it for micro tasks like resetting delivery times, publishing SNS messages, and provisioning instance access to reduce infrastructure costs and management compared to running EC2 fleets.
Redis Day Keynote Salvatore Sanfillipo Redis LabsRedis Labs
Redis' seventh birthday was recently celebrated with the community, several contributors and users. This is Salvatore's keynote as he kicked off Redis Day in Tel Aviv.
Aurora Serverless, 서버리스 RDB의 서막 - 트랙2, Community Day 2018 re:Invent 특집AWSKRUG - AWS한국사용자모임
This document summarizes a presentation about new features of Amazon Aurora including Aurora Parallel Query Processing, Aurora Multi-Master, and the new Aurora Serverless offering. Aurora Parallel Query Processing allows queries to be parallelized across thousands of storage nodes. Aurora Multi-Master enables multiple read-write instances for high availability. Aurora Serverless automatically scales databases on demand without capacity planning, with users paying per second of use.
This document discusses Azure Backup (Recovery Services) and provides an overview of its key concepts and usage scenarios. Azure Backup allows backing up of on-premises servers and virtual machines to Azure storage. It uses storage vaults mapped to Azure Blob storage to store backup recovery points. The Azure Backup Agent installs on machines to perform backups and restores and manage the backup schedule. Site Recovery allows disaster recovery between on-premises and Azure environments, or between two on-premises sites. References and contacts are provided for further information.
Setup Kubernetes Cluster On AWS Using KOPSSivaprakash
This document provides steps to set up a Kubernetes cluster on AWS using KOPS. It describes installing required tools like kubectl and KOPS, creating an SSH key and Route53 host on AWS, generating a Kubernetes cluster across multiple Availability Zones, and exposing sample applications. Finally, it covers deleting the cluster.
The document discusses how Redis is used at Facebook to solve two problems:
1) Serving user configurations in real-time by using a hierarchical master-slave replication architecture with global and regional masters and slaves to distribute reads and allow writes at different levels.
2) Processing stats data in real-time by using a split data processing model where daily bulk processing is done separately from real-time processing by tailers that insert stats into a sharded Redis cluster using HINCRBY.
John Magoulas received a diploma from the Hellenic Republic School of Tourism Professions Technical Vocational School in Anavyssos for their Hotel-Restaurant Technique specialty. He attended courses from 1985 to 1987 and received an overall grade of 12.77, described as "Good", after completing his final exams and practical training. The school's board certified his diploma on February 28, 1990.
The document discusses upgrades to the Academic Success Center's Fall workshop series at Wayne State University. Some key points:
- The workshop series now includes additional topics like math anxiety reduction, the connection between food and GPA, smartphone apps for academic success, and learning vs. studying.
- Attending the workshops provides benefits like gaining effective study strategies, saving time, reducing stress, and improving performance in courses.
- The workshops will be offered between September and December, with most sessions between 1-4pm but some after 5pm for access. Students can register and view the schedule online.
The document is a profile for a freelance professional seeking new projects in the Dallas-Fort Worth metroplex area. It summarizes their experience including freelance roles in TV, commercials, editing, photography and puppetry from 2014 to present. It also outlines education and skills including degrees from University of North Texas in Media Arts and Collin College in Journalism. References are provided.
This document discusses the importance and difficulty of forgiveness. It states that forgiveness requires years of learning and God's grace to overcome humanity's unwillingness to forgive. Unforgiveness destroys relationships between family members, spouses, and leads to unhappiness. God commands his people to forgive one another. While forgiveness may seem impossible, it is necessary to obey God and obtain his forgiveness. True forgiveness requires acknowledging one's own weakness and praying to God for strength beyond human ability to forgive others as Christ forgave us through his grace.
OWAAT Cyprus Launches World's First Greek International Human Rights Self-Hel...ABA IHRC
OWAAT is a sustainable, community-court collaboration to prevent all forms of non-physical, non-violent abuse against women, as unwanted contact interference in violation of their international human right to privacy.
El documento describe diferentes métodos para la detección y corrección de errores en la transmisión de datos binarios, incluyendo el método de paridad par e impar y el código de Hamming. Explica que un bit de paridad extra se añade a los datos transmitidos para verificar la paridad de los unos en el grupo codificado y detectar errores. También introduce conceptos como distancia y distancia mínima en relación con los códigos de corrección de errores.
This document discusses the importance of appraisal management companies (AMCs) having the expertise and resources to handle specialized appraisal assignments beyond conventional single-family homes. Specialized properties may include vacant land, manufactured or modular homes, or high-value luxury homes. It is vital for AMCs to have access to appraisers experienced in valuing these unique property types who can address the specific challenges and requirements. The document also notes new federal regulations that require AMCs to ensure appraisers selected have the proper qualifications for the given assignment.
Scaling on AWS for the First 10 Million Users at Websummit DublinIan Massingham
In this talk from the Dublin Websummit 2014 AWS Technical Evangelist Ian Massingham discusses the techniques that AWS customers can use to create highly scalable infrastructure to support the operation of large scale applications on the AWS cloud.
Includes a walk-through of how you can evolve your architecture as your application becomes more popular and you need to scale up your infrastructure to support increased demand.
This document discusses using PostgreSQL with Amazon RDS. It begins with an introduction to Amazon RDS and then discusses setting up a PostgreSQL RDS instance, available features like backups and monitoring, limitations, pricing, and references for further reading. The document is intended to provide an overview of deploying and managing PostgreSQL on Amazon RDS.
This document summarizes DreamObjects, an object storage platform powered by Ceph. It discusses the hardware used in storage and support nodes, including Intel and AMD processors, RAM, disks, and networking components. The document also provides details on Ceph configuration including replication, CRUSH mapping, OSD configuration, and application tuning. Monitoring tools discussed include Chef, pdsh, Sensu, collectd, graphite, logstash, Jenkins and future plans.
Move your on prem data to a lake in a Lake in CloudCAMMS
With the boom in data; the volume and its complexity, the trend is to move data to the cloud. Where and How do we do this? Azure gives you the answer. In this session, I will give you an introduction to Azure Data Lake and Azure Data Factory, and why they are good for the type of problem we are talking about. You will learn how large datasets can be stored on the cloud, and how you could transport your data to this store. The session will briefly cover Azure Data Lake as the modern warehouse for data on the cloud,
Training AWS: Module 8 - RDS, Aurora, ElastiCacheBùi Quang Lâm
The document provides training materials for 9 modules on Amazon Web Services (AWS). It covers database services like Relational Database Service (RDS), Aurora and ElastiCache. Specific topics include RDS backups, read replicas, security and encryption, Aurora features and replication. The author is Bui Quang Lam and includes their contact information.
Managing 50K+ Redis Databases Over 4 Public Clouds ... with a Tiny Devops TeamRedis Labs
Redis is an in-memory database that provides fast performance for powering lightning fast apps. It supports many data structures like strings, hashes, lists, sets and sorted sets. Redis is efficient due to its support for many data structures and commands, as well as its complexity-aware design. Redis Labs provides fully-managed cloud services for Redis and Memcached, and helps customers with challenges around scalability, high availability, performance and monitoring for large-scale Redis deployments.
Best Practices for running the Oracle Database on EC2 webinarTom Laszewski
Best practices for running the Oracle Database on EC2 including storage, security, networking, EC2, deployment, deployment, management, and monitoring.
Best And Worst Practices Deploying IBM ConnectionsLetsConnect
Depending on deployment size, operating system and security considerations you have different options to configure IBM Connections. This session will show examples from multiple customer deployments of IBM Connections. I will describe things I found and how you can optimize your systems. Main topics include; simple (documented) tasks that should be applied, missing documentation, automated user synchronization, TDI solutions and user synchronization, performance tuning, security optimizing and planning Single Sign On
Boost the Performance of SharePoint Today!Brian Culver
Is your farm struggling to server your organization? How long is it taking between page requests? Where is your bottleneck in your farm? Is your SQL Server tuned properly? Worried about upgrading due to poor performance? We will look at various tools for analyzing and measuring performance of your farm. We will look at simple SharePoint and IIS configuration options to instantly improve performance. I will discuss advanced approaches for analyzing, measuring and implementing optimizations in your farm as well as Performance Improvements in SharePoint 2013.
This document discusses managing storage across public and private resources. It covers the evolution of on-site storage management, storage options in the public cloud, and challenges of managing hybrid cloud storage. Key topics include the transition from siloed storage to software-defined storage, various cloud storage services like object storage and block storage, challenges of public cloud limitations, and solutions for connecting on-site and cloud storage like gateways, file systems, and caching appliances.
The document summarizes new features in JBoss Operations Network (JBoss ON), including:
1) New chart types have been added to visualize metrics data. Storage nodes using Cassandra have also been added to improve scalability of storing large volumes of metrics data in a distributed manner.
2) Finer-grained bundle permissions allow restricting bundle creation, deployment and management based on resource groups and roles.
3) The REST API is now fully supported for both retrieving and inputting configuration data to enable out-of-band processing.
4) Upcoming versions of JBoss ON aim to reduce the agent footprint, improve support for EAP 6, and integrate with the Red Hat Access portal.
You want to use MySQL in Amazon RDS, Rackspace Cloud, Google Cloud SQL or HP Helion Public Cloud? Check this out, from Percona Live London 2014. (Note that pricing of Google Cloud SQL changed prices on the same day after the presentation)
SharePoint Saturday San Antonio: SharePoint 2010 PerformanceBrian Culver
Is your farm struggling to server your organization? How long is it taking between page requests? Where is your bottleneck in your farm? Is your SQL Server tuned properly? Worried about upgrading due to poor performance? We will look at various tools for analyzing and measuring performance of your farm. We will look at simple SharePoint and IIS configuration options to instantly improve performance. I will discuss advanced approaches for analyzing, measuring and implementing optimizations in your farm.
AWS Database Services-Philadelphia AWS User Group-4-17-2018Bert Zahniser
The document summarizes a presentation on Amazon Web Services (AWS) database services. It provides an overview of AWS Relational Database Service (RDS) and other database offerings, including benefits of RDS like scalability and availability features. Specific RDS configurations, security options, monitoring, and pricing are also discussed. Non-relational database services and migration tools are briefly mentioned.
What does Serverless mean for DevOps, in practical terms? While Serverless does reduce the need for server-centric DevOps, it poses new challenges in many areas including security, app deployment and cloud resource provisioning, partly due to an explosion of "nanoservices". Based on a current project using AWS, we cover relevant tools, techniques and tips to deliver a smooth serverless experience for development through to production.
Delivered at Bristol DevOps meetup, 27 Jun 2018. To see detailed notes covering extra points not on slides, click the Notes link just below (or download the Powerpoint).
Update: here's the correct link for Gojko Adzic talk on the Backendless slide - https://www.youtube.com/watch?v=w7X4gAQTk2E
TrustArc Webinar: Consumer Expectations vs Corporate Realities on Data Broker...TrustArc
Most consumers believe they’re making informed decisions about their personal data—adjusting privacy settings, blocking trackers, and opting out where they can. However, our new research reveals that while awareness is high, taking meaningful action is still lacking. On the corporate side, many organizations report strong policies for managing third-party data and consumer consent yet fall short when it comes to consistency, accountability and transparency.
This session will explore the research findings from TrustArc’s Privacy Pulse Survey, examining consumer attitudes toward personal data collection and practical suggestions for corporate practices around purchasing third-party data.
Attendees will learn:
- Consumer awareness around data brokers and what consumers are doing to limit data collection
- How businesses assess third-party vendors and their consent management operations
- Where business preparedness needs improvement
- What these trends mean for the future of privacy governance and public trust
This discussion is essential for privacy, risk, and compliance professionals who want to ground their strategies in current data and prepare for what’s next in the privacy landscape.
Hands On: Create a Lightning Aura Component with force:RecordDataLynda Kane
Slide Deck from the 3/26/2020 virtual meeting of the Cleveland Developer Group presentation on creating a Lightning Aura Component using force:RecordData.
Procurement Insights Cost To Value Guide.pptxJon Hansen
Procurement Insights integrated Historic Procurement Industry Archives, serves as a powerful complement — not a competitor — to other procurement industry firms. It fills critical gaps in depth, agility, and contextual insight that most traditional analyst and association models overlook.
Learn more about this value- driven proprietary service offering here.
Leading AI Innovation As A Product Manager - Michael JidaelMichael Jidael
Unlike traditional product management, AI product leadership requires new mental models, collaborative approaches, and new measurement frameworks. This presentation breaks down how Product Managers can successfully lead AI Innovation in today's rapidly evolving technology landscape. Drawing from practical experience and industry best practices, I shared frameworks, approaches, and mindset shifts essential for product leaders navigating the unique challenges of AI product development.
In this deck, you'll discover:
- What AI leadership means for product managers
- The fundamental paradigm shift required for AI product development.
- A framework for identifying high-value AI opportunities for your products.
- How to transition from user stories to AI learning loops and hypothesis-driven development.
- The essential AI product management framework for defining, developing, and deploying intelligence.
- Technical and business metrics that matter in AI product development.
- Strategies for effective collaboration with data science and engineering teams.
- Framework for handling AI's probabilistic nature and setting stakeholder expectations.
- A real-world case study demonstrating these principles in action.
- Practical next steps to begin your AI product leadership journey.
This presentation is essential for Product Managers, aspiring PMs, product leaders, innovators, and anyone interested in understanding how to successfully build and manage AI-powered products from idea to impact. The key takeaway is that leading AI products is about creating capabilities (intelligence) that continuously improve and deliver increasing value over time.
What is Model Context Protocol(MCP) - The new technology for communication bw...Vishnu Singh Chundawat
The MCP (Model Context Protocol) is a framework designed to manage context and interaction within complex systems. This SlideShare presentation will provide a detailed overview of the MCP Model, its applications, and how it plays a crucial role in improving communication and decision-making in distributed systems. We will explore the key concepts behind the protocol, including the importance of context, data management, and how this model enhances system adaptability and responsiveness. Ideal for software developers, system architects, and IT professionals, this presentation will offer valuable insights into how the MCP Model can streamline workflows, improve efficiency, and create more intuitive systems for a wide range of use cases.
"Rebranding for Growth", Anna VelykoivanenkoFwdays
Since there is no single formula for rebranding, this presentation will explore best practices for aligning business strategy and communication to achieve business goals.
Rock, Paper, Scissors: An Apex Map Learning JourneyLynda Kane
Slide Deck from Presentations to WITDevs (April 2021) and Cleveland Developer Group (6/28/2023) on using Rock, Paper, Scissors to learn the Map construct in Salesforce Apex development.
Semantic Cultivators : The Critical Future Role to Enable AIartmondano
By 2026, AI agents will consume 10x more enterprise data than humans, but with none of the contextual understanding that prevents catastrophic misinterpretations.
DevOpsDays Atlanta 2025 - Building 10x Development Organizations.pptxJustin Reock
Building 10x Organizations with Modern Productivity Metrics
10x developers may be a myth, but 10x organizations are very real, as proven by the influential study performed in the 1980s, ‘The Coding War Games.’
Right now, here in early 2025, we seem to be experiencing YAPP (Yet Another Productivity Philosophy), and that philosophy is converging on developer experience. It seems that with every new method we invent for the delivery of products, whether physical or virtual, we reinvent productivity philosophies to go alongside them.
But which of these approaches actually work? DORA? SPACE? DevEx? What should we invest in and create urgency behind today, so that we don’t find ourselves having the same discussion again in a decade?
Role of Data Annotation Services in AI-Powered ManufacturingAndrew Leo
From predictive maintenance to robotic automation, AI is driving the future of manufacturing. But without high-quality annotated data, even the smartest models fall short.
Discover how data annotation services are powering accuracy, safety, and efficiency in AI-driven manufacturing systems.
Precision in data labeling = Precision on the production floor.
Enhancing ICU Intelligence: How Our Functional Testing Enabled a Healthcare I...Impelsys Inc.
Impelsys provided a robust testing solution, leveraging a risk-based and requirement-mapped approach to validate ICU Connect and CritiXpert. A well-defined test suite was developed to assess data communication, clinical data collection, transformation, and visualization across integrated devices.
AI EngineHost Review: Revolutionary USA Datacenter-Based Hosting with NVIDIA ...SOFTTECHHUB
I started my online journey with several hosting services before stumbling upon Ai EngineHost. At first, the idea of paying one fee and getting lifetime access seemed too good to pass up. The platform is built on reliable US-based servers, ensuring your projects run at high speeds and remain safe. Let me take you step by step through its benefits and features as I explain why this hosting solution is a perfect fit for digital entrepreneurs.
Complete Guide to Advanced Logistics Management Software in Riyadh.pdfSoftware Company
Explore the benefits and features of advanced logistics management software for businesses in Riyadh. This guide delves into the latest technologies, from real-time tracking and route optimization to warehouse management and inventory control, helping businesses streamline their logistics operations and reduce costs. Learn how implementing the right software solution can enhance efficiency, improve customer satisfaction, and provide a competitive edge in the growing logistics sector of Riyadh.
8. Self-made Plotting
• run bash script
• retrieve data
• convert data to valid json
• prepare data for plotting
• open index.html in browser
• load prepared json data
• plot data using flot library
8
10. RDS Disk IO
• specified in AWS documentation
• RDS
• EBS
• used IOPS < base IOPS => credits increase
• used IOPS > base IOPS => credits reduced per second
• burst up to 3000 IOPS
• credits = 0 => usable IOPS reduced & limited
10
11. Solution
• limit active => system very slow
• system need more base IOPS
• either, increase volume size
• 3 IOPS per GB volume size
• max. 3,000 IOPS using volume size >= 1 TB
• or, use provisioned IOPS
• MySQL: 1,000 - 30,000 IOPS
• SQL Server Express: 1,000 - 20,000 IOPS
• we use provisioned IOPS
11
13. Code
• available on Github: https://github.com/root360/AWS-RDS-
enhanced_monitoring
• license: Unlicense http://unlicense.org/
• use it
• change it
• publish/distribute it
• or don’t ;-)
• feedback: [email protected]
13
14. Open Topic
e.g.:
• Questions
• multi account strategies
• RDS vs Aurora (tests, best practice, migration, compatibility)
• SES Limitations
• Server-Monitoring (RAM, CPU, SSD)
• YOUR TOPIC
14