Steven Hillion & Jeff Fletcher, Astronomer | AWS Startup Showcase S3E1
(upbeat music) >> Welcome everyone to theCUBE's presentation of the AWS Startup Showcase AI/ML Top Startups Building Foundation Model Infrastructure. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem to talk about data and analytics. I'm your host, Lisa Martin and today we're excited to be joined by two guests from Astronomer. Steven Hillion joins us, it's Chief Data Officer and Jeff Fletcher, it's director of ML. They're here to talk about machine learning and data orchestration. Guys, thank you so much for joining us today. >> Thank you. >> It's great to be here. >> Before we get into machine learning let's give the audience an overview of Astronomer. Talk about what that is, Steven. Talk about what you mean by data orchestration. >> Yeah, let's start with Astronomer. We're the Airflow company basically. The commercial developer behind the open-source project, Apache Airflow. I don't know if you've heard of Airflow. It's sort of de-facto standard these days for orchestrating data pipelines, data engineering pipelines, and as we'll talk about later, machine learning pipelines. It's really is the de-facto standard. I think we're up to about 12 million downloads a month. That's actually as a open-source project. I think at this point it's more popular by some measures than Slack. Airflow was created by Airbnb some years ago to manage all of their data pipelines and manage all of their workflows and now it powers the data ecosystem for organizations as diverse as Electronic Arts, Conde Nast is one of our big customers, a big user of Airflow. And also not to mention the biggest banks on Wall Street use Airflow and Astronomer to power the flow of data throughout their organizations. >> Talk about that a little bit more, Steven, in terms of the business impact. You mentioned some great customer names there. What is the business impact or outcomes that a data orchestration strategy enables businesses to achieve? >> Yeah, I mean, at the heart of it is quite simply, scheduling and managing data pipelines. And so if you have some enormous retailer who's managing the flow of information throughout their organization they may literally have thousands or even tens of thousands of data pipelines that need to execute every day to do things as simple as delivering metrics for the executives to consume at the end of the day, to producing on a weekly basis new machine learning models that can be used to drive product recommendations. One of our customers, for example, is a British food delivery service. And you get those recommendations in your application that says, "Well, maybe you want to have samosas with your curry." That sort of thing is powered by machine learning models that they train on a regular basis to reflect changing conditions in the market. And those are produced through Airflow and through the Astronomer platform, which is essentially a managed platform for running airflow. So at its simplest it really is just scheduling and managing those workflows. But that's easier said than done of course. I mean if you have 10 thousands of those things then you need to make sure that they all run that they all have sufficient compute resources. If things fail, how do you track those down across those 10,000 workflows? How easy is it for an average data scientist or data engineer to contribute their code, their Python notebooks or their SQL code into a production environment? And then you've got reproducibility, governance, auditing, like managing data flows across an organization which we think of as orchestrating them is much more than just scheduling. It becomes really complicated pretty quickly. >> I imagine there's a fair amount of complexity there. Jeff, let's bring you into the conversation. Talk a little bit about Astronomer through your lens, data orchestration and how it applies to MLOps. >> So I come from a machine learning background and for me the interesting part is that machine learning requires the expansion into orchestration. A lot of the same things that you're using to go and develop and build pipelines in a standard data orchestration space applies equally well in a machine learning orchestration space. What you're doing is you're moving data between different locations, between different tools, and then tasking different types of tools to act on that data. So extending it made logical sense from a implementation perspective. And a lot of my focus at Astronomer is really to explain how Airflow can be used well in a machine learning context. It is being used well, it is being used a lot by the customers that we have and also by users of the open source version. But it's really being able to explain to people why it's a natural extension for it and how well it fits into that. And a lot of it is also extending some of the infrastructure capabilities that Astronomer provides to those customers for them to be able to run some of the more platform specific requirements that come with doing machine learning pipelines. >> Let's get into some of the things that make Astronomer unique. Jeff, sticking with you, when you're in customer conversations, what are some of the key differentiators that you articulate to customers? >> So a lot of it is that we are not specific to one cloud provider. So we have the ability to operate across all of the big cloud providers. I know, I'm certain we have the best developers that understand how best practices implementations for data orchestration works. So we spend a lot of time talking to not just the business outcomes and the business users of the product, but also also for the technical people, how to help them better implement things that they may have come across on a Stack Overflow article or not necessarily just grown with how the product has migrated. So it's the ability to run it wherever you need to run it and also our ability to help you, the customer, better implement and understand those workflows that I think are two of the primary differentiators that we have. >> Lisa: Got it. >> I'll add another one if you don't mind. >> You can go ahead, Steven. >> Is lineage and dependencies between workflows. One thing we've done is to augment core Airflow with Lineage services. So using the Open Lineage framework, another open source framework for tracking datasets as they move from one workflow to another one, team to another, one data source to another is a really key component of what we do and we bundle that within the service so that as a developer or as a production engineer, you really don't have to worry about lineage, it just happens. Jeff, may show us some of this later that you can actually see as data flows from source through to a data warehouse out through a Python notebook to produce a predictive model or a dashboard. Can you see how those data products relate to each other? And when something goes wrong, figure out what upstream maybe caused the problem, or if you're about to change something, figure out what the impact is going to be on the rest of the organization. So Lineage is a big deal for us. >> Got it. >> And just to add on to that, the other thing to think about is that traditional Airflow is actually a complicated implementation. It required quite a lot of time spent understanding or was almost a bespoke language that you needed to be able to develop in two write these DAGs, which is like fundamental pipelines. So part of what we are focusing on is tooling that makes it more accessible to say a data analyst or a data scientist who doesn't have or really needs to gain the necessary background in how the semantics of Airflow DAGs works to still be able to get the benefit of what Airflow can do. So there is new features and capabilities built into the astronomer cloud platform that effectively obfuscates and removes the need to understand some of the deep work that goes on. But you can still do it, you still have that capability, but we are expanding it to be able to have orchestrated and repeatable processes accessible to more teams within the business. >> In terms of accessibility to more teams in the business. You talked about data scientists, data analysts, developers. Steven, I want to talk to you, as the chief data officer, are you having more and more conversations with that role and how is it emerging and evolving within your customer base? >> Hmm. That's a good question, and it is evolving because I think if you look historically at the way that Airflow has been used it's often from the ground up. You have individual data engineers or maybe single data engineering teams who adopt Airflow 'cause it's very popular. Lots of people know how to use it and they bring it into an organization and say, "Hey, let's use this to run our data pipelines." But then increasingly as you turn from pure workflow management and job scheduling to the larger topic of orchestration you realize it gets pretty complicated, you want to have coordination across teams, and you want to have standardization for the way that you manage your data pipelines. And so having a managed service for Airflow that exists in the cloud is easy to spin up as you expand usage across the organization. And thinking long term about that in the context of orchestration that's where I think the chief data officer or the head of analytics tends to get involved because they really want to think of this as a strategic investment that they're making. Not just per team individual Airflow deployments, but a network of data orchestrators. >> That network is key. Every company these days has to be a data company. We talk about companies being data driven. It's a common word, but it's true. It's whether it is a grocer or a bank or a hospital, they've got to be data companies. So talk to me a little bit about Astronomer's business model. How is this available? How do customers get their hands on it? >> Jeff, go ahead. >> Yeah, yeah. So we have a managed cloud service and we have two modes of operation. One, you can bring your own cloud infrastructure. So you can say here is an account in say, AWS or Azure and we can go and deploy the necessary infrastructure into that, or alternatively we can host everything for you. So it becomes a full SaaS offering. But we then provide a platform that connects at the backend to your internal IDP process. So however you are authenticating users to make sure that the correct people are accessing the services that they need with role-based access control. From there we are deploying through Kubernetes, the different services and capabilities into either your cloud account or into an account that we host. And from there Airflow does what Airflow does, which is its ability to then reach to different data systems and data platforms and to then run the orchestration. We make sure we do it securely, we have all the necessary compliance certifications required for GDPR in Europe and HIPAA based out of the US, and a whole bunch host of others. So it is a secure platform that can run in a place that you need it to run, but it is a managed Airflow that includes a lot of the extra capabilities like the cloud developer environment and the open lineage services to enhance the overall airflow experience. >> Enhance the overall experience. So Steven, going back to you, if I'm a Conde Nast or another organization, what are some of the key business outcomes that I can expect? As one of the things I think we've learned during the pandemic is access to realtime data is no longer a nice to have for organizations. It's really an imperative. It's that demanding consumer that wants to have that personalized, customized, instant access to a product or a service. So if I'm a Conde Nast or I'm one of your customers, what can I expect my business to be able to achieve as a result of data orchestration? >> Yeah, I think in a nutshell it's about providing a reliable, scalable, and easy to use service for developing and running data workflows. And talking of demanding customers, I mean, I'm actually a customer myself, as you mentioned, I'm the head of data for Astronomer. You won't be surprised to hear that we actually use Astronomer and Airflow to run all of our data pipelines. And so I can actually talk about my experience. When I started I was of course familiar with Airflow, but it always seemed a little bit unapproachable to me if I was introducing that to a new team of data scientists. They don't necessarily want to have to think about learning something new. But I think because of the layers that Astronomer has provided with our Astro service around Airflow it was pretty easy for me to get up and running. Of course I've got an incentive for doing that. I work for the Airflow company, but we went from about, at the beginning of last year, about 500 data tasks that we were running on a daily basis to about 15,000 every day. We run something like a million data operations every month within my team. And so as one outcome, just the ability to spin up new production workflows essentially in a single day you go from an idea in the morning to a new dashboard or a new model in the afternoon, that's really the business outcome is just removing that friction to operationalizing your machine learning and data workflows. >> And I imagine too, oh, go ahead, Jeff. >> Yeah, I think to add to that, one of the things that becomes part of the business cycle is a repeatable capabilities for things like reporting, for things like new machine learning models. And the impediment that has existed is that it's difficult to take that from a team that's an analyst team who then provide that or a data science team that then provide that to the data engineering team who have to work the workflow all the way through. What we're trying to unlock is the ability for those teams to directly get access to scheduling and orchestrating capabilities so that a business analyst can have a new report for C-suite execs that needs to be done once a week, but the time to repeatability for that report is much shorter. So it is then immediately in the hands of the person that needs to see it. It doesn't have to go into a long list of to-dos for a data engineering team that's already overworked that they eventually get it to it in a month's time. So that is also a part of it is that the realizing, orchestration I think is fairly well and a lot of people get the benefit of being able to orchestrate things within a business, but it's having more people be able to do it and shorten the time that that repeatability is there is one of the main benefits from good managed orchestration. >> So a lot of workforce productivity improvements in what you're doing to simplify things, giving more people access to data to be able to make those faster decisions, which ultimately helps the end user on the other end to get that product or the service that they're expecting like that. Jeff, I understand you have a demo that you can share so we can kind of dig into this. >> Yeah, let me take you through a quick look of how the whole thing works. So our starting point is our cloud infrastructure. This is the login. You go to the portal. You can see there's a a bunch of workspaces that are available. Workspaces are like individual places for people to operate in. I'm not going to delve into all the deep technical details here, but starting point for a lot of our data science customers is we have what we call our Cloud IDE, which is a web-based development environment for writing and building out DAGs without actually having to know how the underpinnings of Airflow work. This is an internal one, something that we use. You have a notebook-like interface that lets you write python code and SQL code and a bunch of specific bespoke type of blocks if you want. They all get pulled together and create a workflow. So this is a workflow, which gets compiled to something that looks like a complicated set of Python code, which is the DAG. I then have a CICD process pipeline where I commit this through to my GitHub repo. So this comes to a repo here, which is where these DAGs that I created in the previous step exist. I can then go and say, all right, I want to see how those particular DAGs have been running. We then get to the actual Airflow part. So this is the managed Airflow component. So we add the ability for teams to fairly easily bring up an Airflow instance and write code inside our notebook-like environment to get it into that instance. So you can see it's been running. That same process that we built here that graph ends up here inside this, but you don't need to know how the fundamentals of Airflow work in order to get this going. Then we can run one of these, it runs in the background and we can manage how it goes. And from there, every time this runs, it's emitting to a process underneath, which is the open lineage service, which is the lineage integration that allows me to come in here and have a look and see this was that actual, that same graph that we built, but now it's the historic version. So I know where things started, where things are going, and how it ran. And then I can also do a comparison. So if I want to see how this particular run worked compared to one historically, I can grab one from a previous date and it will show me the comparison between the two. So that combination of managed Airflow, getting Airflow up and running very quickly, but the Cloud IDE that lets you write code and know how to get something into a repeatable format get that into Airflow and have that attached to the lineage process adds what is a complete end-to-end orchestration process for any business looking to get the benefit from orchestration. >> Outstanding. Thank you so much Jeff for digging into that. So one of my last questions, Steven is for you. This is exciting. There's a lot that you guys are enabling organizations to achieve here to really become data-driven companies. So where can folks go to get their hands on this? >> Yeah, just go to astronomer.io and we have plenty of resources. If you're new to Airflow, you can read our documentation, our guides to getting started. We have a CLI that you can download that is really I think the easiest way to get started with Airflow. But you can actually sign up for a trial. You can sign up for a guided trial where our teams, we have a team of experts, really the world experts on getting Airflow up and running. And they'll take you through that trial and allow you to actually kick the tires and see how this works with your data. And I think you'll see pretty quickly that it's very easy to get started with Airflow, whether you're doing that from the command line or doing that in our cloud service. And all of that is available on our website >> astronomer.io. Jeff, last question for you. What are you excited about? There's so much going on here. What are some of the things, maybe you can give us a sneak peek coming down the road here that prospects and existing customers should be excited about? >> I think a lot of the development around the data awareness components, so one of the things that's traditionally been complicated with orchestration is you leave your data in the place that you're operating on and we're starting to have more data processing capability being built into Airflow. And from a Astronomer perspective, we are adding more capabilities around working with larger datasets, doing bigger data manipulation with inside the Airflow process itself. And that lends itself to better machine learning implementation. So as we start to grow and as we start to get better in the machine learning context, well, in the data awareness context, it unlocks a lot more capability to do and implement proper machine learning pipelines. >> Awesome guys. Exciting stuff. Thank you so much for talking to me about Astronomer, machine learning, data orchestration, and really the value in it for your customers. Steve and Jeff, we appreciate your time. >> Thank you. >> My pleasure, thanks. >> And we thank you for watching. This is season three, episode one of our ongoing series covering exciting startups from the AWS ecosystem. I'm your host, Lisa Martin. You're watching theCUBE, the leader in live tech coverage. (upbeat music)
SUMMARY :
of the AWS Startup Showcase let's give the audience and now it powers the data ecosystem What is the business impact or outcomes for the executives to consume how it applies to MLOps. and for me the interesting that you articulate to customers? So it's the ability to run it if you don't mind. that you can actually see as data flows the other thing to think about to more teams in the business. about that in the context of orchestration So talk to me a little bit at the backend to your So Steven, going back to you, just the ability to spin up but the time to repeatability a demo that you can share that allows me to come There's a lot that you guys We have a CLI that you can download What are some of the things, in the place that you're operating on and really the value in And we thank you for watching.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jeff | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Jeff Fletcher | PERSON | 0.99+ |
Steven | PERSON | 0.99+ |
Steve | PERSON | 0.99+ |
Steven Hillion | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Conde Nast | ORGANIZATION | 0.99+ |
US | LOCATION | 0.99+ |
thousands | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
Airflow | ORGANIZATION | 0.99+ |
Airbnb | ORGANIZATION | 0.99+ |
10 thousands | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Electronic Arts | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
Python | TITLE | 0.99+ |
two modes | QUANTITY | 0.99+ |
Airflow | TITLE | 0.98+ |
10,000 workflows | QUANTITY | 0.98+ |
about 500 data tasks | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one outcome | QUANTITY | 0.98+ |
tens of thousands | QUANTITY | 0.98+ |
GDPR | TITLE | 0.97+ |
SQL | TITLE | 0.97+ |
GitHub | ORGANIZATION | 0.96+ |
astronomer.io | OTHER | 0.94+ |
Slack | ORGANIZATION | 0.94+ |
Astronomer | ORGANIZATION | 0.94+ |
some years ago | DATE | 0.92+ |
once a week | QUANTITY | 0.92+ |
Astronomer | TITLE | 0.92+ |
theCUBE | ORGANIZATION | 0.92+ |
last year | DATE | 0.91+ |
Kubernetes | TITLE | 0.88+ |
single day | QUANTITY | 0.87+ |
about 15,000 every day | QUANTITY | 0.87+ |
one cloud | QUANTITY | 0.86+ |
IDE | TITLE | 0.86+ |
Ashley Gaare, SoftwareOne | Special Program Series: Women of the Cloud
(upbeat music) >> Hey, everyone. Welcome to theCUBE's Special Program Series: Women of the Cloud, brought to you by AWS. I'm your host, Lisa Martin. Very pleased to welcome Ashley Gaare to the program, Global Extended Executive Board Member and President, North America at SoftwareONE. Ashley, welcome, it's great to have you here. >> Hi Lisa, thank you for having me. I'm excited to be here. >> Talk to us a little bit about you, about SoftwareONE, about your role, give us that context. >> So SoftwareONE is a global services provider for end-to-end software cloud management. We operate in over 90 countries. Our headquarters globally are in Zurich, Switzerland. Our North American headquarters are in Milwaukee, Wisconsin. And I run the North American region with scales from the US, Canada, we have parts in Costa Rica, in Mexico. And our primary purpose and to serve our clients is to help them really understand the restraints in cloud management, everything from licensing used rights to financial operations to workload migrations, to help them drive better outcomes for their business. >> It's all about outcomes for the business. Every conversation we have always goes back to outcomes, but I want to learn a little bit more actually about you. Talk a little bit about your career path and then give us some recommendations that you would have for others who are looking to really kind of step the ladder in their tech careers. >> Yeah, so I've been very fortunate and blessed to be able to be at SoftwareONE for 15 years. So I came up through inside sales. I had no idea how the tech world operated, didn't even know what a server was. And I learned on the job, and this was before even cloud was really relevant. And I think for me, I get asked a lot, "How did you work your way up," so to speak, and it's really about understanding where your strengths sit and investing in those strengths, building a brand of yourself and what your identity is like within the workplace. What do you want people to know of you? Do they want to, "Oh, I got to get Ashley on this project because she accelerates and executes cleanly," right? Or, "I need Ashley to do this because she can collaborate with peers and bring people along." So really understanding where you want to sit, what your skills are, and your strengths, and then asking for mentorship, getting career advice, raising your hand, take on more, and don't ever be afraid to ask questions and admit stuff when you don't know, that humble is part of our core value within SoftwareONE, and it's really, really helped me grow in my own career. >> Ashley, I love that you talked about creating your own personal brand. Another thing that I hear often from women in this situation is creating your own personal board of directors, of mentors, and sponsors who can help guide you along that path. You also talk about investing in you, and I think that is such pertinent advice for those to be able to create success stories within their career. I would love to then know about some of the successes that you've had, where you've helped solve problems relating to cloud computing for organizations, internal, external. >> Yeah, it's a great question. That's why we're here, right? Women of the Cloud. Yeah, SoftwareONE in particular, took the approach early on that we were going to go cloud first in our services portfolio offering, right? We saw the writing on the wall. There was no reason to invest backwards and build (indistinct) and data center consulting practices. So for us, everything we built from the ground up has been cloud native. And so some of the amazing client stories that we've had are really I think, I know it's a silver lining coming out of the pandemic when you had industries hit so hard but hit so differently. And technology was at the core on how they address those problems. So you had the healthcare space that had to get protection and be able to meet with their patients face to face but virtual at the same time. So they had to be able to take the data and still governance with HIPAA laws, keep it secure but then move it to the cloud and shift it fast, right? And then you had manufacturing who had employees who had to stay on site, right? To keep the supply chain running, but at the same time you had office workers that had to move home and completely be 100% remote. And so what we've been able to do really with AWS and our certifications in that practice is AWS differentiates itself with its agility, its framework, it allows for true development in the the PaaS space. It provides a really, really secure robust end to end solution for our clients. And when you have to be able to be nimble that quickly it's created this new expectation in the industry that it could happen again. So are you set up for the next recession? Are you set up for the next pandemic? God willing, there isn't one, but you never know. And so investing in the right infrastructure there in the cloud is critical. And then having the framework, to manage it and go it is second in line and importance. >> Being able to be just aware of the situations that can happen. In hindsight, it's, that's a silver lining coming at a COVID cheer point, being able to prepare for disasters of different types or the need to establish business continuity. I mean, we saw so many organ, well every, almost that survived every surviving organization pivot to cloud during the last couple of years that had no choice to one, survive and two, to be able to be competitive in our organization. And so we've seen so many great stories of successes. And it sounds like SoftwareONE has really been at the forefront of enabling a lot of businesses, I would imagine. Can the industry be successful in that migration and that quick pivot to being competitive advantage competitively, competitive? >> Yeah. Yeah. And I think our differentiator which comes from our core strength of this licensing and asset financial management piece. So with COVID, right? When you had this great acceleration to the cloud whether it was remote workplace or it was IaaS you then had no choice but to pay what you had to pay. It was all about keeping the lights on and running the business and thriving as much as you could. And so cost wasn't a concern. And then you had the impact in certain industries where it became a concern pretty quick. And so now we're seeing this over pendulum kind of this pendulum swing back where it's like, okay we're in the cloud, now we got to go back in time and kind of fix the processes and the financial piece and the components and the compliance that we didn't really address or have time to sit and think because we were in survival mode. And that's where SoftwareONE really comes in with this end to end view on everything from what should you move to the cloud? How does it impact your budget, your bottom line should you capitalize it? Can you capitalize it? And so the CFO and the CEO and that CIO suite have to be working end to end on how to do this effectively, right? So that they can continue to thrive in the business and not just run in survival mode anymore. >> Absolutely, we're past that point of running in survival mode. We've got to be able to thrive to be able to be agile and nimble and flexible to develop new products, new services to get them to market faster than our competition. So much has changed in the last couple of years. I'm wondering what your perspective is on diversity. We've talked about it a lot in technology. We talk about DEI often. >> Yeah. >> A lot's gone on in the last couple of years thought there's so much value in thought diversity alone. But talk to me about some of the things that you're seeing through the diversity lens and what are some of the challenges that are still there that organizations need help to eradicate? >> Yeah, topic I'm very passionate about. So there's a couple of big bullets, right? That are big rocks that we have to move. There's a gender gap, we know this. There's a wage gap, we know this. Statistics state, essentially that women make 82 cents for every $1 a man makes. Men hold 75% of the US tech jobs and working mothers, for example. 34% of them do not return to the workforce. It's mind blowing, fun facts and SoftwareONE is we actually have a hundred percent return working mothers come back and stay for at least a year, yeah. And it requires really intentional investment in making sure that they have an environment that they can be successful as they transition back making diligent choices on the benefits that you provide those women so that they don't feel that they have to make some of the tough choices that they feel pressured to do. And then you have this talent shortage, right? So on top of gender, on top of pay, then you have this all up shortage of underrepresented groups, right? And you also have, in the tech space there's just a lack of talent all up. And I think looking back, hindsight's always 2020 but as a community and as a vertical in the tech space, the organizations didn't do enough good job of reaching into high schools, understanding early on in elementary and middle school to provide equal opportunity to make the computer coding classes a requirement and not an elective to give everybody exposure to how tech works in the real world, right? As opposed to offering it as an elective. It should be a requirement. I mean, it's like financial management. It's how the world runs today is on tech. So something that SoftwareONE has done to really address that is we built this academy it's only two years in its infancy, so it's young but we go intentionally to schools and we hand select and we create a program, right? To get them exposed to the industries that they're interested in. Personally though, I think we need to start way earlier on and I think that's something that we all can work better at and is exposing the next generation to setting an expectation that tech is going to be in your life. And so let's learn about it and not be afraid of it and turn it into a career, right? >> Absolutely, every company these days has to be a data company. They have to be a tug company whether it's your grocery store, a retailer, a manufacturer, a car dealer. So that kind of choice isn't really there anymore that's just the direction that these companies have to go in. You mentioned something that I love because I've been hearing it a lot from women in this series. And that is, with respect to diversity organizations need to be intentional. It has to be intentional, really from the get go. And it sounds like SoftwareONE has done a great job with intention about creating the program and looking at how can we go after and solve some of the challenges that we have today but really go after some of these younger groups who might not understand the impact and the influence that tech is having in their lives. >> Yeah, and the only way to be intentional with the right outcome is to ensure that you have diversity of thought in the leadership teams that make those decisions, right? So you can put your best foot forward in being intentional with trying to keep women in the workforce but if you don't have women on your leadership team where are you getting that feedback from? And so it starts by this getting the talent into the company at the very bottom level from an inclusion standpoint, keeping them, but also intentionally selecting the right diversity of thought at the leadership levels where they make decisions. Because that's where the magic happens Where, I have the privilege to be able to choose and work with my HR partner on what benefits we provide. And you have to have a team that's all inclusive in understanding the needs of all the groups, right? Otherwise you end up intentionally in with the best intent of heart creating benefits that don't really help women. I think it takes a lot of work and and time, but it's something that's very important. >> Very, very important. The fact that you mentioned thought diversity, the amount of value that can come from thought diversity alone is huge. I've seen so many different data points that talk about when there are females or people of color in the executive positions at organizations they are x percent say 20% more profitable. So the data is there to demonstrate the power and the business value that can come from thought diversity alone. >> Yep. Exactly. Yep. >> So moving on, we've got a couple minutes left. I want to understand what you are seeing in your crystal ball or maybe it's a magic ball about what's next in cloud. How do you see your role evolving in the industry? >> So, well, what I think what's next in cloud both from an industry and a SoftwareONE standpoint is expanding outside of this infrastructure as a service mindset where cloud was there to run your business. And the beauty of it now is that cloud is there to also drive your business and create new products and capabilities. And so one of the biggest trends we're seeing is all organizations at some form or at some point in time will become a service provider or have an application that they host that they provide to their clients, right? And so they're a tech company. And so it's not just using tech to run it's using tech to build and innovate and be able to create a profit center to be able to drive back those to meet your clients' needs. And in order for you to make the appropriate decisions on financial strategy and budget management you have to know the cost to go into, to building the product, right? And if you don't know the cost to go into the building the product then you don't know the profit margins to set and you don't have a strategy to go sell it, at market value. And so it really becomes this linchpin in all of the areas of the business where you're not only running but you're also developing and building. So you have to have a very good, strong investment in the financial operations component of cloud. And I think that's where FinOps is coming in. You'll hear that phrase a lot, right? And so the end to end ability to financially manage cloud while secure, but also with visibility is that is this next generation, and it's going to include SaaS, right? 'Cause they're going to be plugging in it's going to include governance because it's not just the CIO making decisions anymore. It's business line leaders. And so how do you have this cloud center of excellence to be able to provide the data to the decision makers so that they can drive the business? >> And that's what it's all about, is data being able to be be used, extracting insights from it in a fast real time manner to create those business decisions that help organizations to be successful to pivot when needed and to be able to meet consumer demand. Last question for you, Ashley is, if you think about in the last say five years what are some of the biggest changes in terms of the tech workforce and innovation that you've seen? And what excites you about the direction that we're going in? >> Oh, I think that, well I think the biggest change over the last five years is the criticality of the space. It used to be like, well we're not so mature in cloud. We'll eventually get there, we'll dabble in it, we'll dip our toes in it, eventually, we'll move everything. And it's like, well, we're there.(laughs) So if you're not in it, you're behind. And I think what is really important for people who want to get into this space is it doesn't mean you have to be super techy, right? The number of times people are like can you help me with my computer? And I'm like, "No, I don't even know how." Like, "No, I not can help you with your computer." I consult and I help drive, business decisions with clients. And so there's all these peripheral roles that people can get involved in, whether it's marketing or it's sales or it's product design. It's not just engineering anymore. And I think that's what's really exciting about what's to come in this space. >> The horizon is infinite. Ashley, thank you so much for joining me on the program, talking about your role, what you're doing at SoftwareONE, some of the great successes that you've had in the cloud and some of your recommendations for organizations and people to grow their careers and really increase diversity in tech. We so appreciate your time. >> Thank you, Lisa. Thanks for having me. >> My pleasure. For Ashley Gaare, I'm Lisa Martin. You're watching theCUBE special program series; Women of the Cloud, brought to you by AWS. Thanks so much for watching. (soft upbeat music)
SUMMARY :
Women of the Cloud, brought to you by AWS. I'm excited to be here. Talk to us a little bit about you, and to serve our clients kind of step the ladder And I learned on the job, to be able to create success and be able to meet with and that quick pivot to to pay what you had to pay. We've got to be able to thrive But talk to me about some of the things that tech is going to be in your life. that these companies have to go in. to be able to choose So the data is there to Yep. evolving in the industry? And so the end to end ability that help organizations to be successful to be super techy, right? and people to grow their careers Thanks for having me. Women of the Cloud, brought to you by AWS.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Raj | PERSON | 0.99+ |
David | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Caitlyn | PERSON | 0.99+ |
Pierluca Chiodelli | PERSON | 0.99+ |
Jonathan | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Jim | PERSON | 0.99+ |
Adam | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Lynn Lucas | PERSON | 0.99+ |
Caitlyn Halferty | PERSON | 0.99+ |
$3 | QUANTITY | 0.99+ |
Jonathan Ebinger | PERSON | 0.99+ |
Munyeb Minhazuddin | PERSON | 0.99+ |
Michael Dell | PERSON | 0.99+ |
Christy Parrish | PERSON | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Ed Amoroso | PERSON | 0.99+ |
Adam Schmitt | PERSON | 0.99+ |
SoftBank | ORGANIZATION | 0.99+ |
Sanjay Ghemawat | PERSON | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Verizon | ORGANIZATION | 0.99+ |
Ashley | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Greg Sands | PERSON | 0.99+ |
Craig Sanderson | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Cockroach Labs | ORGANIZATION | 0.99+ |
Jim Walker | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Blue Run Ventures | ORGANIZATION | 0.99+ |
Ashley Gaare | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
2014 | DATE | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Rob Emsley | PERSON | 0.99+ |
California | LOCATION | 0.99+ |
Lynn | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Allen Crane | PERSON | 0.99+ |
Anand Oswal, Palo Alto Networks | Palo Alto Networks Ignite22
>> Narrator: TheCUBE presents Ignite 22, brought to you by Palo Alto Networks. >> Good afternoon guys and gals. We're so glad you're here with us. Welcome back to the MGM Grand, Las Vegas. This is day two of theCUBE's coverage of Palo Alto Networks Ignite22. Lisa Martin here with Dave Valante. Dave, as I mentioned, our second day of coverage. We've learned a lot about cybersecurity, the complexity, the challenges, but also the opportunities. We've had some great conversations, really dissecting some recent survey data. We know that every industry, no industry is immune from this but healthcare is one of the ones that's quite vulnerable. We're going to be talking about that next, in part. >> Yeah. Cause we always talk about the super cloud and connecting hybrid across clouds and you know, on-prem, but also now out to the edge. >> Yes. >> You know, and nobody wants a separate stove pipe, but we saw this during the pandemic. We saw the pivot, work from home, to end point and cloud security rearchitecting the network, identity and you know, more stove pipes. Right? So, but that's not what the industry wants or needs, so. >> Right. >> Yeah. >> Well I never would think about, you know you go to the doctor's office, you go to a hospital, X-ray machines, CT scanners, all these proliferation of medical IoT devices. Great for the patient, great for the providers, but a lot of opportunities for the attackers, as well. We're going to be talking about that, in part, in our next conversation with an alumni that's coming back to the program. Anand Oswal is here. The SVP and GM of network security at Palo Alto Networks. Great to have you back. >> Great to have me. Thank you. >> It's been a few years. >> Oswal: Yeah. It's been a time. >> So, I was looking at some of the unit 42 research: medical devices are the weakest link on the hospital network. >> Oswal: Yeah. >> But, so great for patient care, for doctors, providers, et cetera. But, a challenge and an opportunity for the adversaries. >> Oswal: Yeah. >> What are some of the things that you guys are seeing? I know you have some news on the medical IoT front. >> Yeah. Thanks for having me by the way. So, if you look at every industry has benefited from connected devices. Changes the outcome and the experiences, both for the end users, as well as the businesses. And healthcare is no different. If you look at the experience that we had as patients over the last decade has changed dramatically. And in the pandemic, even more changes happened, right? This is really ushering in a new era of patient care. It's connected devices. You know, I have a family member of mine who has diabetes. And, as you know, you got to check the blood glucose level periodically. It's usually pricking, it's cumbersome, it can hurt you. But now, with this new IoT based glucose margin systems, you can monitor these levels in real time, constantly. If it drops, can inject the right amount of insulins. So, changing the experience and the outcome for patients. Taking data from this devices to ensure that you have different outcomes. So, really, changing how you experience as patient. But, like you said, along with all of this is adding increased cybersecurity. Right? And we've seen over the last, I don't know, year or so, a 200% increase in cyber attacks on healthcare organizations. And, in the next couple of years, you're going to see 1.3 billion, yes, the "B," billion, new connected devices come to healthcare. So, that's including the attack surface. So, we've got to stay vigilant. There's a lot of great things you get from connected devices. It has cyber risk, just plan it properly. >> But, it's hard just to secure a medical IoT devices. Why is it so challenging? And how do you help? >> Yeah. Look, you can only secure what you see, first of all, right? So, it's very important to understand what devices you have on your network. And these can't be done statically, right? Because you're, they're made by different manufacturers and you're adding so many every day. So, you need to use machine learning to identify what these devices are. But just not what are devices, who's the manufacturer? What's the make, what's the model? What's the unpatched vulnerabilities? That's one part. I tell people that having visibility is good, but just that's not enough. It's like me telling you, you have a leak in your house. I don't give you any information on where the leak is. How do I call the plumber? What's the home warranty? Home insurance coverage? So you got visibility. Then you need to do segmentation. Segmentation all about who can talk to whom. Should your CT scan machine or MRI machine be talking to a server in the corporate environment? Should be talking to your point of sale terminal in the hospital? Maybe not. Right? So you need to define those policies. Again, those can be manual. They have to be automated because you're adding new devices every day. After you do that, it's around the data that is transporting on those devices. Do they have threats? Are they command controlled connections? Because threats can move laterally and need to inspect this in real time every day, constantly. Not just one time. Right? That's the whole notion of zero trust, which is no notion of implied trust. You want to have least privilege access. And the most important is that, look, we talked about this before. Majority of healthcare organizations have legacy security architectures. You can't have it solved better, the point product a new sensor, a partial solution. You need to get fully integrated because you need to reduce their operational cost. You need to ensure that they have better security. Right? I tell people what do organization want? Make more money, save money, and steer out trouble. Right? In simple ways. >> Valante: Yeah. >> I need to ensure that they're able to get this done securely. That's very important. >> So, a lot of the devices, so you think about oT, a lot of the devices been naturally air gaped. That was sort of the safety. What's it like in healthcare? Is the MRI machine, was it historically net-, you know, fenced off from the network and how is that changing? >> Yeah. I'll give an example. I talked to a customer, this is a few months ago. And this happened before the pandemic, luckily. They were doing, a doctor was doing a surgery on a patient at roughly two in the morning, on a, and using a ventilator. And guess what happened? The ventilator rebooted and said: firmware upgrading. >> Yeah. >> Right? >> Wow. >> And luckily when I doctor, their customer, they said they had another ventilator that they could quickly do. This ventilator was connected to an ethernet cable, in this case. And somebody decided that two AM is the right time to upgrade things. Like, you know, you have windows of when you upgrade things. But, you need to be able to manage a lifecycle of these devices more intelligently. When is it being used? When it's upgraded? There's a life of a device, and then there's a cyber life. Now we have too many devices with end of life operating systems. We all remember the 2017 WannaCry attack. That was an end of life operating system. So, you have a shelf life and you have a cyber life. Need to be able to manage the life cycle of these devices and easily onboard new devices, but also have, be able to sunset devices as needed. >> Okay. So the business generally stays ahead, you know, of cyber, but are those worlds coming together? I mean, I feel like with digital transformation we're beginning to see that everybody talks about, you know, cyber can't just be a bolt on. >> Oswal: Yes. >> But it oftentimes is. So what's the state of play in healthcare? >> I think it's changing. If you think about the healthcare organizations or generally even oT environments, the decision maker is not just the CIO and CISO, it's also your plant manager, the hospital owner, or manager of the operations of the hospital. They have to be taken into account. The other, the other stakeholders: the clinical and biomed engineer who operates these devices, right? I was talking to a healthcare customer that said that asset utilization or devices important. Many times you find nurses or doctors will keep an infusion pump with them in their room because they want easy to use. And then they say, I want five more or 10 more, right? We all living in an environment where budget will be more and more important. So how do you get a full inventory of what's using what, how often are they used? For example, MRI machines are many times preset for scanning certain parts of the body. Now you can change it, but it takes time. It's effort. So if you know the actual utilization of what you're doing, you can be more efficient and have a much more efficient organization. >> And so how do they do that? Is that some kind of predictive analytics that they're using? Is it... >> Yes. It's the whole lifecycle of a zero trust architecture. It is the whole lifecycle of managing these devices effectively and then simplifying your operations. The three things that we have to do. >> How can zero trust be really tailored to healthcare specifically? >> Yeah. Let me tell you, first of all, when I talk of zero trust, I have a simple way of talking about it. Which is no notion of implied trust, right? Just because I'm in an environment doesn't mean have access to a device and application, et cetera. And when we think of medical device, it's like, who's the user who's accessing it? How do you authenticate that user? And that can be the things the organization has: password, an MFA, et cetera. That's, that's good. That's not enough. If you're accessing some, if I authentic authenticated you from this device, but what if this device itself is infected with malware? So, I need to know that it's the state of your device. Then what are you trying to access? Medical records, healthcare records, you'd like permission sets to access it. Are they read only, write only? Do you have confidential information about it? And when you're exchanging this information, is there malware in that data? You need to do this on a continuous basis. So, user, endpoint, access, and transaction. These four constructs have to be done continuously. That's the whole notion of zero trust. >> So, okay. Cause you had, we were talking off camera, you said, you know, get, say ask somebody what zero trust is, you get 10 different answers. 10 people, 10 different answers. So, I always would used to think unless a device or a person has been explicitly authorized and authenticated, they don't get access. But, you just added something more. It also has to be clean essentially. >> Yes. >> Right? And you've got the technology to do that? >> Absolutely. And we can, if you think about it, we can do this across all facets, all use cases. If you think of traditional network security, right? It doesn't secure the network. Like I said, it secures everything on the network. The users, the IoT devices, and the applications they access. Now I can be in the office, I can be on the road, or I can be home. I may use different notions of stacks. I may use a hardware-centric firewall for accessing data center based applications in my private data center. I may use a software firewall application for accessing things in the public cloud. I may use a cloud deliver SASE architecture from home or for remote branches. I wanted consistent security. The way I do threat, the way I do phishing protection, ransomware protection, IoT security. It should be consistent no matter where the user is, no matter where the data is, no matter where the applications is. And that's really what we can do with a consistent platform approach. >> So on-prem. In... >> The cloud, yes. >> In all the clouds, at the edge. >> Yes. >> Not only healthcare, but operational technologies? The factory? >> You want to make sure that it's not only the best in class security, it's also consistent security and consistent manageability. Right? Which means that the experience I have as an admin, from day minus one to day n. And it can be for any use case I have, it could be for securing my applications in my private data center, my application is the public cloud, or remote access from home or remote branch. I want that consistent security. I want that consistent policy. So, what is the treatment for you, the user, when you are in the office, on the go, or somewhere else? You don't want different experience. >> Valante: Yeah. >> You want same experience. >> Right? That goes... >> It should be optimal. It can be slow, it can be like, it takes you a long time to access your application either. Cause all of us are, we spoiled, we want it right away. >> Yeah. It can't be a blocker to productivity. >> Exactly. >> I was looking at some of the unit 42 data about, just the, all the vulnerabilities in different machines. We talk about cyber resilience a lot. How and, as I mentioned, and I think even the survey that Palo Alto Networks released yesterday, "What's Next in Cyber", was even demonstrating healthcare being one of the most vulnerable. >> Yes. >> And we talk about, you know, it being one of the weakest links. How can Palo Alto Networks work with healthcare organizations, large and small, across the globe to help them really dial up cyber resilience. >> Oswal: Yeah. >> And start reducing the vulnerabilities that are there as device proliferation is just going to happen. >> Yeah, absolutely. I think you hit a very good point. We have data which says that 83% of imaging systems run end of life operating system stacks, right? And you remember in 2017, the WannaCry attack started with an end of life operating system device. Right? It affected 150 countries in the UK alone. 70,000 devices, 30,000 patient cancellations. We know that, if you think about infusion pumps, three out of four have unpatched vulnerabilities. Which means that you can patch it. But it's very hard for the biomed or clinical engineer to understand what to do and what not to do. Healthcare organization have lot of compliance requirements. Right? They have HIPAA compliance, they have other regulations. So, you need to make them audit ready: inventory of the devices, status of each device, make it audit ready, compliance ready. So, they're able to do what they do best in serving patients versus worrying about other things that they, that we can automate for themselves. Lastly, I'll say is that, you also want to simplify the operations of the health environment, right? Having more point products, more point solutions, that's solving only a certain aspect of what you do. Like only visibility, telling you have a leak, but not putting the end solution. Adds more and more complexity to organizations. >> So it's a different dynamic in this world, healthcare world, because you got to all these devices and they're not, you know, I think about Patch Tuesday, Right? I mean Microsoft's always putting out patches. And so, that tells the hackers, Hey, you know, go in on Wednesday. >> Yeah. >> And hack away. It's probably different in healthcare. They're probably not as frequent patches published or maybe there are, I don't know. I'll be curious as to whether they are. But I mean the, the device manufacturers, they're not, you know, the biggest software company in the world. >> Yeah. >> You know, so they're probably not as on top of it. >> Yeah. >> So I'm not saying it's better or worse, it's just a different environment. >> The patches to the end devices may not be as frequent, but patches that you can apply on from a security perspective on a security stack are like happening continuously in real time. The second things that you also want to ensure that the capabilities of your security product itself are able to stop attacks inline, in real time. For example, 95% of all malware in the world is MORF malware, which means it's variations of existing malware. You can stop this inline real time, right? Attackers are using more and more sophisticated techniques today, to evade traditional sand boxing techniques. So, you have to out-innovate them. And that's what we've done by all our cloud services. We move them very early on to the cloud to get the agility and scale that we get. But we invested a lot in machine learning and deep learning to stop these day-zero threats in line, real time. Attackers are using that window of opportunity, like you mentioned, between the time when a breach is announced or detected, and patched. And that breach could, that time window could be a minute. They're going to exploit that time. You want to reduce that to almost zero, which means that you need to stop it in line, in real time, continuously. >> So, take the sandbox example. >> Yeah. >> So, what do you say? So, if I'm doing a sandbox on-prem, one of the vulnerabilities is if my capacity is out of 10,000 files, they're just going to overwhelm me with a hundred thousand and then I'm going to be trying to figure out what's going on. And while I'm doing that, they're going to be sneaking in. And is that an example of... >> No. >> Valante: That you address because you're in the cloud, or...? >> Yeah, that's one. But, think about examples where attackers are devising malware, are creating malware that will basically evade traditional sand boxing techniques. So, if I do a memory lookup on the register, that malware will diffuse. It only detonates on an end user on a device or a database. So, now you need to do intelligent techniques. So, we built this, lot of infrastructure for intelligent realtime memory analysis to ensure that we are able to stay ahead of the competition. And we did that for phishing, we did that for command control connections, we did for software exploits, we did data for malware, for DNS. We're able to stop about 11 to 12 million additional phishing sites than anybody else. We're able to have our sand boxing more effective than anybody else. We're able to stop 26% more malicious sessions than others in the industry. >> Valante: Why? Architecture? >> Architecture. Couple of things. First, architecture. Second is that, through a lot of innovation that we've done in both machine learning and deep learning, to be able to look at unstructured data and be able to stop the attacks inline, real time. Think about it, the traditional way of doing URL filtering has always been to build a database of URLs in the world. And you categorize as URLs into groups of categories: news, adult. And then you say, what's my risk profile for each of these? And you put a score and you say, I want to have this tolerance. That doesn't work anymore. The reason is because attackers are sophisticated. Websites come in, up and down, in seconds. Before I build a database, it's gone. I can't do this old way of doing things, signature and databases. I've got to use the power of machine learning. I've got to use the power of deep learning and data. >> And it's, are healthcare leaders, do they have an appetite for that? >> I think healthcare data looking for outcomes. They're looking, when I talk to healthcare professionals, they want to basically do what they do best. Serve patients, right? Give them optimal care. They want someone to take care of all these things holistically, end to end. Simplify all the things that they have to do from a compliance perspective, architectural perspective, reduce their cost, give them a better outcome. That's what they want. >> It's all about outcomes. >> Oswal: It's all about outcomes. >> And we know you cover much more than healthcare, but we obviously used most of our time on that. It's such an interesting, fascinating industry. Obviously, a lot of opportunities there for organizations to work with companies like Palo Alto to really dial up their cyber resilience. >> Absolutely. >> And ultimately, to your point, deliver the outcomes that they are there to do. >> Absolutely, yes. >> We'll have to have you back cause we just, I feel like we just scratched the surface. Right? >> Oswal: Happy to come back. >> Valante: Thank you. >> Oswal: Thank you. >> Awesome. >> Oswal: Thank you so much. >> Our pleasure to have you on the program. For Anand Oswald and Dave Valante, I'm Lisa Martin. You're watching theCUBE, the leader in live and emerging tech coverage. [Pedantic Music Fades]
SUMMARY :
brought to you by Palo Alto Networks. but healthcare is one of the talk about the super cloud We saw the pivot, work from home, Great to have you back. Great to have me. of the unit 42 research: opportunity for the adversaries. I know you have some news And in the pandemic, even And how do you help? And the most important is that, look, I need to ensure that So, a lot of the devices, I talked to a customer, of when you upgrade things. generally stays ahead, you know, But it oftentimes is. or manager of the And so how do they do that? It is the whole lifecycle of managing And that can be the things It also has to be clean essentially. I can be on the road, or I can be home. So on-prem. Which means that the Right? a long time to access blocker to productivity. of the unit 42 data about, across the globe to And start reducing the aspect of what you do. And so, that tells the hackers, they're not, you know, You know, so they're it's just a different environment. that you need to stop it So, what do you say? because you're in the cloud, ahead of the competition. database of URLs in the world. that they have to do And we know you cover deliver the outcomes that scratched the surface. the leader in live and
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Oswal | PERSON | 0.99+ |
Valante | PERSON | 0.99+ |
83% | QUANTITY | 0.99+ |
UK | LOCATION | 0.99+ |
Palo Alto Networks | ORGANIZATION | 0.99+ |
95% | QUANTITY | 0.99+ |
2017 | DATE | 0.99+ |
1.3 billion | QUANTITY | 0.99+ |
Dave | PERSON | 0.99+ |
Anand Oswal | PERSON | 0.99+ |
70,000 devices | QUANTITY | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
10 people | QUANTITY | 0.99+ |
150 countries | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
Second | QUANTITY | 0.99+ |
10,000 files | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
Wednesday | DATE | 0.99+ |
second day | QUANTITY | 0.99+ |
200% | QUANTITY | 0.99+ |
one time | QUANTITY | 0.99+ |
each device | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
one part | QUANTITY | 0.99+ |
Anand Oswald | PERSON | 0.99+ |
TheCUBE | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
pandemic | EVENT | 0.98+ |
theCUBE | ORGANIZATION | 0.98+ |
zero trust | QUANTITY | 0.98+ |
each | QUANTITY | 0.97+ |
one | QUANTITY | 0.97+ |
a minute | QUANTITY | 0.97+ |
four | QUANTITY | 0.97+ |
about 11 | QUANTITY | 0.95+ |
next couple of years | DATE | 0.93+ |
10 more | QUANTITY | 0.93+ |
few months ago | DATE | 0.92+ |
6% | QUANTITY | 0.92+ |
last decade | DATE | 0.92+ |
30,000 patient cancellations | QUANTITY | 0.92+ |
a hundred thousand | QUANTITY | 0.91+ |
10 different answers | QUANTITY | 0.91+ |
Palo Alto | LOCATION | 0.9+ |
today | DATE | 0.9+ |
second things | QUANTITY | 0.9+ |
12 million | QUANTITY | 0.89+ |
three things | QUANTITY | 0.88+ |
Tuesday | DATE | 0.83+ |
Pedantic Music Fades | ORGANIZATION | 0.82+ |
first | QUANTITY | 0.82+ |
WannaCry | EVENT | 0.81+ |
five more | QUANTITY | 0.79+ |
zero | QUANTITY | 0.79+ |
Las Vegas | LOCATION | 0.77+ |
two in the morning | DATE | 0.76+ |
Couple | QUANTITY | 0.75+ |
billion | QUANTITY | 0.74+ |
four constructs | QUANTITY | 0.73+ |
42 data | QUANTITY | 0.71+ |
Next | TITLE | 0.7+ |
day two | QUANTITY | 0.68+ |
22 | TITLE | 0.68+ |
Molly Burns Qlik & Samir Shah, AARP | AWS re:Invent 2022
(slow upbeat music) >> Good afternoon and welcome back to Sin City. We're here at AWS reInvent with wall-to-wall coverage on theCUBE. My name is Savannah Peterson, joined with Dave Vellante, and very excited to have two exciting guests from Qlik and AARP with us. Molly and Samir, thank you so much for being here. Welcome to the show. >> Thank you for having us. >> Thank you for having us. >> How's it been so far for you, Molly? >> It's been a great show so far. We've got a big booth presence out here. We've had a lot of people coming by, doing demo stations and just really, really coming to the voice of the customer, so we've really enjoyed the event. >> Ah, love a good VOC conversation myself. How about for you, Samir? >> Oh, it's been great meeting a lot of product folks, meeting a lot of other people, trying to do similar things that we're doing, getting confirmation we're doing the right thing, and learning new things. And obviously, you know, here with Molly, it's been a highlight of my experience. >> What's the best thing you learned from your peers, this week? >> You know, some of the things, that we're all talking about, is how do we get data in the right place at the right time? And, you know, that's something that people are now starting to think about. >> Very hot topic. >> You know, doing it, and then not only getting it to the right place, but taking insights and taking action on it as it's getting there. So those are the conversations that are getting around, in the circle I've been hanging around with. >> You hearing the same thing at the booth or? >> Yeah, absolutely. >> And how are you guys responding? >> Well, I think, as a company, and the shifts in the market, people are really trying to determine what workloads belong in which Cloud, what belongs on-prem? And so talking about those realtime transformations, the integration points, the core systems they're coming from, and really how to unlock that data, is just really powerful and meaningful. So that's been a pretty consistent theme throughout the conference, and a lot of conversations that we have on a regular basis. >> I believe that, Molly, let's stick with you for a second. Just in case the audience isn't familiar, tell us a little more about Qlik. >> Yeah, so Qlik is a robust, end-to-end data pipeline. Starting with really looking at all of your source systems whether it's mainframe, SAP, relational database, kind of name your flavor as it's related to sources. Getting those sources over into the target landing spot whether it be Amazon, or other cloud players, or even if you're, if you're managing hybrid workloads. So that's kind of one piece of the end-to-end platform. And then the second piece is really having all that data, analytics ready, coming right through that real-time data pipeline, and really being able to use the data, to monetize the data, to make sense of the data. And then Qlik really does all that data preparation work underneath the visualization layer, which is where all the work happens. And then you get to see the output of that through the visualization of Qlik, which is, you know, the dashboards, the things that our people, people are used to seeing. >> I love that! So at AARP, what are you using Qlik for? What sort of dashboards are you pulling together? >> So when we started our journey to AWS, we knew that, you know, we're going to have our applications, they're distributed in the Cloud, but again, how do we get the data there, in the right place at the right time? So, as members are, taking action, they're calling into the call center, using our website, using our mobile apps. We want to want it to be able to take that information stream it, so we use Qlik, to take those changes when they happen as they happen, be able to stream it to Kafka and then push that data out to the applications that need it in the time that they needed it. So, instead of waiting for a batch job to happen overnight, we're able to now push this data in real time. And by doing that, we're able to personalize the engagement for our members. So if you come in, we know what you're doing, we can personalize the value that we put in front of you, and just make that engagement a lot more engaging for you. >> Yeah. >> And in the channel that you choose to want to come in with, right? Rather than a channel that we are trying to push to you. >> Everyone wants that personalized experience as we discussed, I love AARP, I've done a lot of work with AARP, I look forward to being a member, but in case the audience isn't familiar, you have the largest membership database of any company on Earth that I'm aware of. How many members does AARP have? >> We have nearly 38 million members, and 66,000 volunteers, and 2300 employees across every state in the United States. >> It's a perfect use case for Qlik, right? 'Cause you've been around for a while. You've got data in the million different places. You're trying to get, you've got a mainframe, right? You know, I hear Amazon's trying to put all the mainframes in the Cloud, but I'm guessing the business case isn't there for you. But you want the data that's coming out of that mainframe to be part of that data pipeline, right? So can you paint a picture, of how, what Molly was describing about the data pipeline, how that fits with AARP? >> Yeah, it's actually, it was a perfect use case. And you know, when we engaged with Qlik, what we wanted to be able to do is take that data in the mainframe, and get it distributed into the Cloud, accurately, securely, and make sure that we can track the lineage, and be able to say, hey, application A only needs name and address, application B needs, name, address, and payment. So we were able to do all of that within a couple of weeks, right? And getting that data out there, knowing that it's going to the right place, knowing it's secure, and knowing it's accurate, regardless of the application it goes to, we don't have to worry about seeking data across different applications. Now we know that there's a source of truth, and everything is done through the pipeline, and it's controlled in a way that, we can measure everything that's going through, how it's going through, and how it's being used by the applications, that are consuming it? >> So you've got the providence and the lineage of that data and that's what Qlik ensures, is that right? Is that your role or is that a partner role, combined? >> No, yes, that's absolutely Qlik's role. So for our new offering, Qlik Cloud data integration, it's a comprehensive solution, delivered as a service, delivers real time, automates, transformations, catalog and lineage, all extremely important. And in the case of Samir and AARP, they're trying to unlock the most valuable assets of their data in SAP and mainframe. And surprisingly, sometimes most valuable data in an organization is the hardest to actually get access to. >> Sure. >> So be, you know, just statistically, 70% of Fortune 500 companies still rely on mainframe. So when you think about that, and even when Samir and I are talking about it. >> That's a lot. >> Yeah. >> And that's a lot of scale, that's a lot of data. >> It's a lot of data. >> Yeah. >> So, you know, mainframe isn't a thing of the past. Companies are still relying on it. People have been saying that for years but when we're talking about getting the complex data out of there to really make something meaningful for AARP, we're really proud of the results, and the opportunity that we've been able to provide to really improve the member experience. And how people are able to consume AARP, and all the different offerings that they have? Kind of like you mentioned Savannah, and the way that you go about it. >> Well, it's also the high risk data. High value data, high risk data. You don't want to mess with it. You want to make sure that you've got that catalog to be able to say, okay, this is what we did with that data, this is where it came from. And then you essentially publish to other tools, analytic tools in the Cloud. Can you paint a picture of how that extends to the Cloud? >> Sure, so there's a couple of different things that we do with it. So once we get the data, into our streaming apps, we can publish it over to like our website. We can publish it to the call center, to mobile apps, to our data warehouse, where we can run analytics and AI on it. And then obviously a lot of our journeys, we use a journey orchestration tool, and we've built a CDP, a customer data platform, to get those insights in there, to drive, you know, personalization and experience. >> I'm smiling as you're talking, Samir, because I'm thinking of all the personalized experiences that my mother has with AARP, and it is so fun to learn about the technology that's serving that to her. >> Exactly. >> This segment actually becoming a bit more personal for me than I expected for a couple of reasons. So this is great. Molly, Qlik has been a part of the AWS ecosystem since the get go. How have things changed over the years? >> Yeah, so Qlik still remains the enterprise integration tool of choice for AWS especially- >> Let's call that a casual and just brag. >> Yeah. >> Because that's awesome. That's great, congratulations on that. >> Thank you for SAP and mainframe. So the relationship continues to evolve but we've been part of the ecosystem from since inception. So we look at, how we continue to evolve the partnership? And honestly, a lot of our customers landing spot is AWS. So the partnership evolves really on two fronts. One with Amazon itself, in a partnership lane, and two, with our customers, and what we're doing with them, and how we're able to really optimize what that looks like? And then secondly, earlier this year we announced an offering Amazon and Qlik, called Qlik Ramp, where we can come in and do, a half day architecture deep dive, look at SAP mainframe, and how they get to the Amazon landing spots, whether it's S3, Redshift, or EMR? So we got a lot of different things kind of going on in the Amazon ecosystem, whether it's customer forward and first, and how can we maximize the relationship spend et cetera, with Amazon. And then also how can we deliver, you know, kind of a shorter time to value throughout that process with something like a Qlik ramp, because we want to qualify, and solve customers needs, as equally as we want to you know, say when we're not the right fit. >> So data is a complicated- >> Love that honesty and transparency. >> Data is a complicated situation for most companies, right? And there's a lack of resource, lack of talent. There's hyper specialization. And you were just talking about the evolution of the Cloud and the relationship. How does automation fit into the equation? Are you able to automate a lot of that data integration through the pipeline? >> Yeah. >> Is it was a, what's your journey look like there? Were you resistant to that at first? 'Cause you got to trust the data. Take us through that. >> Yeah, so the first thing, we wanted to make sure is security right? We've got a lot of data, we're going to make sure privacy- >> Very personal data too. >> Exactly. And privacy and security is number one. So we want to make sure anything that we're doing with the data is secure, and it's not given out anywhere. In terms of automation, so what we've been able to do is being able to take these changes, and you know, in technology, the one thing you can guarantee is it's going to break. Network's going to go down, or a server goes down, a database goes down, and that's the only guarantee we have. And by using the product that we have today, we're able to take those outages, and minimize them because there's retry processes, there's ways of going back and saying, hey, I've missed this much data. How do we bring it back in? You don't want data to get out of sync because that causes downstream problems. >> Yeah. >> So all of that is done through the product, right? We don't have to worry about it. You know, we get notifications, but it's not like, oh, I've got to pay someone at two o'clock in the morning because the network's gone down and how's the data sync going to come back up, when it comes back up? All of that's done for us. >> Yeah, and just to add to that, automation, is a key component. I mean, the data engineering teams definitely see the value of automation and how we're able to deliver that. So, improving the experience but also the overall landscape of the environment is critical. >> Yeah, we've seen the stats, data scientists, data pro spend, you know, 80% of their time wrangling data, 20% of their time. >> Data preparation. >> You know extracting value from it. So. >> Yeah, it's so sad. It's such a waste of human capital, and you're obviously relieving that, and letting folks do their job more efficiently. >> The thing is too, you know, as I'm somebody who's love data you dive into the data, you get really excited then after a while you're like, Ugh! >> I'm still here. >> I'm slogging through this data. Taking a bath in it. >> But I think. >> I want to get to the insights. >> I think that world's changing a little bit. >> Yes, definitely. >> So as we're starting to get data that's coming through it's got high fidelity, and richness, right? So in the old days we'd put in a database, normalize it, and then, you know we'd go and do our magic, and hopefully, you know something comes out, and the least of frustration, you just spoke about. Well now, because it's moving in real time, and we can send the data to areas in the way we want it, and add automation, and machine learning on top of that, so that, now it becomes a commodity to massage that data into the in the format that you want it. Then you can concentrate on the value work, right? Which is really where people should be spending the time, rather than, oh, I've got to manipulate the data, make sure it's done in a consistent way, and then make sure it's compliant and done, the same way every single time. >> It may be too early to, you know quantify the business impact, but have you seen, for example, you know, what I was describing creates data silos. 'Cause nobody's going to use the data if it's not trusted. So what happens is it goes to a silo, they put a brick wall around it, and then, you know, they do their thing with it. They trust it for that one use case and then they don't share it. Has that begun to change as you've seen more integration that's automated and augmented? >> Absolutely. I mean, you know, if you're bringing in data and you're showing that it's consistent, and this is where governance and compliance comes in, right? So as long as you have a data catalog, you can make sure that this data's coming through with the lineage that you said is going to, here's the source, here's the target, here's who gets what they only need rather than giving them everything. And by being able to document that, in a way, that's automated rather than somebody going in, and running a report, it's key. Because that's where the trust comes in, rather than, oh, Samir has to go in and manipulate this stream so that, you know, Molly can get the reports she wants. Instead, hey, it's all going in there, the reports are coming out, they're audited, and that's where the trust factor comes. >> And that enables scale. >> Yeah. >> Cloud confidence and scale. Big topics of the show this week. >> Yep. >> It's been the whole thing. Molly, what's next for Qlik? >> Yeah, Qliks on a big journey. So we've released a lot of things most recently, Qlik Cloud data integration as a service, but we're just continuing to grow from a customer base, from a capabilities perspective. We also recently just became HIPAA compliant and went through some other services. >> Congratulations, that is not an easy process. >> Thank you, thank you. >> Yeah. >> And so for us it's really just about expanding and having, that same level of fidelity of the data, and really just getting all of that pushed out to the market so everybody really sees the full value of Qlik, and that we can make your data Qlik. And just for a minute, back to your earlier point. >> Beautiful pun drop there, Molly. Just going to see that. >> Thank you Savannah. >> Yeah. >> But back to your earlier point, just about the time that people are spending, when you're able to automate, and you're getting data delivered in real time, and operational systems are able to see that. 'Cause you're trying to create the least amount of disruption you can, right? 'Cause that's a critical part of the business. When you start to automate and relieve that burden then people have time to spend time on the real things. >> Right. >> Future forward, prescriptive analytics, machine learning, not data preparation, solving problems, fixing soft gaps. >> Staring a spreadsheet, yeah. >> Right? It's actually the full end-to-end pipeline. And so that's really where I feel like the power is unleashed. And as more sources and targets come to light, right? They're all over the showroom floor, so we don't have to mention any of 'em by name, but it's just continuing, to move into that world to have more SaaS integrations. And to be able to serve the customer, and meet them exactly where they're at, at the place that they want to be. And for Samir, and what we did in the transformation there, unlocking that data for mainframe and SAP, getting it into Qlik Cloud, has been a huge business driver for them. And so, because of partners like AWS and Samir and AARP, we're constantly evolving. And really trying to listen to the voice of the customer, to become better for all of you. >> Excellent. >> Love that community first attitude. Very clear that you both have it, both AARP and Qlik with that attitude. We have a new challenge this year to reInvent on theCUBE, little prompt here. >> Okay. >> We're going to put 30 seconds on the clock, although I'm not super crazy about watching the clock. So, feel comfortable with whatever however much time you need. >> Whatever works. >> Yeah, yeah, yeah, yeah, whatever works. But we're looking for equivocally, your Instagram reel, your hot take, your thought leadership, sizzle, with the key theme from this year's show. Molly, your smile is platinum and perfect. So I'm going to start with you. I feel like you've got this. >> Okay, great. >> Yeah. >> Just the closing statement is what you're looking for. >> Sure, yeah, sexy little sound bite. What do you, what's going to be your big takeaway from your experience here in Vegas this week? >> Yeah, so the experience at Vegas this week has been great but I think it's more than just the experience at Vegas, it's really the experience of the year, where we're at with the technology shift. And we're continuing to see, the need for Cloud, the move to Cloud, mixed workloads, hybrid workloads, unlocking core data, making sure that we're getting insights analytics, and value out of that. And really just working through that, kind of consistent evolution, which is exactly what it is. It's never, you never get to a point where, that's it, there's a bow on it, and it's perfect. It's continuously involving, evolving. >> Yeah. >> And I think that's the most important part that you have to take away. Samir's got his environment in a great place today but in six months, there may be some new things or transformations that he wants to look at, and we want to be there at the ready to work with him, roll up our sleeves, and kind of get into that. So the shift of the Cloud is here to stay. Qlik is a hundred percent here to stay. Here ready to serve our customers in any capacity that we can. And I think that's really my big takeaway from this week. And I've loved it, like this has been a great, this has been great with both of you. You both are super high energy. >> Aw, thank you. >> And Samir and I have had a great time over the event as well. >> Well, nailed it. You absolutely nailed it. All right, Samir, shoot your shot. >> So. >> Savannah. >> What I would say, I'm pretty, so. (laughing) >> I like to keep the smiles organic on stage, my perverse sense of humor, everyone just tolerates. >> Yeah, the one thing I think, I'm hearing a lot is, we have to look at data in motion. Streaming data is the way it's going to go. Whether it's customer data, operational data, it doesn't matter, right? We can't have these silos that you spoke about. Those days are gone, right? And if we really want to make a difference, and utilize all of the technology that's being built out there, all of the new features that were, you know, just in the keynotes. We can't have these separate silos, and the data has to go across, trusted data, it has to go across. The second thing I think we're all talking about is, we have to look at things differently. Unlearning the old is harder than learning the new. So we were just talking about event driven architecture. >> Understatement of the century. Sidebar, that was, yeah. >> So, you know, a lot of us techies are used to calling APIs. Well, now we have to push the data out, instead of pulling it. That just means retraining our brains, retraining our architects, retraining our developers, to think in a different way. And then the last thing I think I've learned is, us technology folks have put the customer first right? >> Yes, absolutely. >> What does a customer want? How do they want to feel when they engage with you? Because if we don't do that, none of this technology matters. And you know, we have to get away from the day where the IT guys go in the back black room, (laughing) coat up and then, you know, push something out, and don't think about what am I doing, and how am I impacting your mother? >> Yes, the end customer. It's no longer the person at the end of a terminal. Look at the green screen. >> And just one last thing. I think also it's fit for purpose transformations. And that's how we have to start thinking about how we're doing business. 'Cause there's a paradigm shift, right? From ETL to ELT, right? Extract, Load, Transform your data. And so as we're seeing that, I think it's really just about that fit for purpose, and looking at the transformations, the right transformations. And what's going to move the needle for the business. >> What a great closing note! Molly, Samir, thank you both for being here. >> Both: Thank you! >> This was a really fantastic chat, love where we took it. And thank all of you for tuning in to our live coverage from AWS reInvent here in fabulous Las Vegas, Nevada. I just want to give my mom a quick shout out, since she got a holler throughout this segment, as well as Stacy and all of my friends at AARP, I missed you all. My name's Savannah Peterson, joined with Dave Vellante. You're watching theCUBE. We are the technology leader in coverage for events like this. (slow upbeat music)
SUMMARY :
Molly and Samir, thank you really coming to the How about for you, Samir? And obviously, you know, in the right place at the right time? in the circle I've been and the shifts in the market, Just in case the audience isn't familiar, and really being able to use the data, that need it in the time And in the channel that you choose but in case the audience isn't familiar, state in the United States. of that mainframe to be part and get it distributed into the Cloud, is the hardest to actually get access to. So be, you know, just statistically, And that's a lot of and the way that you go about it. how that extends to the Cloud? to drive, you know, and it is so fun to learn part of the AWS ecosystem Because that's awesome. So the relationship continues to evolve and the relationship. 'Cause you got to trust the data. and that's the only guarantee we have. and how's the data sync Yeah, and just to you know, 80% of their You know extracting value from it. and you're obviously relieving that, Taking a bath in it. I think that world's into the in the format that you want it. and then, you know, they And by being able to Big topics of the show this week. It's been the whole thing. and went through some other services. Congratulations, that and that we can make your data Qlik. Just going to see that. just about the time that not data preparation, at the place that they want to be. Very clear that you both have it, 30 seconds on the clock, So I'm going to start with you. Just the closing statement to be your big takeaway the need for Cloud, the move to Cloud, So the shift of the Cloud is here to stay. And Samir and I have had a great time All right, Samir, shoot your shot. What I would say, I like to keep the and the data has to go across, Understatement of the century. put the customer first And you know, we have at the end of a terminal. and looking at the transformations, Molly, Samir, thank you And thank all of you for tuning in
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Samir | PERSON | 0.99+ |
Savannah Peterson | PERSON | 0.99+ |
Molly | PERSON | 0.99+ |
Stacy | PERSON | 0.99+ |
Vegas | LOCATION | 0.99+ |
20% | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
AARP | ORGANIZATION | 0.99+ |
Sin City | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
80% | QUANTITY | 0.99+ |
Savannah | PERSON | 0.99+ |
30 seconds | QUANTITY | 0.99+ |
70% | QUANTITY | 0.99+ |
2300 employees | QUANTITY | 0.99+ |
Earth | LOCATION | 0.99+ |
second piece | QUANTITY | 0.99+ |
Both | QUANTITY | 0.99+ |
both | QUANTITY | 0.99+ |
66,000 volunteers | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Las Vegas, Nevada | LOCATION | 0.99+ |
One | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
Qlik | ORGANIZATION | 0.99+ |
AAR | ORGANIZATION | 0.99+ |
Samir Shah | PERSON | 0.99+ |
this week | DATE | 0.99+ |
today | DATE | 0.99+ |
two fronts | QUANTITY | 0.98+ |
Qlik | PERSON | 0.98+ |
first thing | QUANTITY | 0.98+ |
six months | QUANTITY | 0.98+ |
HIPAA | TITLE | 0.98+ |
second thing | QUANTITY | 0.97+ |
Qliks | ORGANIZATION | 0.97+ |
two exciting guests | QUANTITY | 0.97+ |
one piece | QUANTITY | 0.97+ |
earlier this year | DATE | 0.96+ |
nearly 38 million members | QUANTITY | 0.96+ |
Qlik | TITLE | 0.95+ |
hundred percent | QUANTITY | 0.95+ |
first | QUANTITY | 0.95+ |
Ez Natarajan & Brad Winney | AWS re:Invent 2022 - Global Startup Program
(upbeat music) >> Hi everybody. Welcome back to theCUBE as to continue our coverage here at AWS re:Invent '22. We're in the Venetian. Out in Las Vegas, it is Wednesday. And the PaaS is still happening. I can guarantee you that. We continue our series of discussions as part of the "AWS Startup Showcase". This is the "Global Startup Program", a part of that showcase. And I'm joined by two gentlemen today who are going to talk about what CoreStack is up to. One of them is Ez Natarajan, who is the Founder and CEO. Good to have you- (simultaneous chatter) with us today. We appreciate it. Thanks, EZ. >> Nice to meet you, John. >> And Brad Winney who is the area Sales Leader for startups at AWS. Brad, good to see you. >> Good to see you, John. >> Thanks for joining us here on The Showcase. So Ez, first off, let's just talk about CoreStack a little bit for people at home who might not be familiar with what you do. It's all about obviously data, governance, giving people peace of mind, but much deeper than that. I'll let you take it from there. >> So CoreStack is a governance platform that helps customers maximize their cloud usage and get governance at scale. When we talk about governance, we instill confidence through three layers: solving the problems of the CIO, solving the problems of the CTO, solving the problems of the CFO, together with a single pin of class,- >> John: Mm-hmm. >> which helps them achieve continuous holistic automated outcomes at any given time. >> John: Mm-hmm. So, Brad, follow up on that a little bit- >> Yeah. because Ez touched on it there that he's got a lot of stakeholders- >> Right. >> with a lot of different needs and a lot of different demands- >> Mm-hmm. >> but the same overriding emotion, right? >> Yeah. >> They all want confidence. >> They all want confidence. And one of the trickiest parts of confidence is the governance issue, which is policy. It's how do we determine who has access to what, how we do that scale. And across not only start been a process. This is a huge concern, especially as we talked a lot about cutting costs as the overriding driver for 2023. >> John: Mm-hmm. >> The economic compression being what it is, you still have to do this in a secure way and as a riskless way as possible. And so companies like CoreStack really offer core, no pun intended, (Ez laughs) function there where you abstract out a lot of the complexity of governance and you make governance a much more simple process. And that's why we're big fans of what they do. >> So we think governance from a three dimensional standpoint, right? (speaks faintly) How do we help customers be more compliant, secure, achieve the best performance and operations with increased availability? >> Jaohn: Mm-hmm. >> At the same time do the right spend from a cost standpoint. >> Interviewer: Mm-hmm. So when all three dimensions are connected, the business velocity increases and the customer's ability to cater to their customers increase. So our governance tenants come from these three pillars of finance operations, security operations and air operations at cloud operations. >> Yeah. And... Yeah. Please, go ahead. >> Can I (indistinct)? >> Oh, I'm sorry. Just- >> No, that's fine. >> So part of what's going on here, which is critical for AWS, is if you notice a lot of (indistinct) language is at the business value with key stakeholders of the CTO, the CSO and so on. And we're doing a much better job of speaking business value on top of AWS services. But the AWS partners, again, like CoreStack have such great expertise- >> John: Mm-hmm. >> in that level of dialogue. That's why it's such a key part for us, why we're really interested partnering with them. >> How do you wrestle with this, wrestle may not be the right word, but because you do have, as we just went through these litany, these business parts of your business or a business that need access- >> Ez: Mm-hmm. >> and that you need to have policies in place, but they change, right? I mean, and somebody maybe from the financial side should have a window into data and other slices of their business. There's a lot of internal auditing. >> Man: Mm-hmm. >> Obviously, it's got to be done, right? And so just talk about that process a little bit. How you identify the appropriate avenues or the appropriate gateways for people to- >> Sure. >> access data so that you can have that confidence as a CTO or CSO, that it's all right. And we're not going to let too much- >> out to the wrong people. >> Sure. >> Yeah. So there are two dimensions that drive the businesses to look for that kind of confidence building exercise, right? One, there are regulatory external requirements that say that I know if I'm in the financial industry, I maybe need to following NIST, PCI, and sort of compliances. Or if I'm in the healthcare industry, maybe HIPAA and related compliance, I need to follow. >> John: Mm-hmm. >> That's an external pressure. Internally, the organizations based on their geographical presence and the kind of partners and customers they cater to, they may have their own standards. And when they start adopting cloud; A, for each service, how do I make sure the service is secure and it operates at the best level so that we don't violate any of the internal or external requirements. At the same time, we get the outcome that is needed. And that is driven into policies, that is driven into standards which are consumable easily, like AWS offers well-architected framework that helps customers make sure that I know I'm architecting my application workloads in a way that meets the business demands. >> John: Mm-hmm. >> And what CoreStack has done is taken that and automated it in such a way it helps the customers simplify that process to get that outcome measured easily so they get that confidence to consume more of the higher order services. >> John: Okay. And I'm wondering about your relationship as far with AWS goes, because, to me, it's like going deep sea fishing and all of a sudden you get this big 4, 500 pound fish. Like, now what? >> Mm-hmm. >> Now what do we do because we got what we wanted? So, talk about the "Now what?" with AWS in terms of that relationship, what they're helping you with, and the kind of services that you're seeking from them as well. >> Oh, thanks to Brad and the entire Global Startup Ecosystem team at AWS. And we have been part of AWS Ecosystem at various levels, starting from Marketplace to ISV Accelerate to APN Partners, Cloud Management Tools Competency Partner, Co-Sell programs. The team provides different leverages to connect to the entire ecosystem of how AWS gets consumed by the customers. Customers may come through channels and partners. And these channels and partners maybe from WAs to MSPs to SIs to how they really want to use each. >> John: Mm-hmm. >> And the ecosystem that AWS provides helps us feed into all these players and provide this higher order capability which instills confidence to the customers end of the day. >> Man: Absolutely. Right. >> And this can be taken through an MSP. This can be taken through a GSI. This can be taken to the customer through a WA. And that's how our play of expansion into larger AWS customer base. >> Brad: Yeah. >> Brad, from your side of the fence. >> Brad: No, its... This is where the commons of scale come to benefit our partners. And AWS has easily the largest ecosystem. >> John: Mm-hmm. >> Whether or not it's partners, customers, and the like. And so... And then, all the respective teams and programs bring all those resources to bear for startups. Your analogy of of catching a big fish off coast, I actually have a house in Florida. I spend a lot of time there. >> Interviewer: Okay. >> I've yet to catch a big 500 pound fish. But... (interviewer laughs) >> But they're out there. >> But they're definitely out there. >> Yeah. >> And so, in addition to the formalized programs like the Global Partner Network Program, the APN and Marketplace, we really break our activities down with the CoreStacks of the world into two major kind of processes: "Sell to" and "Sell with". And when we say "Sell to", what we're really doing is helping them architect for the future. And so, that plays dividends for their customers. So what do we mean by that? We mean helping them take advantage of all the latest serverless technologies: the latest chip sets like Graviton, thing like that. So that has the added benefit of just lowering the overall cost of deployment and expend. And that's... And we focus on that really extensively. So don't ever want to lose that part of the picture of what we do. >> Mm-hmm. >> And the "Sell with" is what he just mentioned, which is, our teams out in the field compliment these programs like APN and Marketplace with person-to-person in relationship development for core key opportunities in things like FinTech and Retail and so on. >> Interviewer: Mm-hmm. >> We have significant industry groups and business units- >> Interviewer: Mm-hmm. >> in the enterprise level that our teams work with day in and day out to help foster those relationships. And to help CoreStack continue to develop and grow that business. >> Yeah. We've talked a lot about cost, right? >> Yeah. >> But there's a difference between reducing costs or optimizing your spend, right? I mean there- >> Brad: Right. >> Right. There's a... They're very different prism. So in terms of optimizing and what you're doing in the data governance world, what kind of conversations discussions are you having with your clients? And how is that relationship with AWS allowing you to go with confidence into those discussions and be able to sell optimization of how they're going to spend maybe more money than they had planned on originally? >> So today, because of the extra external micro-market conditions, every single customer that we talk to wanting to take a foster status of, "Hey, where are we today? How are we using the cloud? Are we in an optimized state?" >> Interviewer: Mm-hmm. >> And when it comes to optimization, again, the larger customers that we talk to are really bothered about the business outcome and how their services and ability to cater to their customers, right? >> Interviewer: Mm-hmm. >> They don't want to compromise on that just because they want to optimize on the spend. That conversation trickled down to taking a poster assessment first, and then are you using the right set of services within AWS? Are the right set of services being optimized for various requirements? >> Interviewer: Mm-hmm. >> And AWS help in terms of catering to the segment of customers who need that kind of a play through the patent ecosystem. >> John: Mm-hmm. Yeah. We've talked a lot about confidence too, cloud with confidence. >> Brad: Yeah. Yeah. >> What does that mean to different people, you think? I mean, (Brad laughing) because don't you have to feel them out and say "Okay. What's kind of your tolerance level for certain, not risks, but certain measures that you might need to change"? >> I actually think it's flipped the other way around now. I think the risk factor- >> Okay. >> is more on your on-prem environment. And all that goes with that. 'Cause you... Because the development of the cloud in the last 15 years has been profound. It's gone from... That's been the risky proposition now. With all of the infrastructure, all the security and compliance guardrails we have built into the cloud, it's really more about transition and risk of transition. And that's what we see a lot of. And that's why, again, where governance comes into play here, which is how do I move my business from on-prem in a fairly insecure environment relatively speaking to the secure cloud? >> Interviewer: Sure. >> How do I do that without disrupting business? How do I do that without putting my business at risk? And that's a key piece. I want to come back, if I may, something on cost-cutting. >> Interviewer: Sure. >> We were talking about this on the way up here. Cost-cutting, it's the bonfire of the vanities in that in that everybody is talking about cost-cutting. And so we're in doing that perpetuating the very problem that we kind of want to avoid, which is our big cost-cutting. (laughs) So... And I say that because in the venture capital community, what's happening is two things: One is, everybody's being asked to extend their runways as much as possible, but they are not letting them off the hook on growth. And so what we're seeing a lot of is a more nuanced conversation of where you trim your costs, it's not essential, spend, but reinvest. Especially if you've got good strong product market fit, reinvest that for growth. And so that's... So if I think about our playbook for 2023, it's to help good strong startups. Either tune their market fit or now that they good have have good market fit, really run and develop their business. So growth is not off the hook for 2023. >> And then let me just hit on something- >> Yeah. >> before we say goodbye here that you just touched on too, Brad, about. How we see startups, right? AWS, I mean, obviously there's a company focus on nurturing this environment of innovation and of growth. And for people looking at maybe through different prisms and coming. >> Brad: Yeah. >> So if you would maybe from your side of the fence, Ez from CoreStack, about working as a startup with AWS, I mean, how would you characterize that relationship about the kind of partnership that you have? And I want to hear from Brad too about how he sees AWS in general in the startup world. But go ahead. >> It's kind of a mutually enriching relationship, right? The support that comes from AWS because our combined goal is help the customers maximize the potential of cloud. >> Interviewer: Mm-hmm. >> And we talked about confidence. And we talked about all the enablement that we provide. But the partnership helps us get to the reach, right? >> Interviewer: Mm-hmm. >> Reach at scale. >> Interviewer: Mm-hmm. We are talking about customers from different industry verticals having different set of problems. And how do we solve it together so that like the reimbursement that happens, in fact healthcare customers that we repeatedly talk to, even in the current market conditions, they don't want to save. They want to optimize and re-spend their savings using more cloud. >> Interviewer: Mm-hmm. >> So that's the partnership that is mutually enriching. >> Absolutely. >> Yeah. To me, this is easy. I think the reason why a lot of us are here at AWS, especially the startup world, is that our business interests are completely aligned. So I run a pretty significant business unit in a startup neighbor. But a good part of my job and my team's job is to go help cut costs. >> Interviewer: Mm-hmm. >> So tell me... Show me a revenue responsibility position where part of your job is to go cut cost. >> Interviewer: Right. >> It's so unique and we're not a non-profit. We just have a very good long-term view, right? Which is, if we help companies reduce costs and conserve capital and really make sure that that capital is being used the right way, then their long-term viability comes into play. And that's where we have a chance to win more of that business over time. >> Interviewer: Mm-hmm. >> And so because those business interests are very congruent and we come in, we earn so much trust in the process. But I think that... That's why I think we being AWS, are uniquely successful startups. Our business interests are completely aligned and there's a lot of trust for that. >> It's a great success story. It really is. And thank you for sharing your little slice of that and growing slice of that too- >> Yeah. Absolutely. >> from all appearances. Thank you both. >> Thank you, John. >> Thank you very much, John. >> Appreciate your time. >> This is part of the AWS Startup Showcase. And I'm John Walls. You're watching theCUBE here at AWS re:Invent '22. And theCUBE, of course, the leader in high tech coverage.
SUMMARY :
And the PaaS is still happening. And Brad Winney with what you do. solving the problems of the CIO, which helps them achieve John: Mm-hmm. that he's got a lot of stakeholders- And one of the trickiest a lot of the complexity of governance do the right spend from a cost standpoint. and the customer's ability to cater Oh, I'm sorry. of the CTO, the CSO and so on. in that level of dialogue. and that you need to or the appropriate gateways for people to- access data so that you that drive the businesses to look for that and the kind of partners it helps the customers and all of a sudden you get and the kind of services and the entire Global Startup And the ecosystem that Right. And this can be taken through an MSP. of the fence. And AWS has easily the largest ecosystem. customers, and the like. (interviewer laughs) So that has the added benefit And the "Sell with" in the enterprise level lot about cost, right? And how is that relationship Are the right set of And AWS help in terms of catering to John: Mm-hmm. What does that mean to the other way around now. And all that goes with that. How do I do that without And I say that because in the that you just touched on too, Brad, about. general in the startup world. is help the customers But the partnership helps so that like the So that's the partnership especially the startup world, So tell me... of that business over time. And so because those business interests and growing slice of that too- Thank you both. This is part of the
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brad | PERSON | 0.99+ |
Brad Winney | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Florida | LOCATION | 0.99+ |
John Walls | PERSON | 0.99+ |
Ez Natarajan | PERSON | 0.99+ |
2023 | DATE | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Wednesday | DATE | 0.99+ |
Jaohn | PERSON | 0.99+ |
two dimensions | QUANTITY | 0.99+ |
4, 500 pound | QUANTITY | 0.99+ |
each service | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
both | QUANTITY | 0.98+ |
Venetian | LOCATION | 0.98+ |
CoreStack | ORGANIZATION | 0.97+ |
CoreStack | TITLE | 0.97+ |
first | QUANTITY | 0.97+ |
EZ | PERSON | 0.97+ |
two gentlemen | QUANTITY | 0.97+ |
HIPAA | TITLE | 0.95+ |
Global Partner Network Program | TITLE | 0.93+ |
AWS Startup Showcase | EVENT | 0.93+ |
PCI | ORGANIZATION | 0.91+ |
one | QUANTITY | 0.91+ |
NIST | ORGANIZATION | 0.9+ |
500 pound fish | QUANTITY | 0.89+ |
two major kind | QUANTITY | 0.88+ |
three layers | QUANTITY | 0.83+ |
last 15 years | DATE | 0.81+ |
Invent 2022 - Global Startup Program | TITLE | 0.81+ |
single pin | QUANTITY | 0.8+ |
WA | LOCATION | 0.79+ |
each | QUANTITY | 0.78+ |
three | QUANTITY | 0.78+ |
AWS | EVENT | 0.77+ |
three pillars | QUANTITY | 0.76+ |
Michael Foster & Doron Caspin, Red Hat | KubeCon + CloudNativeCon NA 2022
(upbeat music) >> Hey guys, welcome back to the show floor of KubeCon + CloudNativeCon '22 North America from Detroit, Michigan. Lisa Martin here with John Furrier. This is day one, John at theCUBE's coverage. >> CUBE's coverage. >> theCUBE's coverage of KubeCon. Try saying that five times fast. Day one, we have three wall-to-wall days. We've been talking about Kubernetes, containers, adoption, cloud adoption, app modernization all morning. We can't talk about those things without addressing security. >> Yeah, this segment we're going to hear container and Kubernetes security for modern application 'cause the enterprise are moving there. And this segment with Red Hat's going to be important because they are the leader in the enterprise when it comes to open source in Linux. So this is going to be a very fun segment. >> Very fun segment. Two guests from Red Hat join us. Please welcome Doron Caspin, Senior Principal Product Manager at Red Hat. Michael Foster joins us as well, Principal Product Marketing Manager and StackRox Community Lead at Red Hat. Guys, great to have you on the program. >> Thanks for having us. >> Thank you for having us. >> It's awesome. So Michael StackRox acquisition's been about a year. You got some news? >> Yeah, 18 months. >> Unpack that for us. >> It's been 18 months, yeah. So StackRox in 2017, originally we shifted to be the Kubernetes-native security platform. That was our goal, that was our vision. Red Hat obviously saw a lot of powerful, let's say, mission statement in that, and they bought us in 2021. Pre-acquisition we were looking to create a cloud service. Originally we ran on Kubernetes platforms, we had an operator and things like that. Now we are looking to basically bring customers in into our service preview for ACS as a cloud service. That's very exciting. Security conversation is top notch right now. It's an all time high. You can't go with anywhere without talking about security. And specifically in the code, we were talking before we came on camera, the software supply chain is real. It's not just about verification. Where do you guys see the challenges right now? Containers having, even scanning them is not good enough. First of all, you got to scan them and that may not be good enough. Where's the security challenges and where's the opportunity? >> I think a little bit of it is a new way of thinking. The speed of security is actually does make you secure. We want to keep our images up and fresh and updated and we also want to make sure that we're keeping the open source and the different images that we're bringing in secure. Doron, I know you have some things to say about that too. He's been working tirelessly on the cloud service. >> Yeah, I think that one thing, you need to trust your sources. Even if in the open source world, you don't want to copy paste libraries from the web. And most of our customers using third party vendors and getting images from different location, we need to trust our sources and we have a really good, even if you have really good scanning solution, you not always can trust it. You need to have a good solution for that. >> And you guys are having news, you're announcing the Red Hat Advanced Cluster Security Cloud Service. >> Yes. >> What is that? >> So we took StackRox and we took the opportunity to make it as a cloud services so customer can consume the product as a cloud services as a start offering and customer can buy it through for Amazon Marketplace and in the future Azure Marketplace. So customer can use it for the AKS and EKS and AKS and also of course OpenShift. So we are not specifically for OpenShift. We're not just OpenShift. We also provide support for EKS and AKS. So we provided the capability to secure the whole cloud posture. We know customer are not only OpenShift or not only EKS. We have both. We have free cloud or full cloud. So we have open. >> So it's not just OpenShift, it's Kubernetes, environments, all together. >> Doron: All together, yeah. >> Lisa: Meeting customers where they are. >> Yeah, exactly. And we focus on, we are not trying to boil the ocean or solve the whole cloud security posture. We try to solve the Kubernetes security cluster. It's very unique and very need unique solution for that. It's not just added value in our cloud security solution. We think it's something special for Kubernetes and this is what Red that is aiming to. To solve this issue. >> And the ACS platform really doesn't change at all. It's just how they're consuming it. It's a lot quicker in the cloud. Time to value is right there. As soon as you start up a Kubernetes cluster, you can get started with ACS cloud service and get going really quickly. >> I'm going to ask you guys a very simple question, but I heard it in the bar in the lobby last night. Practitioners talking and they were excited about the Red Hat opportunity. They actually asked a question, where do I go and get some free Red Hat to test some Kubernetes out and run helm or whatever. They want to play around. And do you guys have a program for someone to get start for free? >> Yeah, so the cloud service specifically, we're going to service preview. So if people sign up, they'll be able to test it out and give us feedback. That's what we're looking for. >> John: Is that a Sandbox or is that going to be in the cloud? >> They can run it in their own environment. So they can sign up. >> John: Free. >> Doron: Yeah, free. >> For the service preview. All we're asking for is for customer feedback. And I know it's actually getting busy there. It's starting December. So the quicker people are, the better. >> So my friend at the lobby I was talking to, I told you it was free. I gave you the sandbox, but check out your cloud too. >> And we also have the open source version so you can download it and use it. >> Yeah, people want to know how to get involved. I'm getting a lot more folks coming to Red Hat from the open source side that want to get their feet wet. That's been a lot of people rarely interested. That's a real testament to the product leadership. Congratulations. >> Yeah, thank you. >> So what are the key challenges that you have on your roadmap right now? You got the products out there, what's the current stake? Can you scope the adoption? Can you share where we're at? What people are doing specifically and the real challenges? >> I think one of the biggest challenges is talking with customers with a slightly, I don't want to say outdated, but an older approach to security. You hear things like malware pop up and it's like, well, really what we should be doing is keeping things into low and medium vulnerabilities, looking at the configuration, managing risk accordingly. Having disparate security tools or different teams doing various things, it's really hard to get a security picture of what's going on in the cluster. That's some of the biggest challenges that we talk with customers about. >> And in terms of resolving those challenges, you mentioned malware, we talk about ransomware. It's a household word these days. It's no longer, are we going to get hit? It's when? It's what's the severity? It's how often? How are you guys helping customers to dial down some of the risk that's inherent and only growing these days? >> Yeah, risk, it's a tough word to generalize, but our whole goal is to give you as much security information in a way that's consumable so that you can evaluate your risk, set policies, and then enforce them early on in the cluster or early on in the development pipeline so that your developers get the security information they need, hopefully asynchronously. That's the best way to do it. It's nice and quick, but yeah. I don't know if Doron you want to add to that? >> Yeah, so I think, yeah, we know that ransomware, again, it's a big world for everyone and we understand the area of the boundaries where we want to, what we want to protect. And we think it's about policies and where we enforce it. So, and if you can enforce it on, we know that as we discussed before that you can scan the image, but we never know what is in it until you really run it. So one of the thing that we we provide is runtime scanning. So you can scan and you can have policy in runtime. So enforce things in runtime. But even if one image got in a way and get to your cluster and run on somewhere, we can stop it in runtime. >> Yeah. And even with the runtime enforcement, the biggest thing we have to educate customers on is that's the last-ditch effort. We want to get these security controls as early as possible. That's where the value's going to be. So we don't want to be blocking things from getting to staging six weeks after developers have been working on a project. >> I want to get you guys thoughts on developer productivity. Had Docker CEO on earlier and since then I had a couple people messaging me. Love the vision of Docker, but Docker Hub has some legacy and it might not, has does something kind of adoption that some people think it does. Are people moving 'cause there times they want to have these their own places? No one place or maybe there is, or how do you guys see the movement of say Docker Hub to just using containers? I don't need to be Docker Hub. What's the vis-a-vis competition? >> I mean working with open source with Red Hat, you have to meet the developers where they are. If your tool isn't cutting it for developers, they're going to find a new tool and really they're the engine, the growth engine of a lot of these technologies. So again, if Docker, I don't want to speak about Docker or what they're doing specifically, but I know that they pretty much kicked off the container revolution and got this whole thing started. >> A lot of people are using your environment too. We're hearing a lot of uptake on the Red Hat side too. So, this is open source help, it all sorts stuff out in the end, like you said, but you guys are getting a lot of traction there. Can you share what's happening there? >> I think one of the biggest things from a developer experience that I've seen is the universal base image that people are using. I can speak from a security standpoint, it's awesome that you have a base image where you can make one change or one issue and it can impact a lot of different applications. That's one of the big benefits that I see in adoption. >> What are some of the business, I'm curious what some of the business outcomes are. You talked about faster time to value obviously being able to get security shifted left and from a control perspective. but what are some of the, if I'm a business, if I'm a telco or a healthcare organization or a financial organization, what are some of the top line benefits that this can bubble up to impact? >> I mean for me, with those two providers, compliance is a massive one. And just having an overall look at what's going on in your clusters, in your environments so that when audit time comes, you're prepared. You can get through that extremely quickly. And then as well, when something inevitably does happen, you can get a good image of all of like, let's say a Log4Shell happens, you know exactly what clusters are affected. The triage time is a lot quicker. Developers can get back to developing and then yeah, you can get through it. >> One thing that we see that customers compliance is huge. >> Yes. And we don't want to, the old way was that, okay, I will provision a cluster and I will do scans and find things, but I need to do for PCI DSS for example. Today the customer want to provision in advance a PCI DSS cluster. So you need to do the compliance before you provision the cluster and make all the configuration already baked for PCI DSS or HIPAA compliance or FedRAMP. And this is where we try to use our compliance, we have tools for compliance today on OpenShift and other clusters and other distribution, but you can do this in advance before you even provision the cluster. And we also have tools to enforce it after that, after your provision, but you have to do it again before and after to make it more feasible. >> Advanced cluster management and the compliance operator really help with that. That's why OpenShift Platform Plus as a bundle is so popular. Just being able to know that when a cluster gets provision, it's going to be in compliance with whatever the healthcare provider is using. And then you can automatically have ACS as well pop up so you know exactly what applications are running, you know it's in compliance. I mean that's the speed. >> You mentioned the word operator, I get triggering word now for me because operator role is changing significantly on this next wave coming because of the automation. They're operating, but they're also devs too. They're developing and composing. It's almost like a dashboard, Lego blocks. The operator's not just manually racking and stacking like the old days, I'm oversimplifying it, but the new operators running stuff, they got observability, they got coding, their servicing policy. There's a lot going on. There's a lot of knobs. Is it going to get simpler? How do you guys see the org structures changing to fill the gap on what should be a very simple, turn some knobs, operate at scale? >> Well, when StackRox originally got acquired, one of the first things we did was put ACS into an operator and it actually made the application life cycle so much easier. It was very easy in the console to go and say, Hey yeah, I want ACS my cluster, click it. It would get provisioned. New clusters would get provisioned automatically. So underneath it might get more complicated. But in terms of the application lifecycle, operators make things so much easier. >> And of course I saw, I was lucky enough with Lisa to see Project Wisdom in AnsibleFest. You going to say, Hey, Red Hat, spin up the clusters and just magically will be voice activated. Starting to see AI come in. So again, operations operator is got to dev vibe and an SRE vibe, but it's not that direct. Something's happening there. We're trying to put our finger on. What do you guys think is happening? What's the real? What's the action? What's transforming? >> That's a good question. I think in general, things just move to the developers all the time. I mean, we talk about shift left security, everything's always going that way. Developers how they're handing everything. I'm not sure exactly. Doron, do you have any thoughts on that. >> Doron, what's your reaction? You can just, it's okay, say what you want. >> So I spoke with one of our customers yesterday and they say that in the last years, we developed tons of code just to operate their infrastructure. That if developers, so five or six years ago when a developer wanted VM, it will take him a week to get a VM because they need all their approval and someone need to actually provision this VM on VMware. And today they automate all the way end-to-end and it take two minutes to get a VM for developer. So operators are becoming developers as you said, and they develop code and they make the infrastructure as code and infrastructure as operator to make it more easy for the business to run. >> And then also if you add in DataOps, AIOps, DataOps, Security Ops, that's the new IT. It seems to be the new IT is the stuff that's scaling, a lot of data's coming in, you got security. So all that's got to be brought in. How do you guys view that into the equation? >> Oh, I mean you become big generalists. I think there's a reason why those cloud security or cloud professional certificates are becoming so popular. You have to know a lot about all the different applications, be able to code it, automate it, like you said, hopefully everything as code. And then it also makes it easy for security tools to come in and look and examine where the vulnerabilities are when those things are as code. So because you're going and developing all this automation, you do become, let's say a generalist. >> We've been hearing on theCUBE here and we've been hearing the industry, burnout, associated with security professionals and some DataOps because the tsunami of data, tsunami of breaches, a lot of engineers getting called in the middle of the night. So that's not automated. So this got to get solved quickly, scaled up quickly. >> Yes. There's two part question there. I think in terms of the burnout aspect, you better send some love to your security team because they only get called when things get broken and when they're doing a great job you never hear about them. So I think that's one of the things, it's a thankless profession. From the second part, if you have the right tools in place so that when something does hit the fan and does break, then you can make an automated or a specific decision upstream to change that, then things become easy. It's when the tools aren't in place and you have desperate environments so that when a Log4Shell or something like that comes in, you're scrambling trying to figure out what clusters are where and where you're impacted. >> Point of attack, remediate fast. That seems to be the new move. >> Yeah. And you do need to know exactly what's going on in your clusters and how to remediate it quickly, how to get the most impact with one change. >> And that makes sense. The service area is expanding. More things are being pushed. So things will, whether it's a zero day vulnerability or just attack. >> Just mix, yeah. Customer automate their all of things, but it's good and bad. Some customer told us they, I think Spotify lost the whole a full zone because of one mistake of a customer because they automate everything and you make one mistake. >> It scale the failure really. >> Exactly. Scaled the failure really fast. >> That was actually few contact I think four years ago. They talked about it. It was a great learning experience. >> It worked double edge sword there. >> Yeah. So definitely we need to, again, scale automation, test automation way too, you need to hold the drills around data. >> Yeah, you have to know the impact. There's a lot of talk in the security space about what you can and can't automate. And by default when you install ACS, everything is non-enforced. You have to have an admission control. >> How are you guys seeing your customers? Obviously Red Hat's got a great customer base. How are they adopting to the managed service wave that's coming? People are liking the managed services now because they maybe have skills gap issues. So managed service is becoming a big part of the portfolio. What's your guys' take on the managed services piece? >> It's just time to value. You're developing a new application, you need to get it out there quick. If somebody, your competitor gets out there a month before you do, that's a huge market advantage. >> So you care how you got there. >> Exactly. And so we've had so much Kubernetes expertise over the last 10 or so, 10 plus year or well, Kubernetes for seven plus years at Red Hat, that why wouldn't you leverage that knowledge internally so you can get your application. >> Why change your toolchain and your workflows go faster and take advantage of the managed service because it's just about getting from point A to point B. >> Exactly. >> Well, in time to value is, you mentioned that it's not a trivial term, it's not a marketing term. There's a lot of impact that can be made. Organizations that can move faster, that can iterate faster, develop what their customers are looking for so that they have that competitive advantage. It's definitely not something that's trivial. >> Yeah. And working in marketing, whenever you get that new feature out and I can go and chat about it online, it's always awesome. You always get customers interests. >> Pushing new code, being secure. What's next for you guys? What's on the agenda? What's around the corner? We'll see a lot of Red Hat at re:Invent. Obviously your relationship with AWS as strong as a company. Multi-cloud is here. Supercloud as we've been saying. Supercloud is a thing. What's next for you guys? >> So we launch the cloud services and the idea that we will get feedback from customers. We are not going GA. We're not going to sell it for now. We want to get customers, we want to get feedback to make the product as best what we can sell and best we can give for our customers and get feedback. And when we go GA and we start selling this product, we will get the best product in the market. So this is our goal. We want to get the customer in the loop and get as much as feedback as we can. And also we working very closely with our customers, our existing customers to announce the product to add more and more features what the customer needs. It's all about supply chain. I don't like it, but we have to say, it's all about making things more automated and make things more easy for our customer to use to have security in the Kubernetes environment. >> So where can your customers go? Clearly, you've made a big impact on our viewers with your conversation today. Where are they going to be able to go to get their hands on the release? >> So you can find it on online. We have a website to sign up for this program. It's on my blog. We have a blog out there for ACS cloud services. You can just go there, sign up, and we will contact the customer. >> Yeah. And there's another way, if you ever want to get your hands on it and you can do it for free, Open Source StackRox. The product is open source completely. And I would love feedback in Slack channel. It's one of the, we also get a ton of feedback from people who aren't actually paying customers and they contribute upstream. So that's an awesome way to get started. But like you said, you go to, if you search ACS cloud service and service preview. Don't have to be a Red Hat customer. Just if you're running a CNCF compliant Kubernetes version. we'd love to hear from you. >> All open source, all out in the open. >> Yep. >> Getting it available to the customers, the non-customers, they hopefully pending customers. Guys, thank you so much for joining John and me talking about the new release, the evolution of StackRox in the last season of 18 months. Lot of good stuff here. I think you've done a great job of getting the audience excited about what you're releasing. Thank you for your time. >> Thank you. >> Thank you. >> For our guest and for John Furrier, Lisa Martin here in Detroit, KubeCon + CloudNativeCon North America. Coming to you live, we'll be back with our next guest in just a minute. (gentle music)
SUMMARY :
back to the show floor Day one, we have three wall-to-wall days. So this is going to be a very fun segment. Guys, great to have you on the program. So Michael StackRox And specifically in the code, Doron, I know you have some Even if in the open source world, And you guys are having and in the future Azure Marketplace. So it's not just OpenShift, or solve the whole cloud security posture. It's a lot quicker in the cloud. I'm going to ask you Yeah, so the cloud So they can sign up. So the quicker people are, the better. So my friend at the so you can download it and use it. from the open source side that That's some of the biggest challenges How are you guys helping so that you can evaluate So one of the thing that we we the biggest thing we have I want to get you guys thoughts you have to meet the the end, like you said, it's awesome that you have a base image What are some of the business, and then yeah, you can get through it. One thing that we see that and make all the configuration and the compliance operator because of the automation. and it actually made the What do you guys think is happening? Doron, do you have any thoughts on that. okay, say what you want. for the business to run. So all that's got to be brought in. You have to know a lot about So this got to get solved and you have desperate environments That seems to be the new move. and how to remediate it quickly, And that makes sense. and you make one mistake. Scaled the contact I think four years ago. you need to hold the drills around data. And by default when you install ACS, How are you guys seeing your customers? It's just time to value. so you can get your application. and take advantage of the managed service Well, in time to value is, whenever you get that new feature out What's on the agenda? and the idea that we will Where are they going to be able to go So you can find it on online. and you can do it for job of getting the audience Coming to you live,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Michael Foster | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
Doron | PERSON | 0.99+ |
Doron Caspin | PERSON | 0.99+ |
2017 | DATE | 0.99+ |
2021 | DATE | 0.99+ |
December | DATE | 0.99+ |
Spotify | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
two minutes | QUANTITY | 0.99+ |
seven plus years | QUANTITY | 0.99+ |
second part | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Detroit, Michigan | LOCATION | 0.99+ |
five | DATE | 0.99+ |
one mistake | QUANTITY | 0.99+ |
KubeCon | EVENT | 0.99+ |
Supercloud | ORGANIZATION | 0.99+ |
Red Hat | ORGANIZATION | 0.99+ |
a week | QUANTITY | 0.99+ |
yesterday | DATE | 0.99+ |
two providers | QUANTITY | 0.99+ |
Two guests | QUANTITY | 0.99+ |
18 months | QUANTITY | 0.99+ |
Today | DATE | 0.99+ |
Michael | PERSON | 0.99+ |
Docker | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
Linux | TITLE | 0.99+ |
four years ago | DATE | 0.98+ |
five times | QUANTITY | 0.98+ |
one issue | QUANTITY | 0.98+ |
six years ago | DATE | 0.98+ |
zero day | QUANTITY | 0.98+ |
six weeks | QUANTITY | 0.98+ |
CloudNativeCon | EVENT | 0.98+ |
OpenShift | TITLE | 0.98+ |
last night | DATE | 0.98+ |
CUBE | ORGANIZATION | 0.98+ |
one image | QUANTITY | 0.97+ |
last years | DATE | 0.97+ |
First | QUANTITY | 0.97+ |
Azure Marketplace | TITLE | 0.97+ |
One thing | QUANTITY | 0.97+ |
telco | ORGANIZATION | 0.97+ |
Day one | QUANTITY | 0.97+ |
one thing | QUANTITY | 0.96+ |
Docker Hub | TITLE | 0.96+ |
Docker Hub | ORGANIZATION | 0.96+ |
10 plus year | QUANTITY | 0.96+ |
Doron | ORGANIZATION | 0.96+ |
Project Wisdom | TITLE | 0.96+ |
day one | QUANTITY | 0.95+ |
Lego | ORGANIZATION | 0.95+ |
one change | QUANTITY | 0.95+ |
a minute | QUANTITY | 0.95+ |
ACS | TITLE | 0.95+ |
CloudNativeCon '22 | EVENT | 0.94+ |
Kubernetes | TITLE | 0.94+ |
Drew Nielsen, Teleport | KubeCon + CloudNativeCon NA 2022
>>Good afternoon, friends. My name is Savannah Peterson here in the Cube Studios live from Detroit, Michigan, where we're at Cuban and Cloud Native Foundation, Cloud Native Con all week. Our last interview of the day served me a real treat and one that I wasn't expecting. It turns out that I am in the presence of two caddies. It's a literal episode of Caddy Shack up here on Cube. John Furrier. I don't think the audience knows that you were a caddy. Tell us about your caddy days. >>I used to caddy when I was a kid at the local country club every weekend. This is amazing. Double loops every weekend. Make some bang, two bags on each shoulder. Caddying for the members where you're going. Now I'm >>On show. Just, just really impressive >>Now. Now I'm caddying for the cube where I caddy all this great content out to the audience. >>He's carrying the story of emerging brands and established companies on their cloud journey. I love it. John, well played. I don't wanna waste any more of this really wonderful individual's time, but since we now have a new trend of talking about everyone's Twitter handle here on the cube, this may be my favorite one of the day, if not Q4 so far. Drew, not reply. AKA Drew ne Drew Nielsen, excuse me, there is here with us from Teleport. Drew, thanks so much for being here. >>Oh, thanks for having me. It's great to be here. >>And so you were a caddy on a whole different level. Can you tell us >>About that? Yeah, so I was in university and I got tired after two years and didn't have a car in LA and met a pro golfer at a golf course and took two years off and traveled around caddying for him and tried to get 'em through Q School. >>This is, this is fantastic. So if you're in school and your parents are telling you to continue going to school, know that you can drop out and be a caddy and still be a very successful television personality. Like both of the gentlemen at some point. >>Well, I never said my parents like >>That decision, but we'll keep our day jobs. Yeah, exactly. And one of them is Cloud Native Security. The hottest topic here at the show. Yep. I want to get into it. You guys are doing some really cool things. Are we? We hear Zero Trust, you know, ransomware and we even, I even talked with the CEO of Dockets morning about container security issues. Sure. There's a lot going on. So you guys are in the middle of teleport. You guys have a unique solution. Tell us what you guys got going on. What do you guys do? What's the solution and what's the problem you solve? >>So Teleport is the first and only identity native infrastructure access solution in the market. So breaking that down, what that really means is identity native being the combination of secret list, getting rid of passwords, Pam Vaults, Key Vaults, Yeah. Passwords written down. Basically the number one source of breach. And 50 to 80% of breaches, depending on whose numbers you want to believe are how organizations get hacked. >>But it's not password 1 23 isn't protecting >>Cisco >>Right >>Now. Well, if you think about when you're securing infrastructure and the second component being zero trust, which assumes the network is completely insecure, right? But everything is validated. Resource to resource security is validated, You know, it assumes work from anywhere. It assumes the security comes back to that resource. And we take the combination of those two into identity, native access where we cryptographically ev, validate identity, but more importantly, we make an absolutely frictionless experience. So engineers can access infrastructure from anywhere at any time. >>I'm just flashing on my roommates, checking their little code, changing Bob login, you know, dongle essentially, and how frustrating that always was. I mean, talk about interrupting workflow was something that's obviously necessary, but >>Well, I mean, talk about frustration if I'm an engineer. Yeah, absolutely. You know, back in the day when you had these three tier monolithic applications, it was kind of simple. But now as you've got modern application development environments Yeah, multi-cloud, hybrid cloud, whatever marketing term around how you talk about this, expanding sort of disparate infrastructure. Engineers are sitting there going from system to system to machine to database to application. I mean, not even a conversation on Kubernetes yet. Yeah. And it's just, you know, every time you pull an engineer or a developer to go to a vault to pull something out, you're pulling them out for 10 minutes. Now, applications today have hundreds of systems, hundreds of microservices. I mean 30 of these a day and nine minutes, 270 minutes times 60. And they also >>Do the math. Well, there's not only that, there's also the breach from manual error. I forgot to change the password. What is that password? I left it open, I left it on >>Cognitive load. >>I mean, it's the manual piece. But even think about it, TR security has to be transparent and engineers are really smart people. And I've talked to a number of organizations who are like, yeah, we've tried to implement security solutions and they fail. Why? They're too disruptive. They're not transparent. And engineers will work their way around them. They'll write it down, they'll do a workaround, they'll backdoor it something. >>All right. So talk about how it works. But I, I mean, I'm getting the big picture here. I love this. Breaking down the silos, making engineers lives easier, more productive. Clearly the theme, everyone they want, they be gonna need. Whoever does that will win it all. How's it work? I mean, you deploying something, is it code, is it in line? It's, >>It's two binaries that you download and really it starts with the core being the identity native access proxy. Okay. So that proxy, I mean, if you look at like the zero trust principles, it all starts with a proxy. Everything connects into that proxy where all the access is gated, it's validated. And you know, from there we have an authorization engine. So we will be the single source of truth for all access across your entire infrastructure. So we bring machines, engineers, databases, applications, Kubernetes, Linux, Windows, we don't care. And we basically take that into a single architecture and single access platform that essentially secures your entire infrastructure. But more importantly, you can do audit. So for all of the organizations that are dealing with FedRAMP, pci, hipaa, we have a complete audit trail down to a YouTube style playback. >>Oh, interesting. We're we're California and ccpa. >>Oh, gdpr. >>Yeah, exactly. It, it, it's, it's a whole shebang. So I, I love, and John, maybe you've heard this term a lot more than I have, but identity native is relatively new to me as as a term. And I suspect you have a very distinct way of defining identity. How do you guys define identity internally? >>So identity is something that is cryptographically validated. It is something you have. So it's not enough. If you look at, you know, credentials today, everyone's like, Oh, I log into my computer, but that's my identity. No, it's not. Right. Those are attributes. Those are something that is secret for a period of time until you write it down. But I can't change my fingerprint. Right. And now I >>Was just >>Thinking of, well no, perfect case in point with touch ID on your meth there. Yeah. It's like when we deliver that cryptographically validated identity, we use these secure modules in like modern laptops or servers. Yeah. To store that identity so that even if you're sitting in front of your computer, you can't get to it. But more importantly, if somebody were to take that and try to be you and try to log in with your fingerprint, it's >>Not, I'm not gonna lie, I love the apple finger thing, you know, it's like, you know, space recognition, like it's really awesome. >>It save me a lot of time. I mean, even when you go through customs and they do the face scan now it actually knows who you are, which is pretty wild in the last time you wanna provide ones. But it just shifted over like maybe three months ago. Well, >>As long as no one chops your finger off like they do in the James Bond movies. >>I mean, we try and keep it a light and fluffy here on the queue, but you know, do a finger teams, we can talk about that >>Too. >>Gabby, I was thinking more minority report, >>But you >>Knows that's exactly what I, what I think of >>Hit that one outta bounds. So I gotta ask, because you said you're targeting engineers, not IT departments. What's, is that, because I in your mind it is now the engineers or what's the, is always the solution more >>Targeted? Well, if you really look at who's dealing with infrastructure on a day-to-day basis, those are DevOps individuals. Those are infrastructure teams, Those are site reliability engineering. And when it, they're the ones who are not only managing the infrastructure, but they're also dealing with the code on it and everything else. And for us, that is who is our primary customer and that's who's doing >>It. What's the biggest problem that you're solving in this use case? Because you guys are nailing it. What's the problem that your identity native solution solves? >>You know, right out of the backs we remove the number one source of breach. And that is taking passwords, secrets and, and keys off the board. That deals with most of the problem right there. But there are really two problems that organizations face. One is scaling. So as you scale, you get more secrets, you get more keys, you get all these things that is all increasing your attack vector in real time. Oh >>Yeah. Across teams locations. I can't even >>Take your pick. Yeah, it's across clouds, right? Any of it >>On-prem doesn't. >>Yeah. Any of it. We, and we allow you to scale, but do it securely and the security is transparent and your engineers will absolutely love it. What's the most important thing about this product Engineers. Absolutely. >>What are they saying? What are some of those examples? Anecdotally, pull boats out from engineering. >>You're too, we should have invent, we should have invented this ourselves. Or you know, we have run into a lot of customers who have tried to home brew this and they're like, you know, we spend an in nor not of hours on it >>And IT or they got legacy from like Microsoft or other solutions. >>Sure, yeah. Any, but a lot of 'em is just like, I wish I had done it myself. Or you know, this is what security should be. >>It makes so much sense and it gives that the team such a peace of mind. I mean, you never know when a breach is gonna come, especially >>It's peace of mind. But I think for engineers, a lot of times it deals with the security problem. Yeah. Takes it off the table so they can do their jobs. Yeah. With zero friction. Yeah. And you know, it's all about speed. It's all about velocity. You know, go fast, go fast, go fast. And that's what we enable >>Some of the benefits to them is they get to save time, focus more on, on task that they need to work on. >>Exactly. >>And get the >>Job done. And on top of it, they answer the audit and compliance mail every time it comes. >>Yeah. Why are people huge? Honestly, why are people doing this? Because, I mean, identity is just such an hard nut to crack. Everyone's got their silos, Vendors having clouds have 'em. Identity is the most fragmented thing on >>The planet. And it has been fragmented ever since my first RSA conference. >>I know. So will we ever get this do over? Is there a driver? Is there a market force? Is this the time? >>I think the move to modern applications and to multi-cloud is driving this because as those application stacks get more verticalized, you just, you cannot deal with the productivity >>Here. And of course the next big thing is super cloud and that's coming fast. Savannah, you know, You know that's Rocket. >>John is gonna be the thought leader and keyword leader of the word super cloud. >>Super Cloud is enabling super services as the cloud cast. Brian Gracely pointed out on his Sunday podcast of which if that happens, Super Cloud will enable super apps in a new architectural >>List. Please don't, and it'll be super, just don't. >>Okay. Right. So what are you guys up to next? What's the big hot spot for the company? What are you guys doing? What are you guys, What's the idea guys hiring? You put the plug in. >>You know, right now we are focused on delivering the best identity, native access platform that we can. And we will continue to support our customers that want to use Kubernetes, that want to use any different type of infrastructure. Whether that's Linux, Windows applications or databases. Wherever they are. >>Are, are your customers all of a similar DNA or are you >>No, they're all over the map. They range everything from tech companies to financial services to, you know, fractional property. >>You seem like someone everyone would need. >>Absolutely. >>And I'm not just saying that to be a really clean endorsement from the Cube, but >>If you were doing DevOps Yeah. And any type of forward-leaning shift, left engineering, you need us because we are basically making security as code a reality across your entire infrastructure. >>Love this. What about the team dna? Are you in a scale growth stage right now? What's going on? Absolutely. Sounds I was gonna say, but I feel like you would have >>To be. Yeah, we're doing, we're, we have a very positive outlook and you know, even though the economic time is what it is, we're doing very well meeting. >>How's the location? Where's the location of the headquarters now? With remote work is pretty much virtual. >>Probably. We're based in downtown Oakland, California. >>Woohoo. Bay area representing on this stage right now. >>Nice. Yeah, we have a beautiful office right in downtown Oakland and yeah, it's been great. Awesome. >>Love that. And are you hiring right now? I bet people might be. I feel like some of our cube watchers are here waiting to figure out their next big play. So love to hear that. Absolutely love to hear that. Besides Drew, not reply, if people want to join your team or say hello to you and tell you how brilliant you looked up here, or ask about your caddy days and maybe venture a guest to who that golfer may have been that you were CAD Inc. For, what are the best ways for them to get in touch with you? >>You can find me on LinkedIn. >>Great. Fantastic. John, anything else >>From you? Yeah, I mean, I just think security is paramount. This is just another example of where the innovation has to kind of break through without good identity, everything could cripple. Then you start getting into the silos and you can start getting into, you know, tracking it. You got error user errors, you got, you know, one of the biggest security risks. People just leave systems open, they don't even know it's there. So like, I mean this is just, just identity is the critical linchpin to, to solve for in security to me. And that's totally >>Agree. We even have a lot of customers who use us just to access basic cloud consoles. Yeah. >>So I was actually just gonna drive there a little bit because I think that, I'm curious, it feels like a solution for obviously complex systems and stacks, but given the utility and what sounds like an extreme ease of use, I would imagine people use this for day-to-day stuff within their, >>We have customers who use it to access their AWS consoles. We have customers who use it to access Grafana dashboards. You know, for, since we're sitting here at coupon accessing a Lens Rancher, all of the amazing DevOps tools that are out there. >>Well, I mean true. I mean, you think about all the reasons why people don't adopt this new federated approach or is because the IT guys did it and the world we're moving into, the developers are in charge. And so we're seeing the trend where developers are taking the DevOps and the data and the security teams are now starting to reset the guardrails. What's your >>Reaction to that? Well, you know, I would say that >>Over the top, >>Well I would say that you know, your DevOps teams and your infrastructure teams and your engineers, they are the new king makers. Yeah. Straight up. Full stop. >>You heard it first folks. >>And that's >>A headline right >>There. That is a headline. I mean, they are the new king makers and, but they are being forced to do it as securely as possible. And our job is really to make that as easy and as frictionless as possible. >>Awesome. >>And it sounds like you're absolutely nailing it. Drew, thank you so much for being on the show. Thanks for having today. This has been an absolute pleasure, John, as usual a joy. And thank all of you for tuning in to the Cube Live here at CU Con from Detroit, Michigan. We look forward to catching you for day two tomorrow.
SUMMARY :
I don't think the audience knows that you were a caddy. the members where you're going. Just, just really impressive He's carrying the story of emerging brands and established companies on It's great to be here. And so you were a caddy on a whole different level. Yeah, so I was in university and I got tired after two years and didn't have to school, know that you can drop out and be a caddy and still be a very successful television personality. What's the solution and what's the problem you solve? And 50 to 80% of breaches, depending on whose numbers you want to believe are how organizations It assumes the security comes back to that resource. you know, dongle essentially, and how frustrating that always was. You know, back in the day when you had these three tier I forgot to change I mean, it's the manual piece. I mean, you deploying something, is it code, is it in line? And you know, from there we have an authorization engine. We're we're California and ccpa. And I suspect you have a very distinct way of that is secret for a period of time until you write it down. try to be you and try to log in with your fingerprint, it's Not, I'm not gonna lie, I love the apple finger thing, you know, it's like, you know, space recognition, I mean, even when you go through customs and they do the face scan now So I gotta ask, because you said you're targeting Well, if you really look at who's dealing with infrastructure on a day-to-day basis, those are DevOps individuals. Because you guys are nailing it. So as you scale, you get more secrets, you get more keys, I can't even Take your pick. We, and we allow you to scale, but do it securely What are they saying? they're like, you know, we spend an in nor not of hours on it Or you know, you never know when a breach is gonna come, especially And you know, it's all about speed. And on top of it, they answer the audit and compliance mail every time it comes. Identity is the most fragmented thing on And it has been fragmented ever since my first RSA conference. I know. Savannah, you know, Super Cloud is enabling super services as the cloud cast. So what are you guys up to next? And we will continue to support our customers that want to use Kubernetes, you know, fractional property. If you were doing DevOps Yeah. Sounds I was gonna say, but I feel like you would have Yeah, we're doing, we're, we have a very positive outlook and you know, How's the location? We're based in downtown Oakland, California. Bay area representing on this stage right now. it's been great. And are you hiring right now? John, anything else Then you start getting into the silos and you can start getting into, you know, tracking it. We even have a lot of customers who use us just to access basic cloud consoles. a Lens Rancher, all of the amazing DevOps tools that are out there. I mean, you think about all the reasons why people don't adopt this Well I would say that you know, your DevOps teams and your infrastructure teams and your engineers, I mean, they are the new king makers and, but they are being forced to We look forward to catching you for day
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Savannah Peterson | PERSON | 0.99+ |
30 | QUANTITY | 0.99+ |
Drew | PERSON | 0.99+ |
10 minutes | QUANTITY | 0.99+ |
Brian Gracely | PERSON | 0.99+ |
John | PERSON | 0.99+ |
LA | LOCATION | 0.99+ |
Microsoft | ORGANIZATION | 0.99+ |
Drew Nielsen | PERSON | 0.99+ |
two binaries | QUANTITY | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
270 minutes | QUANTITY | 0.99+ |
50 | QUANTITY | 0.99+ |
Savannah | PERSON | 0.99+ |
first | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
two problems | QUANTITY | 0.99+ |
Detroit, Michigan | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
Sunday | DATE | 0.99+ |
two years | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
second component | QUANTITY | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
Teleport | ORGANIZATION | 0.99+ |
Windows | TITLE | 0.99+ |
ORGANIZATION | 0.99+ | |
three tier | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Cloud Native Foundation | ORGANIZATION | 0.99+ |
YouTube | ORGANIZATION | 0.99+ |
both | QUANTITY | 0.99+ |
California | LOCATION | 0.99+ |
tomorrow | DATE | 0.98+ |
two bags | QUANTITY | 0.98+ |
Linux | TITLE | 0.98+ |
One | QUANTITY | 0.98+ |
80% | QUANTITY | 0.98+ |
three months ago | DATE | 0.98+ |
FedRAMP | ORGANIZATION | 0.98+ |
day two | QUANTITY | 0.98+ |
KubeCon | EVENT | 0.98+ |
CloudNativeCon | EVENT | 0.97+ |
Super Cloud | TITLE | 0.97+ |
Gabby | PERSON | 0.96+ |
nine minutes | QUANTITY | 0.96+ |
Cube Studios | ORGANIZATION | 0.95+ |
a day | QUANTITY | 0.95+ |
CU Con | EVENT | 0.95+ |
Double | QUANTITY | 0.94+ |
ORGANIZATION | 0.94+ | |
zero friction | QUANTITY | 0.94+ |
Bob | PERSON | 0.93+ |
Cube | ORGANIZATION | 0.92+ |
Caddy Shack | TITLE | 0.92+ |
Q School | ORGANIZATION | 0.91+ |
single access platform | QUANTITY | 0.91+ |
zero trust | QUANTITY | 0.89+ |
single architecture | QUANTITY | 0.89+ |
60 | QUANTITY | 0.88+ |
downtown Oakland, California | LOCATION | 0.88+ |
teleport | ORGANIZATION | 0.87+ |
Kubernetes | TITLE | 0.87+ |
two caddies | QUANTITY | 0.87+ |
pci | ORGANIZATION | 0.86+ |
each shoulder | QUANTITY | 0.85+ |
Cuban | ORGANIZATION | 0.85+ |
single source | QUANTITY | 0.85+ |
hundreds of microservices | QUANTITY | 0.84+ |
zero trust | QUANTITY | 0.83+ |
Dockets | ORGANIZATION | 0.83+ |
NA 2022 | EVENT | 0.82+ |
CAD Inc. | ORGANIZATION | 0.81+ |
Bay | LOCATION | 0.8+ |
one source | QUANTITY | 0.78+ |
RSA conference | EVENT | 0.78+ |
hundreds of systems | QUANTITY | 0.77+ |
Cloud Native | EVENT | 0.76+ |
Ryan Farris, Anitian | AWS Startup Showcase S2 E4 | Cybersecurity
>>Hey everyone. Welcome to the cubes presentation of the AWS startup showcase. This is season two, episode four, where we continue to talk with the AWS ecosystem partners, this topic, cybersecurity protect and detect against threats. I'm your host, Lisa Martin. I've got a new guest with me. Ryan Ferris joins me the VP of products and engineering at Anisha. Ryan. Welcome to the program. Great to have you. >>Thank you so much for having me. >>So let's dig right in. Why are software vendors turning to Anisha to help them address and access the nearly for over 200 billion market public sector, federal market for cloud services? What is that key event? >>Yeah, it's it. If you know anything about FedRAMP and if you've looked into it, it takes a long time to achieve Fedra. So when customers kind of go into this cold and they're from Mars and they're like, what is bed? They usually find that it's an 18 month journey, maybe a 24 month journey. And so Anisha helps shorten that journey with lower costs and faster time to market. So if you're waiting for our revenue stream from say a government entity, we can get you there faster and get you to a, a state of Fedra certified in a shorter time period. And that's the value problem. >>Faster time to value is critical for organizations. So let's look at this journey as you talked about it, what does the path to compliance look like for specifically for AWS customers with a nation and without help us understand the value add? >>Yeah. So if you're doing it without Angen or if you're just kind of doing it yourself, which some customers choose to do, then they have to go on that journey and kind of learn about three primary things. One thing is how do I just write the entire package? Like there there's a thing called an SSP or a, a system security plan. And that thing is maybe seven or 800 pages long. And you have to offer that all by yourself so you can get help with that or not. That's sort of the academic and, and, and tech writing piece of it. There's another piece of it around what does my environment look like? So as I am ruling out this Fedra solution, what are each piece in my environment that needs to be compliant with Fedra? And it's a voluminous amount of things can be either a dozen or maybe up to a hundred things that you have to tweak and change. So there's a technical deployment store here as well. And then the third thing is keeping you compliant in your AWS environment after you've achieved kind of that readiness state. So the journey does not stop once you achieve Fedra, ATO, it goes on and on and on, and Anisha helps customers kind of maintain and keep them there in that fully compliance state after achieving ATO, >>What's the timeframe for AWS customers in terms of going, alright, we realize we're going on this journey. It's challenging. We need An's help. What's the timeframe to get them actually certified. >>Yeah. We look at the timeframe between the moment you deploy and the moment you start writing about that tech, that Fedra package and when you're audit ready, and in the best case scenario, that could be a few months, right? But you're always, your mileage may vary based on kind of your application readiness and how ready you are to pursue that journey. So the fastest happy path is a few months to audit, audit an audit ready state, but then you have, you kinda have to go through a process whereby you're in the queue for Fedra. And that can kind of take maybe an extra few months, but it really is that that three month accelerated timeframe in the best case scenario, >>Got it. Three months accelerated timeframe. Are there other compliance standards that besides Fedra that you help organizations get compliance with? >>Right. So it's a great question. So FedRAMP in and of itself is just really hard to get to. It's just so many things that you have to do, but if you get to that state, it's based off of a standard called missed 853 specifically rev four, that's kind of a mouthful, but once you achieve that state, there's basically 325 controls that come along with fed moderate. And that buys you a lot of leverage in leeway in mapping and sort of crosswalking to other compliance levels. So if you achieve that state, you buy a lot of, kind of goodness with things that map to either PCI or even HIPAA or SOC two. And, and so you, you kind of get a big benefit and sort of a big bang for your buck by having achieved that, that state for Fedra. >>So from an AWS customer, talk to me about, obviously we talked about the time to value the speed with which you enable organizations to achieve compliance and, and readiness. What what's in it for me in terms of working with a nation as an AWS customer. >>Yeah. For, so for AWS specifically our stack, well, we have kind of two versions of our stack. One is meant for Azure and it's kind of cookie cutter and meant for folks that have an entrenched Azure footprint. The other is it's the majority of our market it's folks that want to in accelerator footprint in AWS. So what's in it for you is that Anan kind of presents something that looks pretty similar to a landing zone, but it's a little bit more peppered with complexity and with tuned configurations. So if you're an AWS customer and let's see you've had an environment for the last 5, 6, 7 years, we help you kind of take that environment and enhance it and become FedRAMP ready in a much faster state. And we are leveraging and utilizing a lot of native AWS core services like ECR, for example, is one we're just starting to lean into AWS inspector for bone scans, those types of things. And then kind of when you get up to that audit, ready state and through ATO, we aggregate a lot of that vulnerability information and vulnerability scanning information into a parable readable, actionable format. And most of those things, those gatherings of data are AWS specific functions that we kind of piggyback on. So we're heavily into cloud trail and, and quite heavy into kind of using the things that are already at our fingertips just by deploying into AWS. >>Yeah. Leveraging what they already are familiar with kind of meeting the customers where they are. I think these days is such an important factor to help organizations make the changes as quickly and dynamically as they need to. >>That's right. Yeah. That's perfect. Yeah. A lot of customers, you know, when, when they start on the journey, they kind of, they, they sort of uncover the, uncover the details around, well, I have an application and this application has existed for six or seven years. How do I get this thing FedRAMP ready? And what does onboarding mean to your stack? We try to make that specific step as easy as possible. So when I'm on the phone with prospects and I'm talking to 'em about embarking on a journey, I kind of get them to a mental model where they treat their application VPC or their application environment as sort of a, and we deploy a separate VPC into their, into their cloud account. And then we peer that information. It's kind of getting into the mechanics a little bit, but we try to make it as easy as possible to start doing the things that we're obliged to do for FedRAMP, for their application, like bone scans and, and operationalization of logging and things like that. And then we pull that information into our AIAN managed BPC. And I think once customers really start to understand and sort of synthesize that mental model, then they kind of have this Baha moment. They're like, oh, okay. Now I, now I really understand how your platform can accelerate this journey into a period that is no more than say two or three months of onboarding >>No more than two or three months. That's, that's a nice kind of guarantee for organizations who are you typically engaging with? Is it the CISO level or are there other folks involved in this conversation? >>Yeah, I, the CISO is probably the best persona to engage with, but it so varies from customer to customer and you never really know who's really gonna, oftentimes it's the CEO or, or sometimes it's a champion that might be the CFO or someone that's incentivized to really start getting market share for federal customers that they don't have access to. That might even be a VP of engineering that we're, that we're conversing with. But most often I think the CISO is central because the CISO of course wants to give in details of what does the staff consist of and exactly how are you helping me with this big burden of continuous monitoring that fed Fedra makes me do. And, and where, where do you fit in that story? So it's usually the CSO, >>Usually the CSO, but some of the other personas that you mentioned sounds like it's definitely a C level or at least a, an executive level conversation. >>It is. Yeah. I'll try to divide that a little bit from my persona. Like I, I run engineering and product. I'm usually dealing with a rather talking to and engaging with the CSO, but the folks that cut the check are either either the CEO or the CFO that really want to widen that kind of revenue stream that they don't have access to. And they're the real decision making personas in this deal. Now, after the decision decision is made, then, you know, they're vetting through VPs of engineering or engineering leaders or the CSO. So like the, the folks that pull the purse strings are usually, you know, the ones that are cutting the check to make this investment that is usually the CSO or rather CEO and the CFO. >>Got it. Okay. So if I'm an AWS customer and I'm on this journey for fed re certification, I've, I've been on it for a while. How do I know it's time to raise my hand or pick up the phone and call Anisha? >>Yeah. You know, some customers that we speak with have already tried to do it and maybe they've failed. Maybe they've been like 12 or 14 months into the journey. And they've said things like, we just don't know how to put the package together, or maybe they've engaged with the third party auditor. And the third party auditor has said, sorry, you guys need to go back to the drawing board or maybe they've missed a good percentage of the technical requirements and they need some consultation and advice or a cookie cutter approach. So it kind of, every journey is different when we are engaging. Sometimes folks are just coming in completely cold or maybe they failed. But the more interesting ones, and I think when we can look a little bit more like heroes are the ones that have tried it, and then a year later they come back, they come back to an, and they want that accelerated goodness. >>Do you have a favorite customer story that you think really articulates the value either from a customer who came in cold or a customer who came in after trying it on their own or with another partner for a year that you think really demonstrates the value that AIAN delivers? >>Yeah. There is a customer story that's sort of top of mind and it's, I think the guy primarily stuck in what tooling I'll anonymize the customer, but this customer kind of chose the wrong level of tooling as they embarked on their journey. And by tooling, I mean, let me get a little bit more specific here. You can't just choose any vulnerability scanner, for instance, if it's a SAS product, or if it's sending data or requests outside of your Fedra boundary, then you're gonna run into trouble. And this reference customer, or this prospect at the time kind of had a lot of friction there. So as they were bumping up against that three Pao deadline, they realized they had a lot of work to do. And we simplified that, that part of the journey substantially for them by essentially selecting and spoon feeding them and, and sort of accelerating that part of the deployment and technical journey for them. And they were very delighted by that part of it. >>When you're talking with customers who are in, in a state of, of change and fluxes, who isn't these days, we've seen the acceleration of digital transformation considerably over the last couple of years. How do you talk with them about a nation as an enabler of their digital transformation overall? >>Yeah. Digital transformation. It's a, it's a broad word. Isn't it like for, for customers that are moving from an on-prem world into the cloud world, you have this great opportunity to kind of start from scratch. And so for Anisha, we are deploying and maybe not start from scratch, but when you're moving from an on-prem environment into the cloud, your footprint, you have this really nice opportunity to embrace more of AWS core services and to kind of rebuild things, kind of make your architecture drastically improved, or like look different to be more supportable and like less operational overhead. And so when an nation presents itself as sort of this platform in a walled garden environment, some customers have this aha moment that like, if you're gonna move either a portion of your environment or a specific application to the cloud, AIAN really helps you establish that security within that boundary and that footprint in a, in a much more accelerated fashion, then if you were selecting each part of your security infrastructure and then trying to implement it by hand, and that's kind of where we shine. >>Got it. We talked about the personas that you're typically engaging with depending on the organization, but how do you help enterprise companies who say Anisha, we wanna improve DevOps efficiency. We wanna get our applications secure that are running on AWS and those that we may wanna move to AWS in the future. >>Yeah. This gets into futures a little bit, but part of our roadmap, a little bit of a, a kind of a look around the corner for our roadmap is that since we know so much about the FedRAMP environment and FedRAMP moderate and the standard called this 853, it's a really powerful security view. And it's also a really powerful compliance view. So, you know, as I was saying before that, if you achieve a lot of depth and excellence in nest 853, it buys you a lot of kind of crosswalk and applicability for SOC two and HIPAA and PCI. So for DevOps organizations and for just engineering organizations that want more pre-pro insight, there's no reason why you can't just deploy our platform and our stack in a pre fraud environment to get that security signaling such that you can catch things early and prevent maybe spillage or leakage or security issues to go into production. So one of the things that we're doing on a roadmap is a, a feature that we call compliance insights, whereby we present a frame of missed 853 RAV4 that you can deploy into any environment. And that particularly helps the DevOps role by saying, well, if I just, for example, exposed an S3 bucket to world, then I can catch that configuration, that compliance product and catch it, trap it and fix before it leaks out to. >>So you talked a little bit about kind of some of the things that are coming up on a, on the product side, what's next for Anisha, as we look at we're rounding out calendar year 22 coming into 2023, there's still so much change in the market. We've got to embrace that. What's next for the company. What can we expect from the VP of products and engineering? >>Yeah, I think in two, two big areas here, we're gonna double down on our Fedra offering offering, and just continuously improve it and improve it. We're pretty tempted to lean in more heavily to CMMC. We hear a lot about CMMC kind of on the periphery, but we just haven't quite felt the market pressure to really go after that. But there's definitely something there. And I would anticipate some offering that maps to that specific compliance that, that compliance framework. And then in the enterprise, we just month after month, we discuss more about how we can create more flexibility in our platform, such that commercial customers can get more of that goodness, and sort of more of that consolidation and time to market, particularly for small and mid-sized customers. So we'll be releasing more of those pieces of functionality in 2023 as well. >>So the commercial folks be on the lookout for that. >>Yes, absolutely. That's a huge untapped market for us. We're super excited about it and we'll be a little cagey on in our plans until we kind of get through this early availability period and then probably make a bigger splash in the first half of 2023. >>That sounds appropriate. Where can the audience go to learn more about what you guys are doing and maybe get ahead on some of those teaser that you just mentioned? >>Yeah. I think our marketing folks will push out more data sheets and marketing material on what's to come. And if you ever wanted to be part of this early availability program that I just discussed, or that I mentioned, you can always go to anan.com and ping us, and we'd be happy to have a conversation with you and we'll lift up the hood and allow you to look under there for, and just carry on the conversation around what's to come. >>All right, getting a peek of what's under the hood. That's always exciting, Ryan, thank you for joining me on this program. AWS startup showcase. We appreciate your time, your insights and a peek into what's going on at Anisha. >>Awesome. It was a pleasure. Thank you so much. >>Likewise. We wanna thank you for watching the AWS startup showcase for Ryan Ferris. I'm Lisa Martin stick right here on the, for great content coming your way. Take care.
SUMMARY :
Ryan Ferris joins me the VP of products and engineering at Anisha. What is that key And so Anisha helps shorten that journey with lower costs and faster time to market. this journey as you talked about it, what does the path to compliance look like for specifically And then the third thing is keeping you compliant in your AWS What's the timeframe to get them actually certified. few months to audit, audit an audit ready state, but then you have, Fedra that you help organizations get compliance with? And that buys you a lot of leverage in leeway in mapping and So from an AWS customer, talk to me about, obviously we talked about the time to value the speed with which for the last 5, 6, 7 years, we help you kind of take that environment and enhance I think these days is such an important factor to help organizations make the changes as It's kind of getting into the mechanics a little bit, but we try Is it the CISO level or are there other folks involved in this conversation? or sometimes it's a champion that might be the CFO or someone that's incentivized to really Usually the CSO, but some of the other personas that you mentioned sounds like it's definitely a C level Now, after the decision decision is made, then, you know, they're vetting through VPs How do I know it's time to raise my hand or pick up the phone and call Anisha? And the third party auditor has said, sorry, you guys need to go back to the drawing board or and sort of accelerating that part of the deployment and technical journey for How do you talk with them about a nation as an enabler of their digital a specific application to the cloud, AIAN really helps you establish that security but how do you help enterprise companies who say Anisha, we wanna improve DevOps efficiency. And that particularly helps the DevOps role by saying, So you talked a little bit about kind of some of the things that are coming up on a, on the product side, kind of on the periphery, but we just haven't quite felt the market pressure to really go after that. That's a huge untapped market for us. Where can the audience go to learn more about what you guys are doing and maybe get program that I just discussed, or that I mentioned, you can always go to anan.com That's always exciting, Ryan, thank you for joining me on this program. Thank you so much. We wanna thank you for watching the AWS startup showcase for
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
12 | QUANTITY | 0.99+ |
18 month | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
seven | QUANTITY | 0.99+ |
Ryan Ferris | PERSON | 0.99+ |
24 month | QUANTITY | 0.99+ |
Ryan | PERSON | 0.99+ |
six | QUANTITY | 0.99+ |
Ryan Farris | PERSON | 0.99+ |
2023 | DATE | 0.99+ |
14 months | QUANTITY | 0.99+ |
Mars | LOCATION | 0.99+ |
three months | QUANTITY | 0.99+ |
AIAN | ORGANIZATION | 0.99+ |
each piece | QUANTITY | 0.99+ |
seven years | QUANTITY | 0.99+ |
Anisha | PERSON | 0.99+ |
three month | QUANTITY | 0.99+ |
Anitian | PERSON | 0.99+ |
Three months | QUANTITY | 0.99+ |
800 pages | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
One thing | QUANTITY | 0.98+ |
two big areas | QUANTITY | 0.98+ |
a year later | DATE | 0.98+ |
CMMC | ORGANIZATION | 0.98+ |
SOC two | TITLE | 0.98+ |
SAS | ORGANIZATION | 0.98+ |
a dozen | QUANTITY | 0.98+ |
third thing | QUANTITY | 0.97+ |
each part | QUANTITY | 0.97+ |
two versions | QUANTITY | 0.97+ |
6 | QUANTITY | 0.97+ |
Fedra | ORGANIZATION | 0.97+ |
Fedra | TITLE | 0.97+ |
a year | QUANTITY | 0.96+ |
Anisha | ORGANIZATION | 0.95+ |
325 controls | QUANTITY | 0.95+ |
FedRAMP | ORGANIZATION | 0.94+ |
Azure | TITLE | 0.93+ |
ECR | TITLE | 0.92+ |
one | QUANTITY | 0.92+ |
first half of 2023 | DATE | 0.9+ |
One | QUANTITY | 0.9+ |
PCI | TITLE | 0.89+ |
5 | QUANTITY | 0.86+ |
rev four | OTHER | 0.85+ |
7 years | QUANTITY | 0.84+ |
ATO | TITLE | 0.84+ |
over 200 billion market | QUANTITY | 0.84+ |
a hundred things | QUANTITY | 0.83+ |
three primary things | QUANTITY | 0.83+ |
853 | OTHER | 0.82+ |
up | QUANTITY | 0.79+ |
FedRAMP | TITLE | 0.79+ |
episode four | OTHER | 0.79+ |
anan.com | OTHER | 0.76+ |
Merritt Baer, AWS & Shariq Qureshi, Deloitte | AWS re:Inforce 2022
Okay. We're back at AWS reinforced 2022. My name is Dave Vellante, and this is the cube we're here in Boston, home of lobster and CDA. And we're here, the convention center where the cube got started in 2010, Shariq Qureshi is here the senior manager at Deloitte and two LL P and merit bear is back on the cube. Good to see >>You guys can't keep me away, >>Right? No. Well, we love having you on the cube shark set up your role at, at Deloitte and toosh what do you actually, what's your swim lane, if you will. >>Yeah, sure. You know, I spend, I wear a lot of hats. I spend a lot of time in the assurance, the controls advisory audit type of role. So I spend our time, a lot of time working with our clients to understand, you know, regulatory requirements, compliance requirements, and then controls that they need to have in place in order to address risks, technology risks, and ultimately business risks. >>So I like to put forth premise, you know, when I walk around a show like this and come up with some observations and then I like to share 'em and then people like me. Well, you know, maybe so help me course correct. My epiphany at this event is the cloud is becoming the first line of defense. The CISO at your customers is now the second line of defense. I think audit is maybe the th third line of defense. Do, do you buy that the sort of organizational layered approach? >>No, because in fact, what we're here to talk about today is audit manager, which is integrated, right? Like if you're doing so the whole notion of cloud is that we are taking those bottom layers of the stack, right? So the concrete floors up through layer for the hypervisor, the, the racks and stacks and HVAC and guards and gates up through the hypervisor, right? Our, our proprietary hardware nitro ecosystem, which has security inheritance is okay upon that. We are then virtualized. Right? And so what we're really talking about is the ways that audit looks different today, that you can reason about what you're doing. So you're doing infrastructure as code. You can do securities code, you can do compliances code, and that's the beauty of it. So like for better, or in your case for worse in your analogy, you know, these are integrated, these are woven together and they are an API call >>Seamless. >>It, it is like easy to describe, right? I mean, like you can command line knowledge about your resources. You can also reason about it. So like, this is something that's embedded, for example, an inspector you can do network reachability know whether you have an internet facing endpoint, which is a PCI, you know, requirement, but that'll be dashboarded in your security hub. So there's the cloud is all the stuff we take away that you don't have to deal with. And also all the stuff that we manage on top of it that then you can reason about and augment and, and take action on. >>Okay. So at the same time you can't automate the audit entirely. Right? So, but, but talk about the challenges of, of, of, of automating and auditing cloud environment. >>Yeah. I mean, when I look at cloud, you know, organizations move to take advantage of cloud characteristics and cloud capabilities, right? So elasticity, scalability is one of them. And, you know, for market conditions, business, business outcomes, you know, resources expand and contract. And one of the questions that we often get as an auditor is how do you maintain a control environment for resources that weren't there yesterday, but are there today, or that are, that are no longer there and that are there today. So how do you maintain controls and how do you maintain security consistently uniformly throughout an audit environment? It's not there. So that's a challenge auditors, you know, historically when you look at the on-prem environment, you have servers that are there, it's a physical, it's a physical box. You can touch it and see it. And if it goes down, then, you know, it's still there. You can hug >>It if you're some people >>It's still there. So, but you know, with, you know, with cloud things get torn down that you don't see. So how do you maintain controls? That's, you know, it, one challenges, it >>Sounds like you're describing a CMDB for audit. >>I mean, that's a, that's an outcome of having, you know, getting good controls of having a CMDB to keep track and have an inventory of your assets. >>But the problem with CMDB is they're out of date, like so, so quickly, is it different in the cloud world? >>Yeah, exactly. I mean, yes. And yes, they are outta date. Cuz like anything static will be manual and imprecise, like it's gonna be, did John go calculate, like go count how many servers we have. That's why I was joking about server huggers versus like virtualizing it. So you put out a call and you know, not just whether it exists, but whether it's been patched, whether it's, you know, like there are ways that we can reason about what we've done, permissioning pruning, you know, like, and these, by the way, correspond to audit and compliance requirements. And so yes, we are not like there, it's not a click of a, whatever, a snap of the fingers, right. It takes work to translate between auditors and us. And it also takes work to have customers understand how they can augment the way that they think about compliance. But a lot of this is just the good stuff that they already need to be doing, right? Knowing internet facing endpoints or whatever, you know, like pruning permissioning. And there's a lot of ways that, you know, access analyzer, for example, these are automated reasoning tools that come from our formal reasoning group, automated reason group that's in identity. Like they, computers can reason about things in ways that are more complex, as long as it can be resolved. It's like EEU utility in mathematics. You don't go out and try to count every prime number. We accept the infinitude of primes to be true. If you believe in math, then we can reason about it. >>Okay. So hearing that there's a changing landscape yeah. In compliance shift from a lot of manual work to one that's much more highly automated, maybe not completely integrated and seamless. Right. But, but working in that direction, right. Yeah. Is that right? And maybe you could describe that in a little bit more detail, how that, you know, journey has progressed. >>I mean, just the fact alone that you have, you know, a lot of services, a lot of companies that are out there that are trying to remove the manual component and to automate things, to make things more efficient. So then, you know, developers can develop and we can be more agile and to do the things that, you know, really what the core competencies are of the business to remove those manual, you know, components to take out the human element and there's a growing need for it. You know, like we always look at security as, you know, like a second class citizen, we don't take advantage of, you know, the, you know, the opportunities that we need to, to do to maintain controls. So, you know, there's an opportunity here for us to look at and, and automate compliance, to automate controls and, and to make things, you know, seamless >>As a fun side benefit, you will actually hopefully have improved your actual security and also retain your workforce because people don't wanna be doing manual processes. You know, they wanna be doing stuff that humans are designed for, which is creative thinking, innovation, you know, creating ways to make new pathways instead of just like re walking these roads that a computer can analyze, >>You mentioned audit manager, what is that? I mean, let's give a plug for the product or the service. What's that all about what problems does it solve? Let's get >>Into that. Yeah. I mean, audit manager is a first of its kind service. You're not gonna find this offered through any other hyperscaler it's specifically geared and tailored towards the second line, which is security and compliance and a third line function, which is internal audit. So what is it looking to do and what is it looking to address some of those challenges working in a cloud space working, and if you have a cloud footprint. So for example, you know, most organizations operate in a multi account strategy, right? You don't just have one account, but how do you maintain consistency of controls across all your accounts? Auto manager is a service that can give, you know, kind of that single pane of view that to see across your entire landscape, just like a cartographer has a map to see, you know, the entire view of what he's designing auto managers does the same thing only from a cloud perspective. So there's also other, you know, features and capabilities that auto managers trying to integrate, you know, that presents challenges for those in compliance those in the audit space. So, you know, most companies, organizations they have, you know, not just one framework like SOC two or GDPR, high trust, HIPAA PCI, you know, you can select an industry accepted framework and evaluate your cloud consumption against, you know, an industry accepted framework to see where you stand in terms of your control posture, your security hygiene, >>And that's exclusive to AWS. Is that what you're saying? You won't find that on any other hyper scale >>And you'll find similarities in other products, but you won't find something that's specifically geared towards the second line and third line. There's also other features and capabilities to collect evidence, which is, I don't see that in the marketplace. >>Well, the only reason I ask that is because, you know, you, everybody has multiple clouds and I would love, I would love a, you know, an audit manager that's, that's span that transcends, you know, one cloud, is that possible? Or is that something that is just not feasible because of the, the, the deltas between clouds? >>I mean, anything's possible with the APIs right now, the way that, you know, you have to ingrain in, right. There's, you know, a, a feature that was introduced recently for audit manager was the ability to pull in APIs from third party sources. So now you're not just looking, looking exclusively at one cloud provider, you're looking at your entire digital ecosystem of services, your tools, your SA solutions that you're consuming to get a full, comprehensive picture of your environment. >>So compliance, risk, audit security, they're like cousins that are all sort of hanging out on the same holiday, but, but they're different. Like what help us understand and squint through those different disciplines. >>Yeah. I mean, each of them have, you know, a different role and a hat to wear. So internal audit is more of your independent arm of management working or reporting directly towards, you know, to the audit committee or to the board to give an independent view on company control and posture security and compliance works with management to help design the, that there that are intended to prevent, detect, or even correct, you know, controls, breakdowns, you know, those action, those action verb items that you wanna prevent unauthorized access, or you wanna restrict changes from making its way into production unless it's approved and, and documented and tracked and so on and so forth. So each, you know, these roles they're very similar, but they're also different in terms of what their function is. >>How are customers dealing with regional differences? You mentioned GDPR, different regulations, data sovereignty, what are the global nuances and complexities that, that, that cloud brings. And how are you addressing those? >>Yeah. Merit, I don't know if you had any thoughts on that one. >>I mean, I think that a lot of what, and this will build off of your response to the sort of Venn diagrams of security and risk and compliance and audit. I think, you know, what we're seeing is that folks care about the same stuff. They care about privacy. They care about security. They care about incentivizing best practices. The form that that takes when it's a compliance framework is by definition a little bit static over time. Whereas security tends to be more quickly evolving with standards that are like industry standards. And so I think one of the things that, you know, all these compliance frameworks have in, in mind is to go after those best practices, the forms that they take may take different forms. You know what I mean? And so I, I see them as hopeful in the motivation sense that we are helping entities get the wherewithal, they need to grow up or mature or get even more security minded. I think there are times that they feel a little clunky, but you know, that's just Frank. Yeah. >>It, it, it can audit manager sort of help me solve that problem. Is that the intent? And I see what you're saying, merit, that there security is at a different pace than, than, you know, GDPR, a privacy, you know, person, >>Right. I mean, like security says, we want this outcome. We want to have, you know, data be protected. The compliance may say, it must be this particular encryption standard. You know what I mean? Like the form I see things taking over time will evolve and, and feels dynamic. Whereas I think that sometimes when we think about compliance and it's exactly why we need stuff like audit manager is to like help manage exactly what articulation of that are we getting in this place at this time for this regulated industry? And like almost every customer I have is regulated. If you're doing business, you're probably in PCI, right. >>And there's never just one silver bullet. So security is, is a number of things that you're gonna do, the number of tools that you're gonna have. And it's often the culture in, in what you develop in your people, your process and technology. So auto manager is one of the components of robust strategy on how to address security. >>But it's also one of those things where like, there are very few entities, maybe Deloitte is one that are like built to do compliance. They're built to do manufacturing, automotive hospitality. Yeah. You know, like they're doing some other industry as their industry. Right. And we wanna let them have less lag time as they make sure that they can do that core business. And the point is to enable them to move our, I mean like sure. I think that folks should move to the pod because of security, but you don't have to, you should move because it enables your business. And this is one of the ways in which it just like minimizes, you know, like whatever our tailwinds lagging or push it anyway, it pushes you. Right. I mean, like it minimizes the lag >>Definitely tailwind. So are you suggesting merit that you can inject that industry knowledge and specificity into things like audit manager and, and actually begin to automate that as, and of course Deloitte has, you know, industry expertise char, but, but, but how should we think about that? >>I mean, you're gonna, you're gonna look at your controls comprehensively a across the board. So if you operate in an industry, you're gonna look to see like, what's, what's important for you. What do you have to, you know, be mindful of? So if you have data residency concerns, you wanna make sure that you've tailored your controls based on the risks that you're addressing. So if there's a framework >>And remember that you can go in the console and choose what region you're, you know, like we never remove your data from your region that you have chosen, you know, like this is, there's an intentionality and an ability to do this with a click of a mouse or with an API call that's, you know, or with a cloud formation template. That's like, there is a deliberateness there. There's not just like best wishes. >>You know, >>ESG is in scope. I presume, you know, helping the CISO become more green, more diverse. Increasingly you're seeing ESG reports come out from major organizations. I presume that's part of the compliance, but maybe not, maybe it hasn't seeped in yet. Are you seeing >>For that? I think it's still a new service auto manager. It's still, you know, being developed, but, you know, continuous feedback to make sure that, you know, we're covering a, a broad range of services and, and, and those considerations are definitely in the scope. Yeah. >>I mean, are you hearing more of that from >>Clients? So, I mean, we have an internal commitment to sustainability, right. That has been very publicly announced and that I'm passionate about. We also have some other native tools that probably, you know, are worth mentioning here, like security hub that does, you know, CIS benchmarking and other things like that are traffic lighted in their dashboard. You know, like there are ways a lot of this is going to be the ways that we can take what might have been like an ugly ETL process and instead take the managed ness on top of it and, and consume that and allow your CISO to make high velocity decision, high velocity, high quality decisions. >>What's the relationship between your two firms? How do you work >>To I'm like we just met. >>Yeah. I sense that, so is it, is it, how do you integrate, I guess is >>A question. Yeah. I mean, I mean, from the audit perspective, our perspective, working with clients and understanding, you know, their requirements and then bringing the service audit manager from the technical aspect and how we can work together. So we have a few use cases, one we've working with the tech company who wanted to evaluate, you know, production workload that had content, you know, critical client information, client data. So they needed to create custom controls. We were working with them to create custom controls, which auto manager would evaluate their environment, which would, you know, there's a reporting aspect of it, which was used to, you know, to present to senior leadership. So we were working together with AWS and on helping craft what those custom controls were in implement at the customer. >>Yeah. I mean, among other things, delight can help augment workforce. It can help folks interpret their results when they get outputs and act upon them and understand industry standards for responsiveness there. I mean, mean like it's a way to augment your approach by, you know, bringing in someone who's done this before. >>Yeah. Cool, cool. Collaboration on a topic that's generally considered, sorry. Don't, don't hate me for saying this boring, but really important. And the fact that you're automating again makes it a lot more interesting guys. Excellent. Thanks for your sharp first time on the cube. Thank you. Absolutely on, appreciate it. Rapidly. Becoming a VIP. Thanks. Coming on. Hey, I'll take it. All right. Keep it right there. Thank you. This is Dave ante for the cube. You're watching our coverage of AWS reinforce 2022 from Boston. We'll be right back.
SUMMARY :
on the cube. No. Well, we love having you on the cube shark set up your role at, a lot of time working with our clients to understand, you know, regulatory requirements, compliance requirements, So I like to put forth premise, you know, when I walk around a show like this and come up with some observations and that you can reason about what you're doing. facing endpoint, which is a PCI, you know, requirement, but that'll be dashboarded in your security So, but, but talk about the challenges of, of, of, So that's a challenge auditors, you know, historically when you look So, but you know, with, you know, with cloud things get torn down that you don't see. I mean, that's a, that's an outcome of having, you know, getting good controls And there's a lot of ways that, you know, And maybe you could describe that in a little bit more detail, how that, you know, I mean, just the fact alone that you have, you know, a lot of services, a lot of companies that designed for, which is creative thinking, innovation, you know, creating ways to I mean, let's give a plug for the product or the service. you know, an industry accepted framework to see where you stand in terms of your control posture, Is that what you're saying? There's also other features and capabilities to collect evidence, I mean, anything's possible with the APIs right now, the way that, you know, you have to ingrain in, So compliance, risk, audit security, detect, or even correct, you know, controls, breakdowns, you know, those action, And how are you addressing those? I think there are times that they feel a little clunky, but you know, you know, GDPR, a privacy, you know, person, We want to have, you know, And it's often the culture in, in what you develop in your people, And this is one of the ways in which it just like minimizes, you know, like whatever our tailwinds you know, industry expertise char, but, but, but how should we think about that? So if you operate in an industry, you're gonna look to see like, what's, what's important for And remember that you can go in the console and choose what region you're, you know, like we never remove your data from your region I presume, you know, helping the CISO but, you know, continuous feedback to make sure that, you know, we're covering a, a broad range of services other native tools that probably, you know, are worth mentioning here, like security hub that does, how do you integrate, I guess is which would, you know, there's a reporting aspect of it, which was used to, you know, I mean, mean like it's a way to augment And the fact that you're automating again makes it a lot
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
2010 | DATE | 0.99+ |
Boston | LOCATION | 0.99+ |
Shariq Qureshi | PERSON | 0.99+ |
Merritt Baer | PERSON | 0.99+ |
two firms | QUANTITY | 0.99+ |
second line | QUANTITY | 0.99+ |
GDPR | TITLE | 0.99+ |
Frank | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
each | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
one account | QUANTITY | 0.99+ |
third line | QUANTITY | 0.99+ |
2022 | DATE | 0.99+ |
Dave | PERSON | 0.99+ |
John | PERSON | 0.99+ |
first line | QUANTITY | 0.99+ |
first time | QUANTITY | 0.98+ |
SOC two | TITLE | 0.98+ |
ESG | TITLE | 0.96+ |
Merit | PERSON | 0.96+ |
single | QUANTITY | 0.96+ |
one cloud | QUANTITY | 0.89+ |
third line function | QUANTITY | 0.88+ |
one cloud provider | QUANTITY | 0.88+ |
first | QUANTITY | 0.87+ |
one silver bullet | QUANTITY | 0.87+ |
CMDB | ORGANIZATION | 0.86+ |
HIPAA PCI | TITLE | 0.85+ |
one challenges | QUANTITY | 0.82+ |
EEU | TITLE | 0.8+ |
CDA | ORGANIZATION | 0.75+ |
two LL P | QUANTITY | 0.75+ |
2022 | TITLE | 0.74+ |
one framework | QUANTITY | 0.73+ |
forth premise | QUANTITY | 0.68+ |
questions | QUANTITY | 0.47+ |
James Arlen, Aiven | AWS Summit New York 2022
(upbeat music) >> Hey, guys and girls, welcome back to New York City. Lisa Martin and John Furrier are live with theCUBE at AWS Summit 22, here in The Big Apple. We're excited to be talking about security next. James Arlen joins us, the CISO at Aiven. James, thanks so much for joining us on theCUBE today. >> Absolutely, it's good to be here. >> Tell the audience a little bit about Aiven, what you guys do, what you deliver, and what some of those differentiators are. >> Oh, Aiven. Aiven is a fantastic organization. I'm actually really lucky to work there. It's a database as a service, managed databases, all open source. And we're capital S, serious about open source. So 10 different open source database products delivered as a platform, all managed services, and the game is really about being the most performant, secure, and compliant database as a service on the market, friction free for your developers. You don't need people worrying about how to run databases. You just want to be able to say, here, take care of my data for me. And that's what we do. And that's actually the differentiator. We just take care of it for you. >> Take care of it for you, I like that. >> So they download the open source. They could do it on their own. So all the different projects are out there. >> Yeah, absolutely. >> What do you guys bringing to the table? You said the managed service, can you explain that. >> Yeah, the managed service aspect of it is, really, you could install the software yourself. You can use Postgres or Apache Kafka or any one of the products that we support. Absolutely you can do it yourself. But is that really what you do for a living, or do you develop software, or do you sell a product? So we take and do the hard work of running the systems, running the equipment. We take care of backups, high availability, all the security and compliance things around access and certifications, all of those things that are logging, all of that stuff that's actually difficult to do, well and consistently, that's all we do. >> Talk about the momentum, I see you guys were founded in what? 2016? >> Yes. >> Just in May of '22, raised $210 million in series D funding. >> Yes. >> Talk about the momentum and also from your perspective, all of the massive changes in security. >> It's very interesting to work for a company where you're building more than 100% growth year over year. It's a powers of two thing. Going from one to two, not so scary, two to four, not so scary. 512 to 1024, it's getting scary. (Lisa chuckles) 1024 to 2048, oh crap! I've been with Aiven for just almost two years now, and we are less than 70 when I started, and we're near 500 now. So, explosive growth is very interesting, but it's also that, you're growing within a reasonable burn rate boundary as well. And what that does from a security perspective, is it leaves you in the position that I had. I walked in and I was the first actual CISO. I had a team of four, I now have a team of 40. Because it turns out that like a lot of things in life, as you start unpacking problems, they're kind of fractal. You unpack the problem, you're like oh, well I did deal with that problem, but now I got another problem that I got to deal with. And so there's, it's not turtles all the way down. >> There's a lot of things going on and other authors, survive change. >> And there's fundamental problems that are still not fixed. And yet we treat them like they're fixed. And so we're doing a lot of hard work to make it so that we don't have to do hard work ongoing. >> And that's the value of the managed service. >> Yes. >> Okay, so talk about competition. Obviously, we had ETR on which is Enterprise Research Firm that we trust, we like. And we were looking at the data with the headwinds in the market, looking at the different players like got Amazon has Redshift, Snowflake, and you got Azure Sequence. I think it's called one of those products. The money that's being shifted from on premise data where the old school data warehouse like terra data and whatnot, is going first to Snowflake, then to Azure, then to AWS. Yes, so that points to snowflake being kind of like the bell of the ball if you will, in terms of from a data cloud. >> Absolutely. >> How do you compete with them? What's the pitch 'Cause that seemed to be a knee-jerk reaction from the industry. 'Cause snowflake is hot. They have a good value product. They have a smart team, Databrick is out there too. >> Yeah I mean... >> how do you guys compete against all that. >> So this is that point where you're balancing the value of a specific technology, or a specific technology vendor. And am I going to be stuck with them? So I'm tying my future to their future. With open source, I'm tying my future to the common good right. The internet runs on open source. It doesn't run on anything closed. And so I'm not hitching my wagon to something that I don't control. I'm hitching it to something where, any one of our customers could decide. I'm not getting the value I need from Aiven anymore. I need to go. And we provide you with the tools necessary, to move from our open source managed service to your own. Whether you go on-prem or you run it yourself, on a cloud service provider, move your data to you because it's your data. It's not ours. How can I hold your data? It's like weird extortion ransoming thing. >> Actually speaking, I mean enterprise, it's a big land grab 'cause with cloud you're horizontally scalable. It's a beautiful thing, open source is booming. It's going in Aiven, every day it's just escalating higher and higher. >> Absolutely. >> It is the software business. So open is open. Integration and scale seems to be the competitive advantage. >> Yeah. >> Right. So, how do you guys compete with that? Because now you got open source. How do you offer the same benefits without the lock in, or what's the switching costs? How do you guys maintain that position of not saying the same thing in Snowflake? >> Because all of the biggest data users and consumers tend to give away their data products. LinkedIn gave away their data product. Uber gave away their data product, Facebook gave away their data product. And we now use those as community solutions. So, if the product works for something the scale of LinkedIn, or something the scale of Uber. It will probably work for you too. And scale is just... >> Well Facebook and LinkedIn, they gave away the product to own the data to use against you. >> But it's the product that counts because you need to be able to manipulate data the way they manipulate data, but with yours. >> So low latency needs to work. So horizontally, scalable, fees, machine learning. That's what we're seeing. How do you make that available? Customers want on architecture? What do you recommend? Control plane, data plane, how do you think about that? >> It's interesting. There's architectural reasons to think about it in terms like that. And there's other good architectural reasons to not think about it. There's sort of this dividing line in the cloud, where your cloud service provider, takes over and provides you with the opportunity to say, I don't know. And I don't care >> As long as it's secure >> As long as it's secure absolutely. But there's sort of that water line idea, where if it's below the water line, let somebody else deal. >> What is in the table stakes? 'Cause I like that approach. I think that's a good value proposition. Store it, what boxes have to be checked? Compliance, secure, what are some of the boxes? >> You need to make sure that you've taken care of all of the same basics if you are still running it. Remember you can't absolve yourself of your duty to your customer. You're still on the hook. So, you have to have backups. You have to have access control. You have to understand who's administering it, and how and what they're doing. Good logging, good comprehension there. You have to have anomaly detection, secure operations. You have to have all those compliance check boxes. Especially if you're dealing with regulated data type like PCI data or HIPAA health data or you know what there's other countries besides the United States, there's other kinds of of compliance obligations there. So you have to make sure that you've got all that taken into account. And remember that, like I said, you can't absolve yourself with those things. You can share responsibilities. But you can't walk away from that responsibility. So you still have to make sure that you validate that your vendor knows what they're talking about. >> I wanted to ask you about the cybersecurity skills gap. So I'm kind of giving a little segue here, because you mentioned you've been with Aiven for about two years. >> Almost. >> Almost two years. You've started with a team of four. You've grown at 10X in less than two years. How have you accomplished that, considering we're seeing one of the biggest skills shortages in cyber in history. >> It's amazing, you see this show up in a lot of job Ads, where they ask for 10 years of experience in something that's existed for three years. (John Furrier laughs) And it's like okay, well if I just be logical about this I can hire somebody at less than the skill level that I need today, and bring them up to that skill level. Or I can spend the same amount of time, hoping that I'll find the magical person that has that set of skills that I need. So I can solve the problem of the skills gap by up-skilling the people that I hire. Which is strangely contrary to how this thing works. >> The other thing too, is the market's evolving so fast that, that carry up and pulling someone along, or building and growing your own so to speak is workable. >> It also really helps us with a bunch of sustainability goals. It really helps with anything that has to do with diversity and inclusion, because I can bring forward people who are never given a chance. And say, you know what? You don't have that magical ticket in life, but damn you know what you're talking about? >> It's a classic pedigree. I went to this school, I studied this degree. There's no degree if have to stop a hacker using state of the art malware. (John Furrier laughs) >> Exactly. What I do today as a job, didn't exist when I was in post-secondary at all. >> So when you hire, what do you look for? I mean obviously problem solving. What's your kind of algorithm for hiring? >> Oh, that's a really interesting question. The quickest sort of summary of it is, I'm looking for not a jerk. >> Not a jerk. >> Yeah. >> Okay. >> Because it turns out that the quality that I can't fix in a candidate, is I can't fix whether or not they're a jerk, but I can up-skill them, I can educate them. I can teach them of a part of the world that they've not had any interaction with. But if they're not going to work with the team, if they're going to be, look at me, look at me. If they're going to not have that moment of, I have this great job, and I get to work today. And that's awesome. (Lisa Martin laughs) That's what I'm trying to hire for. >> The essence of this teamwork is fundamental. >> Collaboration. >> Cooperation. >> Curiosity. >> That's the thing yeah, absolutely. >> And everybody? >> Those things, oh absolutely. Those things are really, really hard to interview for. And they're impossible to fix after the fact. So that's where you really want to put the effort. 'Cause I can teach you how to use a computer. I mean it's hard, but it's not that hard. >> Yeah, yeah, yeah. >> Well I love the current state of data management. Good overview, you guys are in the good position. We love open source. Been covering it for, since theCUBE started. It continues to redefine more and more the industry. It is the software industry. Now there's no debate about that. If people want to have that debate, that's kind of waste of time, but there are other ways that are happening. So I have to ask you. As things are going forward with innovation. Okay, if opensource is going to be the software industry. Where's the value? >> That's a fun question wow? >> Is it going to be in the community? Is it the integration? Is it the scale? If you're open and you have low switching costs... >> Yeah so, when you look at Aiven's commitment to open source, a huge part of that is our open source project office, where we contribute back to those core products, whether it's parts of the Apache Foundation, or Postgres, or whatever. We contribute to those, because we have staff who work on those products. They don't work on our stuff. They work on those. And it's like the opposite of a zero sum game. It's more like Nash equilibrium. If you ever watch that movie, "A beautiful mind." That great idea of, you don't have to have winners and losers. You can have everybody loses a little bit but everybody wins a little bit. >> Yeah and that's the open the ethos. >> And that's where it gets tied up. >> Another follow up on that. The other thing I want to get your reaction on is that, now in this modern era of open source, almost all corporations are part of projects. I mean if you're an entrepreneur and you want to get funding it's pretty simple. You start open source project. How many stars you get on GitHub guarantees it's a series C round, pretty much. So open source now has got this new thing going on, where it's not just open source folks who believe in it It's an operating model. What's the dynamic of corporations being part of the system. It used to be, oh what's the balance between corporate and influence, now it's standard. What's your reaction? >> They can do good and they can do harm. And it really comes down to why are you in it? So if you look at the example of open search, which is one of the data products that we operate in the Aiven system. That's a collaboration between Aiven. Hey we're an awesome company, but we're nowhere near the size of AWS. And AWS where we're working together on it. And I just had this conversation with one of the attendees here, where he said, "Well AWS is going to eat your story there. "You're contributing all of this "to the open search platform. "And then AWS is going to go and sell it "and they're going to make more money." And I'm like yep, they are. And I've got staff who work for the organization, who are more fulfilled because they got to deliver something that's used by millions of people. And you think about your jobs. That moment of, (sighs) I did a cool thing today. That's got a lot of value in it. >> And part of something. >> Exactly. >> As a group. >> 100%. >> Exactly. >> And we end up with a product that's used by millions. Some of it we'll capture, because we do a better job running than the AWS does, but everybody ends up winning out of the backend. Again, everybody lost a little, but everybody also won. And that's better than that whole, you have to lose so that I can win. At zero something, that doesn't work. >> I think the silo conversations are coming, what's the balance between siloing something and why that happens. And then what's going to be freely accessible for data. Because the real time information is based upon what you can access. "Hey Siri, what's the weather. "We had a guest on earlier." It says, oh that's a data query. Well, if the weather is, the data weathers stored in a database that's out here and it can't get to the response on the app. Yeah, that's not good, but the data is available. It just didn't get delivered. >> Yeah >> Exactly. >> This is an example of what people are realizing now the consequences of this data, collateral damage or economy value. >> Yeah, and it's understanding how data fits in your environment. And I don't want to get on the accountants too hard, but the accounting organizations, AICPA and ISAE and others, they haven't really done a good job of helping you understand data as an asset, or data as a liability. I hold a lot of customer data. That's a liability to me. It's going to blow up in my face. We don't talk about the income that we get from data, Google. We don't talk about the expense of regenerating that data. We talk about, well what happens if you lose it? I don't know. And we're circling the drain around fiduciary responsibility, and we know how to do this. If you own a manufacturing plant, or if you own a fleet of vehicles you understand the fiduciary duty of managing your asset. But because we can't touch it, we don't do a good job of it. >> How far do you think are people getting into the point where they actually see that asset? Because I think it's out of sight out of mind. Now there's consequences, there's now it's public companies might have to do filings. It's not like sustainability and data. Like, wait a minute, I got to deal with these things. >> It's interesting, we got this great benefit of the move to cloud computing, and the move to utility style computing. But we took away that. I got to walk around and pet my computers. Like oh! This is my good database. I'm very proud of you. Like we're missing that piece now. And when you think about the size of data centers, we become detached from that, you don't really think about, Aiven operates tens of thousands of machines. It would take entire buildings to hold them all. You don't think about it. So how do you recreate that visceral connection to your data? Well, you need to start actually thinking about it. And you need to do some of that tokenization. When was the last time you printed something out, like you get a report and happens to me all the time with security reports. Look at a security report and it's like 150 page PDF. Scroll, scroll, scroll, scroll. Print it out, stump it on the table in front of you. Oh, there's gravitas here. There's something here. Start thinking about those records, count them up, and then try to compare that to something in the real world. My wife is a school teacher, kindergarten to grade three, and tokenizing math is how they teach math to little kids. You want to count something? Here's 10 things, count them. Well, you've got 60,000 customer records, or you have 2 billion data points in your IOT database, tokenize that, what does 2 billion look like? What does $1 million look like in the form of $100 dollars bills on a pallet? >> Wow. >> Right. Tokenize that data, create that visceral connection with it, and then talk about it. >> So when you say tokenized, you mean like token as in decentralization token? >> No, I mean create like a totem or an icon of it. >> Okay, got it. >> A thing you can hold holy. If you're a token company. >> Not token as in Token economics and Crypto. >> If you're a mortgage company, take that customer record for one of your customers, print it out and hold the file. Like in a Manila folder, like it's 1963. Hold that file, and then say yes. And you're explaining to somebody and say yes, and we have 3 million of these. If we printed them all out, it would take up a room this size. >> It shows the scale. >> Right. >> Right. >> Exactly, create that connection back to the human level of interaction with data. How do you interact with a terabyte of data, but you do. >> Right. >> But once she hits upgrade from Google drive. (team laughs) >> What's a terabyte right? We don't hold that anymore. >> Right, right. >> Great conversation. >> Recreate that connection. Talk about data that way. >> The visceral connection with data. >> Follow up after this event. We'd love to dig more and love the approach. Love open source, love what you're doing there. That's a very unique approach. And it's also an alternative to some of the other vast growing plus your valuations are very high too. So you're not like a... You're not too far away from these big valuations. So congratulations. >> Absolutely. >> Yeah excellent, I'm sure there's lots of work to do, lots of strategic work to do with that round of funding. But also lots of opportunity, that it's going to open up, and we know you don't hire jerks. >> I don't >> You have a whole team of non jerks. That's pretty awesome. Especially 40 of 'em. That's impressive James.| >> It is. >> Congratulations to you on what you've accomplished in the course of the team. And thank you for sharing your insights with John and me today, we appreciate it. >> Awesome. >> Thanks very much, it's been great. >> Awesome, for John furrier, I'm Lisa Martin and you're watching theCube, live in New York city at AWS Summit NYC 22, John and I will be right back with our next segment, stick around. (upbeat music)
SUMMARY :
We're excited to be talking what you guys do, what you deliver, And that's actually the differentiator. So all the different You said the managed service, or any one of the Just in May of '22, raised $210 million all of the massive changes in security. that I got to deal with. There's a lot of things have to do hard work ongoing. And that's the value of the ball if you will, 'Cause that seemed to how do you guys compete And am I going to be stuck with them? 'cause with cloud you're It is the software business. of not saying the same thing in Snowflake? Because all of the biggest they gave away the product to own the data that counts because you need So low latency needs to work. dividing line in the cloud, But there's sort of that water line idea, What is in the table stakes? that you validate that your vendor knows I wanted to ask you about How have you accomplished hoping that I'll find the magical person is the market's evolving so fast that has to do with There's no degree if have to stop a hacker What I do today as a job, So when you hire, what do you look for? Oh, that's a really and I get to work today. The essence of this teamwork So that's where you really So I have to ask you. Is it going to be in the community? And it's like the opposite and you want to get funding to why are you in it? And we end up with a product is based upon what you can access. the consequences of this data, of helping you understand are people getting into the point where of the move to cloud computing, create that visceral connection with it, or an icon of it. A thing you can hold holy. Not token as in print it out and hold the file. How do you interact But once she hits We don't hold that anymore. Talk about data that way. with data. and love the approach. that it's going to open up, and Especially 40 of 'em. Congratulations to you and you're watching theCube,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
James Arlen | PERSON | 0.99+ |
Uber | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Apache Foundation | ORGANIZATION | 0.99+ |
2016 | DATE | 0.99+ |
John Furrier | PERSON | 0.99+ |
ORGANIZATION | 0.99+ | |
Postgres | ORGANIZATION | 0.99+ |
2 billion | QUANTITY | 0.99+ |
Aiven | ORGANIZATION | 0.99+ |
$1 million | QUANTITY | 0.99+ |
3 million | QUANTITY | 0.99+ |
New York City | LOCATION | 0.99+ |
10 years | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
three years | QUANTITY | 0.99+ |
New York | LOCATION | 0.99+ |
James | PERSON | 0.99+ |
$100 dollars | QUANTITY | 0.99+ |
ISAE | ORGANIZATION | 0.99+ |
10 things | QUANTITY | 0.99+ |
millions | QUANTITY | 0.99+ |
$210 million | QUANTITY | 0.99+ |
40 | QUANTITY | 0.99+ |
100% | QUANTITY | 0.99+ |
less than two years | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Lisa | PERSON | 0.99+ |
Databrick | ORGANIZATION | 0.99+ |
first | QUANTITY | 0.99+ |
four | QUANTITY | 0.99+ |
10X | QUANTITY | 0.99+ |
United States | LOCATION | 0.99+ |
today | DATE | 0.99+ |
one | QUANTITY | 0.98+ |
Siri | TITLE | 0.98+ |
Manila | LOCATION | 0.98+ |
AICPA | ORGANIZATION | 0.98+ |
less than 70 | QUANTITY | 0.98+ |
about two years | QUANTITY | 0.98+ |
May of '22 | DATE | 0.98+ |
Aiven | PERSON | 0.97+ |
150 page | QUANTITY | 0.97+ |
Enterprise Research Firm | ORGANIZATION | 0.97+ |
AWS Summit | EVENT | 0.96+ |
A beautiful mind | TITLE | 0.96+ |
zero | QUANTITY | 0.95+ |
almost two years | QUANTITY | 0.94+ |
NYC 22 | LOCATION | 0.94+ |
Snowflake | TITLE | 0.93+ |
millions of people | QUANTITY | 0.93+ |
10 different open source database products | QUANTITY | 0.92+ |
Almost two years | QUANTITY | 0.92+ |
AWS Summit 22 | EVENT | 0.91+ |
Anshu Sharma | AWS Summit New York 2022
(upbeat music) >> Man: We're good. >> Hey everyone. Welcome back to theCube's live coverage of AWS Summit NYC. We're in New York City, been here all day. Lisa Martin, John Furrier, talking with AWS partners ecosystem folks, customers, AWS folks, you name it. Next up, one of our alumni, rejoins us. Please welcome Anshu Sharma the co-founder and CEO of Skyflow. Anshu great to have you back on theCube. >> Likewise, I'm excited to be back. >> So I love how you guys founded this company. Your inspiration was the zero trust data privacy vault pioneered by two of our favorites, Apple and Netflix. You started with a simple question. What if privacy had an API? So you built a data privacy vault delivered as an API. Talk to us, and it's only in the last three and a half years. Talk to us about a data privacy vault and what's so unique about it. >> Sure. I think if you think about all the key challenges we are seeing in our personal lives when we are dealing with technology companies a lot of anxiety is around what happens to my data, right? If you want to go to a pharmacy they want to know not just your health ID number but they want to know your social security number your credit card number, your phone number and all of that information is actually useful because they need to be able to engage with you. And it's true for hospitals, health systems. It's true for your bank. It's true for pretty much anybody you do business with even an event like this. But then question that keeps coming up is where does this data go? And how is it protected? And the state of the art here has always been to keep kind of, keep it protected when it's in storage but almost all the breaches, all the hacks happen not because you've steal somebody's disc, but because someone enters through an API or a portal. So the question we asked was we've been building different shapes of containers for different types of data. You don't store your logs in a data warehouse. You don't store your analytical data in a regular RDBMS. Similarly, you don't store your passwords and usernames you store them in identity systems. So if PI is so special why isn't it a container that's used for storing PII? So that's how the idea of Pii.World came up. >> So you guys just got a recent funding, a series B financing which means for the folks out there that don't know the inside baseball, must people do, means you're doing well. It's hard to get that round of funding means you're up and growing to the right. What's the differentiator? Why are you guys so successful? Why the investment growth, what's the momentum driver? >> So I think in some ways we took one of the most complex problems, data privacy, like half the people can't even describe like, does data privacy mean like I have to be GDPR compliant or does it actually mean I'm protecting the data? So you have multiple stakeholders in any company. If you're a pharma company, you may have a chief privacy officer, a data officer, this officer, that officer, and all of these people were talking and the answer was buy more tools. So if you look around behind our back, there's probably dozens of companies out there. One protecting data in an API call another protecting data in a database, another one data warehouse. But as a CEO, CTO, I want to know what happens to my social security number from a customer end to end. So we said, if you can radically simplify the whole thing and the key insight was you can simplify it by actually isolating and protecting this data. And this architecture evolved on its own at companies like Apple and other places, but it takes dozens of engineers for those companies to build it out. So we like, well, the pattern will makes sense. It logically kind is just common sense. So instead of selling dozens of tools, we can just give you a very simple product, which is like one API call, you know, protect this data... >> So like Stripe is for a plugin for a financial transaction you plug it into the app, similar dynamic here, right? >> Exactly. So it's Stripe for payments, Twilio for Telephony. We have API for everything, but if you have social security numbers or pan numbers you still are like relying on DIY. So I think what differentiated us and attracted the investors was, if this works, >> It's huge. every company needs it. >> Well, that's the integration has become the key thing. I got to ask you because you mentioned GDPR and all the complexities around the laws and the different regulations. That could be a real blocker in a wet blanket for innovation. >> Anshu: Yes. >> And with the market we're seeing here at, at your Summit New York, small event. 10,000 people, more people here than were at Snowflake Summit as an example. And they're the hottest company in data. So this small little New York event is proven that that world is growing. So why should this wet blanket, these rules slow it down? How do you balance it? 'Cause that's a concern. If you checking all the boxes you're never actually building anything. >> So, you know, we just ran into a couple of customers who still are struggling with moving from the data center to AWS Cloud. Now the fact that here means they want to but something is holding them back. I also met the AI team of Amazon. They're doing some amazing work and they're like, the biggest hindrance for them is making customers feel safe when they do the machine learning. Because now you're opening up the data sets to more people. And in all of those cases your innovation basically stops because CSO is like, look you can't put PII in the cloud unprotected. And with the vault architecture we call it privacy by architecture. So there's a term called privacy by design. I'm like what the, is privacy by design, right? >> John: It's an architecture. (John laughing) >> But if you are an architecture and a developer like me I was like, I know what architecture is. I don't know what privacy by design is. >> So you guys are basically have that architecture by design which means foundational based services. So you're providing that as a service. So other people don't have to build the complex. >> Anshu: Exactly. >> You know that you will be Apple's backend team to build that privacy with you you get all that benefit. >> Exactly. And traditionally, people have had to make compromises. If you encrypt the data and secure it, then you can't use it. Using a proprietary polymorphic encryption technology you can actually have your cake and eat it to. So what that means for customers is, if you want to protect data in Snowflake or REDshare, use Skyflow with it. We have integrations to databases, to data lakes, all the common workflow tools. >> Can you give us a customer example that you think really articulates the value of what Skyflow is delivering? >> Well, I'll give you two examples. One in the FinTech space, one in the health space. So in the FinTech space this is a company called Nomi Health. They're a large payments processor for the health insurance market. And funnily enough, their CTO actually came from Goldman Sachs. He actually built apple card. (John laughing) Right? That if we all have in our phones. And he saw our product and he's like, for my new company, I'm going to just use you guys because I don't want to go hire 20 engineers. So for them, we had a HIPAA compliant environment a PCI compliant environment, SOC 2 compliant environment. And he can sleep better at night because he doesn't have to worry what is my engineer in Poland or Ukraine doing right now? I have a vault. I have rules set up. I can audit it. Everything is logged. Similarly for Science 37, they run clinical trials globally. They wanted to solve data residency. So for them the problem was, how do I run one common global instance? When the rules say you have to break everything up and that's very expensive. >> And so I love this. I'm a customer. For them a customer. I love it. You had me at hello, API integration. I love it. How much does it cost? What's it going to cost me? How do I need to think about my operationalizing? 'Cause I know with an API, I can do that. Am I paying by the usage, by the drink? How do I figure out? >> So we have programs for startups where it's really really inexpensive. We get them credits. And then for enterprises, we basically have a platform fee. And then based on the amount of data PII, we charge them. We don't nickel and dime the customers. We don't like the usage based model because, you don't know how many times you're going to hit an API. So we usually just based on the number of customer records that you have and you can hit them as many time as you want. There's no API limits. >> So unlimited record based. >> Exactly. that's your variable. >> Exactly. We think about you buying odd zero, for example, for authentication you pay them by the number of active users you have. So something similar. >> So you run on AWS, but you just announced a couple of new GTM partners, MuleSoft and plan. Can you talk to us about, start with MuleSoft? What are you doing and why? And the same with VLA? >> Sure. I mean, MuleSoft was very interesting customers who were adopting our products at, you know, we are buying this product for our new applications but what about our legacy code? We can't go in there and add APIs there. So the simplest way to do integration in the legacy world is to use an integration broker. So that's where MuleSoft integration came out and we announced that. It's a logical place for you to swap out real social security numbers with, you know, fake ones. And then we also announced a partnership with SnowFlake, same thing. I think every workload as it's moving to the cloud needs some kind of data protection with it. So I think going forward we are going to be announcing even more partnerships. So you can imagine all the places you're storing PII today whether it's in a call center solution or analytics solution, there's a PII story there. >> Talk about the integration aspect because I love the momentum. I get everything makes secure the customers all these environments, integrations are super important to plug into. And then how do I essentially operate you on my side? Do I import the records? How do you connect to my environment in my databases? >> So it's really, really easy when you encrypt the data and use Skyflow wall, we create what is called a format preserving token, which is essentially replacing a social security number with something that looks like an SSN but it's not. So that there's no schema changes involved. You just have to do that one time swap over and then in terms of integrations, most of these integrations are prebuilt. So Snowflake integration is prebuilt. MuleSoft integration is prebuilt. We're going to announce some new ones. So the goal is for off the table in platforms like Snowflake and MuleSoft, we prebuilt all the integrations. You can build your own. It takes about like a day. And then in terms of data import basically it's the same standard process that you would use with any other data store. >> Got to ask you about data breaches. Obviously the numbers in 2021 were huge. We're seeing so much change in the cyber security landscape ransomware becoming a household word, a matter of when but not if... How does Skyflow help organizations protect themselves or reduce the number of breaches so that they are not the next headline? >> You know, the funny thing about breaches is again and again, we see people doing the same mistakes, right? So Equifax had a breach four years ago where a customer portal, you know, no customer support rep should have access to a 100 million people's data. Like is that customer agent really accessing 100 million? But because we've been using legacy security tools they either give you access or don't give you access. And that's not how it's going to work. Because if I'm going to engage with the pharmacy and airline they need to be able to use my data in multiple different places. So you need to have fine grain controls around it. So I think the reason we keep getting breaches is cybersecurity industry is selling, 10s of billions of dollars worth of tools in the name of security but they cannot be applied at a fine grain level enough. I can't say things like for my call center agent that's living in Phoenix, Arizona they can only verify last four digits, but the same call center worker in Philippines can't even see that. So how do you get all that granular control in place? Is really why we keep seeing data breaches. So the Equifax breach, the Shopify breach the Twitter breaches, they're all the same. Like again and again, it's either an inside person or an external person who's gotten in. And once you're in and this is the whole idea of zero trust as you know. Once you're in, you can access all the data. Zero trust means that you don't assume that you actually isolate PII separately. >> A lot of the cybersecurity issues as you were talking about, are people based. Somebody clicking on something or gaining access. And I always talk to security experts about how do you control for the people aspect besides training, awareness, education. Is Skyflow a facilitator of that in a way that we haven't seen before? >> Yeah. So I think what ends up happening is, people even after they have breaches, they will lock down the system that had the breach, but then they have the same data sitting in a partner database, maybe a customer database maybe a billing system. So by centralizing and isolating PII in one system you can then post roles based access control rules. You can put limitations around it. But if you try to do that across hundreds of DS bases, you're just not going to be able to do it because it's basically just literally impossible, so... >> My final question for you is on, for me is you're here at AWS Summits, 10,000 people like I said. More people here than some big events and we're just in New York city. Okay. You actually work with AWS. What's next for you guys as you got the fresh funding, you guys looking for more talent, what's your next mountain you're going to climb? Tell us what's next for the company. Share your vision, put a plug in for the company. >> Well, it's actually very simple. Today we actually announced that we have a new chief revenue officer who's joining us. Tammy, she's joined us from LaunchDarkly which is it grew from like, you know, single digits to like over nine digits in revenue. And the reason she's joining Skyflow is because she sees the same inflection point hitting us. And for us that means more marketing, more sales, more growth in more geographies and more partnerships. And we think there's never been a better time to solve privacy. Literally everything that we deal with even things like rove evade issues eventually ties back into a issue around privacy. >> Lisa: Yes. >> AWS gets the model API, you know, come on, right? That's their model. >> Exactly. So I think if you look at the largest best companies that have been built in the last 20 years they took something that should have been simple but was not. There used to be Avayas of the world, selling Telephony intel, Twilio came and said, look an API. And we are trying to do the same to the entire security compliance and privacy industry is to narrow the problem down and solve it once. >> (indistinct) have it. We're going to get theCube API. (Lisa laughing) That's what we're going to do. All right. >> Thank you so much. >> Awesome. Anshu, thank you for joining us, talking to us about what's new at Skyflow. It sounds like you got that big funding investment. Probably lots of strategic innovation about to happen. So you'll have to come back in a few months and maybe at next reinvent in six months and tell us what's new, what's going on. >> Last theCube interview was very well received. People really like the kind of questions you guys asked. So I love this show and I think... >> It's great when you're a star like you, you got good market, great team, smart. I mean, look at this. I mean, what slow down are we talking about here? >> Yeah. I don't see... >> There is no slow down on the enterprise. >> Privacy's hot and it's incredibly important and we're only going to be seeing more and more of it. >> You can talk to any CIO, CSO, CTO or the board and they will tell you there is no limit to the budget they have for solving the core privacy issues. We love that. >> John: So you want to move on to building? >> Lisa: Obviously that must make you smile. >> John: You solved a big problem. >> Thank you. >> Awesome. Anshu, thank you again. Congrats on the momentum and we'll see you next time and hear more on the evolution of Skyflow. Thank you for your time. >> Thank you. >> For John furrier, I'm Lisa Martin. You're watching theCube live from New York City at AWS Summit NYC 22. We'll be right back with our next guest. So stick around. (upbeat music)
SUMMARY :
Anshu great to have you back on theCube. So I love how you guys So the question we asked was So you guys just got a recent funding, So we said, if you can radically but if you have social It's huge. I got to ask you because How do you balance it? the data sets to more people. (John laughing) But if you are an architecture So you guys are basically to build that privacy with you if you want to protect data When the rules say you Am I paying by the usage, by the drink? and you can hit them as that's your variable. of active users you have. So you run on AWS, So you can imagine all the How do you connect to my So the goal is for off the table Got to ask you about data breaches. So how do you get all that about how do you control But if you try to do that as you got the fresh funding, you know, single digits to like you know, come on, right? that have been built in the last 20 years We're going to get theCube API. It sounds like you got that of questions you guys asked. you got good market, great team, smart. down on the enterprise. and we're only going to be and they will tell you must make you smile. and we'll see you next time So stick around.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Lisa Martin | PERSON | 0.99+ |
Poland | LOCATION | 0.99+ |
Ukraine | LOCATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Tammy | PERSON | 0.99+ |
Anshu Sharma | PERSON | 0.99+ |
John | PERSON | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
Philippines | LOCATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
Anshu | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
New York City | LOCATION | 0.99+ |
Goldman Sachs | ORGANIZATION | 0.99+ |
SnowFlake | ORGANIZATION | 0.99+ |
2021 | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
100 million | QUANTITY | 0.99+ |
MuleSoft | ORGANIZATION | 0.99+ |
20 engineers | QUANTITY | 0.99+ |
Nomi Health | ORGANIZATION | 0.99+ |
Netflix | ORGANIZATION | 0.99+ |
New York | LOCATION | 0.99+ |
Shopify | ORGANIZATION | 0.99+ |
Equifax | ORGANIZATION | 0.99+ |
Today | DATE | 0.99+ |
One | QUANTITY | 0.99+ |
Twilio | ORGANIZATION | 0.99+ |
100 million people | QUANTITY | 0.99+ |
two examples | QUANTITY | 0.99+ |
10,000 people | QUANTITY | 0.99+ |
GDPR | TITLE | 0.99+ |
dozens of tools | QUANTITY | 0.99+ |
Skyflow | ORGANIZATION | 0.99+ |
Snowflake | TITLE | 0.99+ |
HIPAA | TITLE | 0.99+ |
Phoenix, Arizona | LOCATION | 0.98+ |
four years ago | DATE | 0.98+ |
dozens of engineers | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
one | QUANTITY | 0.98+ |
AWS Summit | EVENT | 0.98+ |
LaunchDarkly | ORGANIZATION | 0.98+ |
Skyflow | TITLE | 0.97+ |
Snowflake Summit | EVENT | 0.97+ |
John furrier | PERSON | 0.97+ |
Zero trust | QUANTITY | 0.97+ |
SOC 2 | TITLE | 0.96+ |
one system | QUANTITY | 0.95+ |
ORGANIZATION | 0.95+ | |
hundreds | QUANTITY | 0.95+ |
Telephony | ORGANIZATION | 0.95+ |
Pii.World | ORGANIZATION | 0.94+ |
six months | QUANTITY | 0.93+ |
AWS Summits | EVENT | 0.93+ |
Stripe | ORGANIZATION | 0.93+ |
10s of | QUANTITY | 0.93+ |
zero trust | QUANTITY | 0.92+ |
zero | QUANTITY | 0.92+ |
dozens of companies | QUANTITY | 0.91+ |
VLA | ORGANIZATION | 0.91+ |
MuleSoft | TITLE | 0.88+ |
Summit | EVENT | 0.87+ |
one time | QUANTITY | 0.87+ |
Kevin Warenda and Drew Schlussel Wasabi Secure Storage Hot Takes
>>Drew and I are pleased to welcome Kevin Warda. Who's the director of information technology services at the Hotchkis school, a very prestigious and well respected boarding school in the beautiful Northwest corner of Connecticut. Hello, Kevin? >>Hello. It's nice to be here. Thanks for having me. >>Yeah, you, you bet. Hey, tell us a little bit more about the Hotchkis school and your role. >>Sure. The hacha school is an independent boarding school, grades nine through 12, as you said, very prestigious and in an absolutely beautiful location on the deepest freshwater lake in Connecticut, we have 500 K 500 acre main campus and a 200 acre farm down the street. My role is as the director of information technology services, essentially to oversee all of the technology that supports the school operations, academics, sports, everything we do on campus. >>Yeah. And you've had a very strong history in the educational field, you know, from that lens what's, what's the unique, you know, or not unique, but the pressing security challenge that's top of mind for you. >>I think that it's clear that educational institutions are a target these days, especially for ransomware. We have a lot of data that can be used by threat actors and schools are often underfunded in the area of it, security it in general sometimes. So I think threat actors often see us as easy targets or at least worthwhile to try to get into, >>Because specifically you are potentially spread thin underfunded. You gotta, you, you got students, you got teachers. So there really are some, are there any specific data privacy concerns as well around student privacy or regulations that you can speak to? >>Certainly because of the fact that we're an independent boarding school, we operate things like even a health center. So data privacy regulations across the board in terms of just student data rights Ferra, some of our students are under 18. So data privacy laws such as Copa apply HIPAA can apply. We have PCI regulations with many of our financial transactions, whether it be fundraising through alumni development, or even just accepting the revenue for tuition. So it's, it's a unique place to be. Again, we operate very much like a college would, right? We have all the trappings of a, of a private college in terms of all the operations we do. And that's what I love most about working education is that it's, it's all the industries combined in many ways. >>Very cool. So let's talk about some of the defense strategies from a practitioner point of view, then I want to bring in, in drew to the conversation. So what are the, the best practice and the right strategies from your standpoint of defending your, your data? >>Well, we take a defense and depth approach. So we layer multiple technologies on top of each other to make sure that no single failure is a key to getting beyond those defenses. We also keep it simple. You know, I think there's some core things that all organizations need to do these days in including, you know, vulnerability scanning, patching using multifactor authentication and having really excellent backups in case something does happen. >>Drew, are you seeing any similar patterns across other industries or customers? I mean, I know we're talking about some uniqueness in the education market, but what, what, what can we learn from other adjacent industries? >>Yeah, I, you know, Kevin is spot on and I love hearing what, what he's doing going back to our prior conversation about zero trust, right? That defense in depth approach is beautifully aligned, right? With a zero trust approach, especially things like multifactor authentication, always shocked at how few folks are applying that very, very simple technology and, and across the board, right? I mean, Kevin is referring to, you know, financial industry, healthcare industry, even, you know, the security and police, right. They need to make sure that the data that they're keeping evidence right. Is secure and imutable right, because that's evidence, >>Well, Kevin paint a picture for us, if you would. So you were primarily on, Preem looking at potentially, you know, using more cloud, you were a VMware shop, but tell us, paint a picture of your environment, kind of the applications that you support and, and the kind of, I wanna get to the before and the, after wasabi, but start with kind of where you came from. >>Sure. Well, I came to the hatchet school about seven years ago and I had come most recently from public K12 and municipal. So again, not a lot of funding for it in general security or infrastructure in general. So Nutanix was actually a solu, a hyperconverged solution that I implemented at my previous position. So when I came to Hodges and found mostly on-prem workloads, everything from the student information system to the card access system, that students would use financial systems, they were almost all on premise, but there were some new SAS solutions coming in play. We had also taken some time to do some business continuity planning, you know, in the event of some kind of issue. I don't think we were thinking about the pandemic at the time, but certainly it helped prepare us for that. So as different workloads were moved off to hosted or cloud based, we didn't really need as much of the on premise compute and storage as, as we had. And it was time to retire that cluster. And so I brought the experience I had with Nutanix with me, and we consolidated all that into a, a hyper-converged platform, running Nutanix AV, which allowed us to get rid of all the cost of the VMware licensing as well. And it is an easier platform to manage, especially for small it shops like ours. >>Yeah. AHV is the Acropolis hypervisor. And so you migrated off of VMware avoidance V the VTax avoidance. That's a common theme among Nu Nutanix customers. And now did you consider moving into AWS? You know, what was the catalyst to consider wasabi as part of your defense strategy? >>We were looking at cloud storage options and they were just all so expensive, especially in egress fees to get data back out, WASA became across our, our desks. And it was such a low, low barrier to entry to sign up for a trial and get, you know, terabyte for a month. And then it was, you know, $6 a month for terabyte. After that, I said, we can try this out in a very low stakes way to see how this works for us. And there was a couple things we were trying to solve at the time. It wasn't just a place to put backup, but we also needed a place to have some files that might serve to some degree as a content delivery network. Some of our software applications that are deployed through our mobile device management needed a place that was accessible on, on the internet that they could be stored as well. >>So we were testing it for a couple different scenarios and it worked great, you know, performance wise, fast security wise. It has all the features of, of S3 compliance that works with, with Nutanix and anyone who's familiar with S3 permissions can apply them very easily. And then there was no egress fees. We can pull data down, put data up at will, and it's not costing us any extra, which is excellent because especially in education, we need fixed costs. We need to know what we're gonna spend over a year before we spend it and not be hit with, you know, bills for, for egres or, or because our workload or our data storage footprint grew tremendously. We need, we need that. We, we can't have the variability that the cloud providers would give us. >>So Kevin, you, you explained you're hypersensitive about security and privacy for obvious reasons that we discussed. Were you concerned about doing business with a company with a funny name? Was it the trial that got you through that knothole? How did you address those, those concerns as an it practitioner? >>Yeah, anytime we adopt anything, we go through a risk review. So we did our homework and we checked the funny name really means nothing. There's lots of companies with funny names. >>I think we don't go based on the name necessarily, but we did go based on the history understanding, you know, who started the company, where it came from and really looking into the technology, understanding that the value proposition, the ability to, to provide that lower cost is based specifically on the technology, in which it lays down data. So, so having a legitimate, reasonable, you know, excuse as to why it's cheap, we weren't thinking, well, you know, you get what you pay for it. It may be less expensive than alternatives, but it's, it's not cheap. It's not, you know, it's, it's reliable. And that was really our concern. So we, we did our homework for sure before even starting the trial, but then the trial certainly confirmed everything that we had learned. >>Yeah. Thank you for that. Drew explain the whole egres charge. We hear a lot about that. What do people need to know? >>First of all, it's not a funny name, it's a memorable name, date, just like the cube. Let's be very clear about that. Second of all egres charges. So, you know, other storage providers charge you for every API call, right? Every get every, put every list, everything okay. It's, it's part of their, their, you know, their, their process. It's part of how they make money. It's part of how they cover the cost of all their other services. We don't do that. And I think, you know, as, as Kevin has pointed out, right, that's a huge differentiator because you're talking about a significant amount of money above and beyond. What is the list price? In fact, I would tell you that most of the other storage providers, hyperscalers, you know, their list price, first of all, is, is, you know, far exceeding anything else in the industry, especially what we offer and then right. Their, their additional cost, the egres cost, the API requests can be two, three, 400% more on top of what you're paying per terabyte. >>So you used the little coffee analogy earlier in our conversation. So I'm, here's what I'm imagining. Like I have a lot of stuff. Right. And, and I, I, I had to clear up my bar and I put some stuff in storage, you know, right down the street and I pay them monthly. I can't imagine having to pay them to go get my stuff. That's kinda the same thing here. >>Oh, that's a great metaphor, right. That, that storage locker, right? Yeah. You know, can you imagine every time you wanna open the door to that locker and look inside having to pay a fee? >>No, no, that would be annoying. >>Or, or every time you pull into the yard and you want to put something in that storage locker, you have to pay an access fee to get to the yard. You have to pay a door opening fee. Right. And then if you wanna look and get an inventory of everything in there, you have to pay and it's ridiculous. Yeah. It's your data, it's your storage, it's your locker. You've already paid the annual fee probably cuz that they gave you a discount on that. So why shouldn't you have unfettered access to your data? That's what wasabi does. And I think as Kevin pointed out, right, that's what sets us completely apart from everybody >>Else. Okay, good. That's helpful. It helps us understand how Wasabi's different. Kevin. I'm always interested when I talk to practitioners like yourself in, in, in learning what you do, you know, outside of the technology, what are you doing in terms of educating your community and making them more cyber aware? Do you have training for students and faculty to learn about security and, and ransomware protection? For example? >>Yes. Cyber security awareness training is definitely one of the required things everyone should be doing in their organizations. And we do have a program that we use and we try to make it fun and engaging too. Right? This is, this is often the checking, the box kind of activity. Insurance companies require it, but we wanna make it something that people want to do and wanna engage with. So even last year, I think we did one around the holidays and kind of pointed out the kinds of scams they may expect in their personal life about, you know, shipping of orders and time for the holidays and things like that. So it wasn't just about protecting our school data. It's about the fact that, you know, protecting their information is something you do in all aspects of your life. Especially now that the folks are working hybrid off of working from home with equipment from the school, this stakes are much higher and people have a lot of our data at home. And so knowing how to protect that is important. And so we definitely run, run those programs in a way that, that we want to be engaging and fun and memorable so that when they do encounter those things, especially email threats, they know how to handle them. >>So when you say fun, it's like you come up with an example that we can laugh at until of course we click on that bad link, but I'm sure you can, you can come up with a lot of interesting and engaging examples. Is that what you're talking about? About having fun? >>Yeah. I mean, sometimes they are kind of choose your own adventure type stories. You know, they, they, they, they stop as they run. So they're, they're, they're telling a story and they stop and you have to answer questions along the way to keep going. So you're not just watching a video, you're engaged with the story of the topic. Yeah. That's why I think is, is memorable about it, but it's also, that's what makes it fun. It's not, you're not just watching some talking head saying, you know, to avoid shortened URLs or to check, to make sure, you know, the sender of, of the email. Now you you're engaged in a real life scenario story that you're kind of following and making choices along the way and finding out was that the right choice to make or maybe not. So that's where I think the learning comes in. >>Excellent. Okay, gentlemen, thanks so much. Appreciate your time. Kevin drew awesome. Having you in the cube. >>My pleasure. Thank you. >>Yeah. Great to be here. Thanks. Okay. In a moment, I'll give you some closing thoughts on the changing world of data protection and the evolution of cloud object storage. You're watching the cube, the leader in high tech enterprise coverage.
SUMMARY :
Who's the director of information technology services It's nice to be here. Hey, tell us a little bit more about the Hotchkis school and your role. location on the deepest freshwater lake in Connecticut, we have 500 K 500 acre you know, from that lens what's, what's the unique, you know, or not unique, We have a lot of data that can be used by threat actors or regulations that you can speak to? Certainly because of the fact that we're an independent boarding school, we So let's talk about some of the defense strategies from a practitioner point of view, you know, vulnerability scanning, patching using multifactor authentication and you know, financial industry, healthcare industry, even, you know, kind of the applications that you support and, and the kind of, I wanna get to the before and the, We had also taken some time to do some business continuity planning, you know, And so you migrated off to entry to sign up for a trial and get, you know, terabyte for a month. we spend it and not be hit with, you know, bills for, Was it the trial that got you through that knothole? So we did our well, you know, you get what you pay for it. Drew explain the whole egres charge. the other storage providers, hyperscalers, you know, their list price, first of all, I, I had to clear up my bar and I put some stuff in storage, you know, right down the street and I You know, can you imagine every So why shouldn't you have unfettered access to your data? you know, outside of the technology, what are you doing in terms of educating your community and making them more cyber aware? It's about the fact that, you know, protecting their information So when you say fun, it's like you come up with an example that we can laugh at until of course we click URLs or to check, to make sure, you know, the sender of, of the email. Having you in the cube. Thank you. In a moment, I'll give you some closing thoughts on the changing world of data
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Kevin | PERSON | 0.99+ |
Drew | PERSON | 0.99+ |
Kevin Warda | PERSON | 0.99+ |
Connecticut | LOCATION | 0.99+ |
Kevin Warenda | PERSON | 0.99+ |
200 acre | QUANTITY | 0.99+ |
three | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
last year | DATE | 0.99+ |
Nu | ORGANIZATION | 0.99+ |
S3 | TITLE | 0.99+ |
HIPAA | TITLE | 0.99+ |
zero trust | QUANTITY | 0.98+ |
AWS | ORGANIZATION | 0.98+ |
Hodges | ORGANIZATION | 0.98+ |
egres | ORGANIZATION | 0.98+ |
12 | QUANTITY | 0.98+ |
WASA | ORGANIZATION | 0.98+ |
single | QUANTITY | 0.97+ |
Acropolis | ORGANIZATION | 0.97+ |
Preem | PERSON | 0.97+ |
Hotchkis school | ORGANIZATION | 0.96+ |
Second | QUANTITY | 0.96+ |
a month | QUANTITY | 0.95+ |
500 K 500 acre | QUANTITY | 0.94+ |
terabyte | ORGANIZATION | 0.94+ |
hacha school | ORGANIZATION | 0.93+ |
over a year | QUANTITY | 0.92+ |
one | QUANTITY | 0.91+ |
pandemic | EVENT | 0.91+ |
$6 a month | QUANTITY | 0.9+ |
VMware | ORGANIZATION | 0.89+ |
AHV | ORGANIZATION | 0.88+ |
about seven years ago | DATE | 0.87+ |
under 18 | QUANTITY | 0.85+ |
K12 | COMMERCIAL_ITEM | 0.8+ |
Wasabi | ORGANIZATION | 0.8+ |
First | QUANTITY | 0.78+ |
Copa | ORGANIZATION | 0.75+ |
wasabi | ORGANIZATION | 0.72+ |
400% | QUANTITY | 0.71+ |
egress | ORGANIZATION | 0.69+ |
Drew Schlussel Wasabi | PERSON | 0.68+ |
nine | QUANTITY | 0.62+ |
couple | QUANTITY | 0.54+ |
VTax | TITLE | 0.54+ |
VMware | TITLE | 0.51+ |
Wasabi |Secure Storage Hot Takes
>> The rapid rise of ransomware attacks has added yet another challenge that business technology executives have to worry about these days, cloud storage, immutability, and air gaps have become a must have arrows in the quiver of organization's data protection strategies. But the important reality that practitioners have embraced is data protection, it can't be an afterthought or a bolt on it, has to be designed into the operational workflow of technology systems. The problem is, oftentimes, data protection is complicated with a variety of different products, services, software components, and storage formats, this is why object storage is moving to the forefront of data protection use cases because it's simpler and less expensive. The put data get data syntax has always been alluring, but object storage, historically, was seen as this low-cost niche solution that couldn't offer the performance required for demanding workloads, forcing customers to make hard tradeoffs between cost and performance. That has changed, the ascendancy of cloud storage generally in the S3 format specifically has catapulted object storage to become a first class citizen in a mainstream technology. Moreover, innovative companies have invested to bring object storage performance to parity with other storage formats, but cloud costs are often a barrier for many companies as the monthly cloud bill and egress fees in particular steadily climb. Welcome to Secure Storage Hot Takes, my name is Dave Vellante, and I'll be your host of the program today, where we introduce our community to Wasabi, a company that is purpose-built to solve this specific problem with what it claims to be the most cost effective and secure solution on the market. We have three segments today to dig into these issues, first up is David Friend, the well known entrepreneur who co-founded Carbonite and now Wasabi will then dig into the product with Drew Schlussel of Wasabi, and then we'll bring in the customer perspective with Kevin Warenda of the Hotchkiss School, let's get right into it. We're here with David Friend, the President and CEO and Co-founder of Wasabi, the hot storage company, David, welcome to theCUBE. >> Thanks Dave, nice to be here. >> Great to have you, so look, you hit a home run with Carbonite back when building a unicorn was a lot more rare than it has been in the last few years, why did you start Wasabi? >> Well, when I was still CEO of Wasabi, my genius co-founder Jeff Flowers and our chief architect came to me and said, you know, when we started this company, a state of the art disk drive was probably 500 gigabytes and now we're looking at eight terabyte, 16 terabyte, 20 terabyte, even 100 terabyte drives coming down the road and, you know, sooner or later the old architectures that were designed around these much smaller disk drives is going to run out of steam because, even though the capacities are getting bigger and bigger, the speed with which you can get data on and off of a hard drive isn't really changing all that much. And Jeff foresaw a day when the architectures sort of legacy storage like Amazon S3 and so forth was going to become very inefficient and slow. And so he came up with a new, highly parallelized architecture, and he said, I want to go off and see if I can make this work. So I said, you know, good luck go to it and they went off and spent about a year and a half in the lab, designing and testing this new storage architecture and when they got it working, I looked at the economics of this and I said, holy cow, we can sell cloud storage for a fraction of the price of Amazon, still make very good gross margins and it will be faster. So this is a whole new generation of object storage that you guys have invented. So I recruited a new CEO for Carbonite and left to found Wasabi because the market for cloud storage is almost infinite. You know, when you look at all the world's data, you know, IDC has these crazy numbers, 120 zetabytes or something like that and if you look at that as you know, the potential market size during that data, we're talking trillions of dollars, not billions and so I said, look, this is a great opportunity, if you look back 10 years, all the world's data was on-prem, if you look forward 10 years, most people agree that most of the world's data is going to live in the cloud, we're at the beginning of this migration, we've got an opportunity here to build an enormous company. >> That's very exciting. I mean, you've always been a trend spotter, and I want to get your perspectives on data protection and how it's changed. It's obviously on people's minds with all the ransomware attacks and security breaches, but thinking about your experiences and past observations, what's changed in data protection and what's driving the current very high interest in the topic? >> Well, I think, you know, from a data protection standpoint, immutability, the equivalent of the old worm tapes, but applied to cloud storage is, you know, become core to the backup strategies and disaster recovery strategies for most companies. And if you look at our partners who make backup software like Veeam, Convo, Veritas, Arcserve, and so forth, most of them are really taking advantage of mutable cloud storage as a way to protect customer data, customers backups from ransomware. So the ransomware guys are pretty clever and they, you know, they discovered early on that if someone could do a full restore from their backups, they're never going to pay a ransom. So, once they penetrate your system, they get pretty good at sort of watching how you do your backups and before they encrypt your primary data, they figure out some way to destroy or encrypt your backups as well, so that you can't do a full restore from your backups. And that's where immutability comes in. You know, in the old days you, you wrote what was called a worm tape, you know, write once read many, and those could not be overwritten or modified once they were written. And so we said, let's come up with an equivalent of that for the cloud, and it's very tricky software, you know, it involves all kinds of encryption algorithms and blockchain and this kind of stuff but, you know, the net result is if you store your backups in immutable buckets, in a product like Wasabi, you can't alter it or delete it for some period of time, so you could put a timer on it, say a year or six months or something like that, once that data is written, you know, there's no way you can go in and change it, modify it, or anything like that, including even Wasabi's engineers. >> So, David, I want to ask you about data sovereignty. It's obviously a big deal, I mean, especially for companies with the presence overseas, but what's really is any digital business these days, how should companies think about approaching data sovereignty? Is it just large firms that should be worried about this? Or should everybody be concerned? What's your point of view? >> Well, all around the world countries are imposing data sovereignty laws and if you're in the storage business, like we are, if you don't have physical data storage in-country, you're probably not going to get most of the business. You know, since Christmas we've built data centers in Toronto, London, Frankfurt, Paris, Sydney, Singapore, and I've probably forgotten one or two, but the reason we do that is twofold; one is, you know, if you're closer to the customer, you're going to get better response time, lower latency, and that's just a speed of light issue. But the bigger issue is, if you've got financial data, if you have healthcare data, if you have data relating to security, like surveillance videos, and things of that sort, most countries are saying that data has to be stored in-country, so, you can't send it across borders to some other place. And if your business operates in multiple countries, you know, dealing with data sovereignty is going to become an increasingly important problem. >> So in May of 2018, that's when the fines associated with violating GDPR went into effect and GDPR was like this main spring of privacy and data protection laws and we've seen it spawn other public policy things like the CCPA and think it continues to evolve, we see judgments in Europe against big tech and this tech lash that's in the news in the U.S. and the elimination of third party cookies, what does this all mean for data protection in the 2020s? >> Well, you know, every region and every country, you know, has their own idea about privacy, about security, about the use of even the use of metadata surrounding, you know, customer data and things of this sort. So, you know, it's getting to be increasingly complicated because GDPR, for example, imposes different standards from the kind of privacy standards that we have here in the U.S., Canada has a somewhat different set of data sovereignty issues and privacy issues so it's getting to be an increasingly complex, you know, mosaic of rules and regulations around the world and this makes it even more difficult for enterprises to run their own, you know, infrastructure because companies like Wasabi, where we have physical data centers in all kinds of different markets around the world and we've already dealt with the business of how to meet the requirements of GDPR and how to meet the requirements of some of the countries in Asia and so forth, you know, rather than an enterprise doing that just for themselves, if you running your applications or keeping your data in the cloud, you know, now a company like Wasabi with, you know, 34,000 customers, we can go to all the trouble of meeting these local requirements on behalf of our entire customer base and that's a lot more efficient and a lot more cost effective than if each individual country has to go deal with the local regulatory authorities. >> Yeah, it's compliance by design, not by chance. Okay, let's zoom out for the final question, David, thinking about the discussion that we've had around ransomware and data protection and regulations, what does it mean for a business's operational strategy and how do you think organizations will need to adapt in the coming years? >> Well, you know, I think there are a lot of forces driving companies to the cloud and, you know, and I do believe that if you come back five or 10 years from now, you're going to see majority of the world's data is going to be living in the cloud and I think storage, data storage is going to be a commodity much like electricity or bandwidth, and it's going to be done right, it will comply with the local regulations, it'll be fast, it'll be local, and there will be no strategic advantage that I can think of for somebody to stand up and run their own storage, especially considering the cost differential, you know, the most analysts think that the full, all in costs of running your own storage is in the 20 to 40 terabytes per month range, whereas, you know, if you migrate your data to the cloud, like Wasabi, you're talking probably $6 a month and so I think people are learning how to deal with the idea of an architecture that involves storing your data in the cloud, as opposed to, you know, storing your data locally. >> Wow, that's like a six X more expensive in the clouds, more than six X, all right, thank you, David,-- >> In addition to which, you know, just finding the people to babysit this kind of equipment has become nearly impossible today. >> Well, and with a focus on digital business, you don't want to be wasting your time with that kind of heavy lifting. David, thanks so much for coming in theCUBE, a great Boston entrepreneur, we've followed your career for a long time and looking forward to the future. >> Thank you. >> Okay, in a moment, Drew Schlussel will join me and we're going to dig more into product, you're watching theCUBE, the leader in enterprise and emerging tech coverage, keep it right there. ♪ Whoa ♪ ♪ Brenda in sales got an email ♪ ♪ Click here for a trip to Bombay ♪ ♪ It's not even called Bombay anymore ♪ ♪ But you clicked it anyway ♪ ♪ And now our data's been held hostage ♪ ♪ And now we're on sinking ship ♪ ♪ And a hacker's in our system ♪ ♪ Just 'cause Brenda wanted a trip ♪ ♪ She clicked on something stupid ♪ ♪ And our data's out of our control ♪ ♪ Into the hands of a hacker's ♪ ♪ And he's a giant asshole. ♪ ♪ He encrypted it in his basement ♪ ♪ He wants a million bucks for the key ♪ ♪ And I'm pretty sure he's 15 ♪ ♪ And still going through puberty ♪ ♪ I know you didn't mean to do us wrong ♪ ♪ But now I'm dealing with this all week long ♪ ♪ To make you all aware ♪ ♪ Of all this ransomware ♪ ♪ That is why I'm singing you this song ♪ ♪ C'mon ♪ ♪ Take it from me ♪ ♪ The director of IT ♪ ♪ Don't click on that email from a prince Nairobi ♪ ♪ 'Cuz he's not really a prince ♪ ♪ Now our data's locked up on our screen ♪ ♪ Controlled by a kid who's just fifteen ♪ ♪ And he's using our money to buy a Ferrari ♪ (gentle music) >> Joining me now is Drew Schlussel, who is the Senior Director of Product Marketing at Wasabi, hey Drew, good to see you again, thanks for coming back in theCUBE. >> Dave, great to be here, great to see you. >> All right, let's get into it. You know, Drew, prior to the pandemic, Zero Trust, just like kind of like digital transformation was sort of a buzzword and now it's become a real thing, almost a mandate, what's Wasabi's take on Zero Trust. >> So, absolutely right, it's been around a while and now people are paying attention, Wasabi's take is Zero Trust is a good thing. You know, there are too many places, right, where the bad guys are getting in. And, you know, I think of Zero Trust as kind of smashing laziness, right? It takes a little work, it takes some planning, but you know, done properly and using the right technologies, using the right vendors, the rewards are, of course tremendous, right? You can put to rest the fears of ransomware and having your systems compromised. >> Well, and we're going to talk about this, but there's a lot of process and thinking involved and, you know, design and your Zero Trust and you don't want to be wasting time messing with infrastructure, so we're going to talk about that, there's a lot of discussion in the industry, Drew, about immutability and air gaps, I'd like you to share Wasabi's point of view on these topics, how do you approach it and what makes Wasabi different? >> So, in terms of air gap and immutability, right, the beautiful thing about object storage, which is what we do all the time is that it makes it that much easier, right, to have a secure immutable copy of your data someplace that's easy to access and doesn't cost you an arm and a leg to get your data back. You know, we're working with some of the best, you know, partners in the industry, you know, we're working with folks like, you know, Veeam, Commvault, Arc, Marquee, MSP360, all folks who understand that you need to have multiple copies of your data, you need to have a copy stored offsite, and that copy needs to be immutable and we can talk a little bit about what immutability is and what it really means. >> You know, I wonder if you could talk a little bit more about Wasabi's solution because, sometimes people don't understand, you actually are a cloud, you're not building on other people's public clouds and this storage is the one use case where it actually makes sense to do that, tell us a little bit more about Wasabi's approach and your solution. >> Yeah, I appreciate that, so there's definitely some misconception, we are our own cloud storage service, we don't run on top of anybody else, right, it's our systems, it's our software deployed globally and we interoperate because we adhere to the S3 standard, we interoperate with practically hundreds of applications, primarily in this case, right, we're talking about backup and recovery applications and it's such a simple process, right? I mean, just about everybody who's anybody in this business protecting data has the ability now to access cloud storage and so we've made it really simple, in many cases, you'll see Wasabi as you know, listed in the primary set of available vendors and, you know, put in your private keys, make sure that your account is locked down properly using, let's say multifactor authentication, and you've got a great place to store copies of your data securely. >> I mean, we just heard from David Friend, if I did my math right, he was talking about, you know, 1/6 the cost per terabyte per month, maybe even a little better than that, how are you able to achieve such attractive economics? >> Yeah, so, you know, I can't remember how to translate my fractions into percentages, but I think we talk a lot about being 80%, right, less expensive than the hyperscalers. And you know, we talked about this at Vermont, right? There's some secret sauce there and you know, we take a different approach to how we utilize the raw capacity to the effective capacity and the fact is we're also not having to run, you know, a few hundred other services, right? We do storage, plain and simple, all day, all the time, so we don't have to worry about overhead to support, you know, up and coming other services that are perhaps, you know, going to be a loss leader, right? Customers love it, right, they see the fact that their data is growing 40, 80% year over year, they know they need to have some place to keep it secure, and, you know, folks are flocking to us in droves, in fact, we're seeing a tremendous amount of migration actually right now, multiple petabytes being brought to Wasabi because folks have figured out that they can't afford to keep going with their current hyperscaler vendor. >> And immutability is a feature of your product, right? What the feature called? Can you double-click on that a little bit? >> Yeah, absolutely. So, the term in S3 is Object Lock and what that means is your application will write an object to cloud storage, and it will define a retention period, let's say a week. And for that period, that object is immutable, untouchable, cannot be altered in any way, shape, or form, the application can't change it, the system administration can't change it, Wasabi can't change it, okay, it is truly carved in stone. And this is something that it's been around for a while, but you're seeing a huge uptick, right, in adoption and support for that feature by all the major vendors and I named off a few earlier and the best part is that with immutability comes some sense of, well, it comes with not just a sense of security, it is security. Right, when you have data that cannot be altered by anybody, even if the bad guys compromise your account, they steal your credentials, right, they can't take away the data and that's a beautiful thing, a beautiful, beautiful thing. >> And you look like an S3 bucket, is that right? >> Yeah, I mean, we're fully compatible with the S3 API, so if you're using S3 API based applications today, it's a very simple matter of just kind of redirecting where you want to store your data, beautiful thing about backup and recovery, right, that's probably the simplest application, simple being a relative term, as far as lift and shift, right? Because that just means for your next full, right, point that at Wasabi, retain your other fulls, you know, for whatever 30, 60, 90 days, and then once you've kind of made that transition from vine to vine, you know, you're often running with Wasabi. >> I talked to my open about the allure of object storage historically, you know, the simplicity of the get put syntax, but what about performance? Are you able to deliver performance that's comparable to other storage formats? >> Oh yeah, absolutely, and we've got the performance numbers on the site to back that up, but I forgot to answer something earlier, right, you said that immutability is a feature and I want to make it very clear that it is a feature but it's an API request. Okay, so when you're talking about gets and puts and so forth, you know, the comment you made earlier about being 80% more cost effective or 80% less expensive, you know, that API call, right, is typically something that the other folks charge for, right, and I think we used the metaphor earlier about the refrigerator, but I'll use a different metaphor today, right? You can think of cloud storage as a magical coffee cup, right? It gets as big as you want to store as much coffee as you want and the coffee's always warm, right? And when you want to take a sip, there's no charge, you want to, you know, pop the lid and see how much coffee is in there, no charge, and that's an important thing, because when you're talking about millions or billions of objects, and you want to get a list of those objects, or you want to get the status of the immutable settings for those objects, anywhere else it's going to cost you money to look at your data, with Wasabi, no additional charge and that's part of the thing that sets us apart. >> Excellent, so thank you for that. So, you mentioned some partners before, how do partners fit into the Wasabi story? Where do you stop? Where do they pick up? You know, what do they bring? Can you give us maybe, a paint a picture for us example, or two? >> Sure, so, again, we just do storage, right, that is our sole purpose in life is to, you know, to safely and securely store our customer's data. And so they're working with their application vendors, whether it's, you know, active archive, backup and recovery, IOT, surveillance, media and entertainment workflows, right, those systems already know how to manage the data, manage the metadata, they just need some place to keep the data that is being worked on, being stored and so forth. Right, so just like, you know, plugging in a flash drive on your laptop, right, you literally can plug in Wasabi as long as your applications support the API, getting started is incredibly easy, right, we offer a 30-day trial, one terabyte, and most folks find that within, you know, probably a few hours of their POC, right, it's giving them everything they need in terms of performance, in terms of accessibility, in terms of sovereignty, I'm guessing you talked to, you know, Dave Friend earlier about data sovereignty, right? We're global company, right, so there's got to be probably, you know, wherever you are in the world some place that will satisfy your sovereignty requirements, as well as your compliance requirements. >> Yeah, we did talk about sovereignty, Drew, this is really, what's interesting to me, I'm a bit of a industry historian, when I look back to the early days of cloud, I remember the large storage companies, you know, their CEOs would say, we're going to have an answer for the cloud and they would go out, and for instance, I know one bought competitor of Carbonite, and then couldn't figure out what to do with it, they couldn't figure out how to compete with the cloud in part, because they were afraid it was going to cannibalize their existing business, I think another part is because they just didn't have that imagination to develop an architecture that in a business model that could scale to see that you guys have done that is I love it because it brings competition, it brings innovation and it helps lower clients cost and solve really nagging problems. Like, you know, ransomware, of mutability and recovery, I'll give you the last word, Drew. >> Yeah, you're absolutely right. You know, the on-prem vendors, they're not going to go away anytime soon, right, there's always going to be a need for, you know, incredibly low latency, high bandwidth, you know, but, you know, not all data's hot all the time and by hot, I mean, you know, extremely hot, you know, let's take, you know, real time analytics for, maybe facial recognition, right, that requires sub-millisecond type of processing. But once you've done that work, right, you want to store that data for a long, long time, and you're going to want to also tap back into it later, so, you know, other folks are telling you that, you know, you can go to these like, you know, cold glacial type of tiered storage, yeah, don't believe the hype, you're still going to pay way more for that than you would with just a Wasabi-like hot cloud storage system. And, you know, we don't compete with our partners, right? We compliment, you know, what they're bringing to market in terms of the software vendors, in terms of the hardware vendors, right, we're a beautiful component for that hybrid cloud architecture. And I think folks are gravitating towards that, I think the cloud is kind of hitting a new gear if you will, in terms of adoption and recognition for the security that they can achieve with it. >> All right, Drew, thank you for that, definitely we see the momentum, in a moment, Drew and I will be back to get the customer perspective with Kevin Warenda, who's the Director of Information technology services at The Hotchkiss School, keep it right there. >> Hey, I'm Nate, and we wrote this song about ransomware to educate people, people like Brenda. >> Oh, God, I'm so sorry. We know you are, but Brenda, you're not alone, this hasn't just happened to you. >> No! ♪ Colonial Oil Pipeline had a guy ♪ ♪ who didn't change his password ♪ ♪ That sucks ♪ ♪ His password leaked, the data was breached ♪ ♪ And it cost his company 4 million bucks ♪ ♪ A fake update was sent to people ♪ ♪ Working for the meat company JBS ♪ ♪ That's pretty clever ♪ ♪ Instead of getting new features, they got hacked ♪ ♪ And had to pay the largest crypto ransom ever ♪ ♪ And 20 billion dollars, billion with a b ♪ ♪ Have been paid by companies in healthcare ♪ ♪ If you wonder buy your premium keeps going ♪ ♪ Up, up, up, up, up ♪ ♪ Now you're aware ♪ ♪ And now the hackers they are gettin' cocky ♪ ♪ When they lock your data ♪ ♪ You know, it has gotten so bad ♪ ♪ That they demand all of your money and it gets worse ♪ ♪ They go and the trouble with the Facebook ad ♪ ♪ Next time, something seems too good to be true ♪ ♪ Like a free trip to Asia! ♪ ♪ Just check first and I'll help before you ♪ ♪ Think before you click ♪ ♪ Don't get fooled by this ♪ ♪ Who isn't old enough to drive to school ♪ ♪ Take it from me, the director of IT ♪ ♪ Don't click on that email from a prince in Nairobi ♪ ♪ Because he's not really a prince ♪ ♪ Now our data's locked up on our screen ♪ ♪ Controlled by a kid who's just fifteen ♪ ♪ And he's using our money to buy a Ferrari ♪ >> It's a pretty sweet car. ♪ A kid without facial hair, who lives with his mom ♪ ♪ To learn more about this go to wasabi.com ♪ >> Hey, don't do that. ♪ Cause if we had Wasabi's immutability ♪ >> You going to ruin this for me! ♪ This fifteen-year-old wouldn't have on me ♪ (gentle music) >> Drew and I are pleased to welcome Kevin Warenda, who's the Director of Information Technology Services at The Hotchkiss School, a very prestigious and well respected boarding school in the beautiful Northwest corner of Connecticut, hello, Kevin. >> Hello, it's nice to be here, thanks for having me. >> Yeah, you bet. Hey, tell us a little bit more about The Hotchkiss School and your role. >> Sure, The Hotchkiss School is an independent boarding school, grades nine through 12, as you said, very prestigious and in an absolutely beautiful location on the deepest freshwater lake in Connecticut, we have 500 acre main campus and a 200 acre farm down the street. My role as the Director of Information Technology Services, essentially to oversee all of the technology that supports the school operations, academics, sports, everything we do on campus. >> Yeah, and you've had a very strong history in the educational field, you know, from that lens, what's the unique, you know, or if not unique, but the pressing security challenge that's top of mind for you? >> I think that it's clear that educational institutions are a target these days, especially for ransomware. We have a lot of data that can be used by threat actors and schools are often underfunded in the area of IT security, IT in general sometimes, so, I think threat actors often see us as easy targets or at least worthwhile to try to get into. >> Because specifically you are potentially spread thin, underfunded, you got students, you got teachers, so there really are some, are there any specific data privacy concerns as well around student privacy or regulations that you can speak to? >> Certainly, because of the fact that we're an independent boarding school, we operate things like even a health center, so, data privacy regulations across the board in terms of just student data rights and FERPA, some of our students are under 18, so, data privacy laws such as COPPA apply, HIPAA can apply, we have PCI regulations with many of our financial transactions, whether it be fundraising through alumni development, or even just accepting the revenue for tuition so, it's a unique place to be, again, we operate very much like a college would, right, we have all the trappings of a private college in terms of all the operations we do and that's what I love most about working in education is that it's all the industries combined in many ways. >> Very cool. So let's talk about some of the defense strategies from a practitioner point of view, then I want to bring in Drew to the conversation so what are the best practice and the right strategies from your standpoint of defending your data? >> Well, we take a defense in-depth approach, so we layer multiple technologies on top of each other to make sure that no single failure is a key to getting beyond those defenses, we also keep it simple, you know, I think there's some core things that all organizations need to do these days in including, you know, vulnerability scanning, patching , using multifactor authentication, and having really excellent backups in case something does happen. >> Drew, are you seeing any similar patterns across other industries or customers? I mean, I know we're talking about some uniqueness in the education market, but what can we learn from other adjacent industries? >> Yeah, you know, Kevin is spot on and I love hearing what he's doing, going back to our prior conversation about Zero Trust, right, that defense in-depth approach is beautifully aligned, right, with the Zero Trust approach, especially things like multifactor authentication, always shocked at how few folks are applying that very, very simple technology and across the board, right? I mean, Kevin is referring to, you know, financial industry, healthcare industry, even, you know, the security and police, right, they need to make sure that the data that they're keeping, evidence, right, is secure and immutable, right, because that's evidence. >> Well, Kevin, paint a picture for us, if you would. So, you were primarily on-prem looking at potentially, you know, using more cloud, you were a VMware shop, but tell us, paint a picture of your environment, kind of the applications that you support and the kind of, I want to get to the before and the after Wasabi, but start with kind of where you came from. >> Sure, well, I came to The Hotchkiss School about seven years ago and I had come most recently from public K12 and municipal, so again, not a lot of funding for IT in general, security, or infrastructure in general, so Nutanix was actually a hyperconverged solution that I implemented at my previous position. So when I came to Hotchkiss and found mostly on-prem workloads, everything from the student information system to the card access system that students would use, financial systems, they were almost all on premise, but there were some new SaaS solutions coming in play, we had also taken some time to do some business continuity, planning, you know, in the event of some kind of issue, I don't think we were thinking about the pandemic at the time, but certainly it helped prepare us for that, so, as different workloads were moved off to hosted or cloud-based, we didn't really need as much of the on-premise compute and storage as we had, and it was time to retire that cluster. And so I brought the experience I had with Nutanix with me, and we consolidated all that into a hyper-converged platform, running Nutanix AHV, which allowed us to get rid of all the cost of the VMware licensing as well and it is an easier platform to manage, especially for small IT shops like ours. >> Yeah, AHV is the Acropolis hypervisor and so you migrated off of VMware avoiding the VTax avoidance, that's a common theme among Nutanix customers and now, did you consider moving into AWS? You know, what was the catalyst to consider Wasabi as part of your defense strategy? >> We were looking at cloud storage options and they were just all so expensive, especially in egress fees to get data back out, Wasabi became across our desks and it was such a low barrier to entry to sign up for a trial and get, you know, terabyte for a month and then it was, you know, $6 a month for terabyte. After that, I said, we can try this out in a very low stakes way to see how this works for us. And there was a couple things we were trying to solve at the time, it wasn't just a place to put backup, but we also needed a place to have some files that might serve to some degree as a content delivery network, you know, some of our software applications that are deployed through our mobile device management needed a place that was accessible on the internet that they could be stored as well. So we were testing it for a couple different scenarios and it worked great, you know, performance wise, fast, security wise, it has all the features of S3 compliance that works with Nutanix and anyone who's familiar with S3 permissions can apply them very easily and then there was no egress fees, we can pull data down, put data up at will, and it's not costing as any extra, which is excellent because especially in education, we need fixed costs, we need to know what we're going to spend over a year before we spend it and not be hit with, you know, bills for egress or because our workload or our data storage footprint grew tremendously, we need that, we can't have the variability that the cloud providers would give us. >> So Kevin, you explained you're hypersensitive about security and privacy for obvious reasons that we discussed, were you concerned about doing business with a company with a funny name? Was it the trial that got you through that knothole? How did you address those concerns as an IT practitioner? >> Yeah, anytime we adopt anything, we go through a risk review. So we did our homework and we checked the funny name really means nothing, there's lots of companies with funny names, I think we don't go based on the name necessarily, but we did go based on the history, understanding, you know, who started the company, where it came from, and really looking into the technology and understanding that the value proposition, the ability to provide that lower cost is based specifically on the technology in which it lays down data. So, having a legitimate, reasonable, you know, excuse as to why it's cheap, we weren't thinking, well, you know, you get what you pay for, it may be less expensive than alternatives, but it's not cheap, you know, it's reliable, and that was really our concern. So we did our homework for sure before even starting the trial, but then the trial certainly confirmed everything that we had learned. >> Yeah, thank you for that. Drew, explain the whole egress charge, we hear a lot about that, what do people need to know? >> First of all, it's not a funny name, it's a memorable name, Dave, just like theCUBE, let's be very clear about that, second of all, egress charges, so, you know, other storage providers charge you for every API call, right? Every get, every put, every list, everything, okay, it's part of their process, it's part of how they make money, it's part of how they cover the cost of all their other services, we don't do that. And I think, you know, as Kevin has pointed out, right, that's a huge differentiator because you're talking about a significant amount of money above and beyond what is the list price. In fact, I would tell you that most of the other storage providers, hyperscalers, you know, their list price, first of all, is, you know, far exceeding anything else in the industry, especially what we offer and then, right, their additional cost, the egress costs, the API requests can be two, three, 400% more on top of what you're paying per terabyte. >> So, you used a little coffee analogy earlier in our conversation, so here's what I'm imagining, like I have a lot of stuff, right? And I had to clear up my bar and I put some stuff in storage, you know, right down the street and I pay them monthly, I can't imagine having to pay them to go get my stuff, that's kind of the same thing here. >> Oh, that's a great metaphor, right? That storage locker, right? You know, can you imagine every time you want to open the door to that storage locker and look inside having to pay a fee? >> No, that would be annoying. >> Or, every time you pull into the yard and you want to put something in that storage locker, you have to pay an access fee to get to the yard, you have to pay a door opening fee, right, and then if you want to look and get an inventory of everything in there, you have to pay, and it's ridiculous, it's your data, it's your storage, it's your locker, you've already paid the annual fee, probably, 'cause they gave you a discount on that, so why shouldn't you have unfettered access to your data? That's what Wasabi does and I think as Kevin pointed out, right, that's what sets us completely apart from everybody else. >> Okay, good, that's helpful, it helps us understand how Wasabi's different. Kevin, I'm always interested when I talk to practitioners like yourself in learning what you do, you know, outside of the technology, what are you doing in terms of educating your community and making them more cyber aware? Do you have training for students and faculty to learn about security and ransomware protection, for example? >> Yes, cyber security awareness training is definitely one of the required things everyone should be doing in their organizations. And we do have a program that we use and we try to make it fun and engaging too, right, this is often the checking the box kind of activity, insurance companies require it, but we want to make it something that people want to do and want to engage with so, even last year, I think we did one around the holidays and kind of pointed out the kinds of scams they may expect in their personal life about, you know, shipping of orders and time for the holidays and things like that, so it wasn't just about protecting our school data, it's about the fact that, you know, protecting their information is something do in all aspects of your life, especially now that the folks are working hybrid often working from home with equipment from the school, the stakes are much higher and people have a lot of our data at home and so knowing how to protect that is important, so we definitely run those programs in a way that we want to be engaging and fun and memorable so that when they do encounter those things, especially email threats, they know how to handle them. >> So when you say fun, it's like you come up with an example that we can laugh at until, of course, we click on that bad link, but I'm sure you can come up with a lot of interesting and engaging examples, is that what you're talking about, about having fun? >> Yeah, I mean, sometimes they are kind of choose your own adventure type stories, you know, they stop as they run, so they're telling a story and they stop and you have to answer questions along the way to keep going, so, you're not just watching a video, you're engaged with the story of the topic, yeah, and that's what I think is memorable about it, but it's also, that's what makes it fun, you're not just watching some talking head saying, you know, to avoid shortened URLs or to check, to make sure you know the sender of the email, no, you're engaged in a real life scenario story that you're kind of following and making choices along the way and finding out was that the right choice to make or maybe not? So, that's where I think the learning comes in. >> Excellent. Okay, gentlemen, thanks so much, appreciate your time, Kevin, Drew, awesome having you in theCUBE. >> My pleasure, thank you. >> Yeah, great to be here, thanks. >> Okay, in a moment, I'll give you some closing thoughts on the changing world of data protection and the evolution of cloud object storage, you're watching theCUBE, the leader in high tech enterprise coverage. >> Announcer: Some things just don't make sense, like showing up a little too early for the big game. >> How early are we? >> Couple months. Popcorn? >> Announcer: On and off season, the Red Sox cover their bases with affordable, best in class cloud storage. >> These are pretty good seats. >> Hey, have you guys seen the line from the bathroom? >> Announcer: Wasabi Hot Cloud Storage, it just makes sense. >> You don't think they make these in left hand, do you? >> We learned today how a serial entrepreneur, along with his co-founder saw the opportunity to tap into the virtually limitless scale of the cloud and dramatically reduce the cost of storing data while at the same time, protecting against ransomware attacks and other data exposures with simple, fast storage, immutability, air gaps, and solid operational processes, let's not forget about that, okay? People and processes are critical and if you can point your people at more strategic initiatives and tasks rather than wrestling with infrastructure, you can accelerate your process redesign and support of digital transformations. Now, if you want to learn more about immutability and Object Block, click on the Wasabi resource button on this page, or go to wasabi.com/objectblock. Thanks for watching Secure Storage Hot Takes made possible by Wasabi. This is Dave Vellante for theCUBE, the leader in enterprise and emerging tech coverage, well, see you next time. (gentle upbeat music)
SUMMARY :
and secure solution on the market. the speed with which you and I want to get your perspectives but applied to cloud storage is, you know, you about data sovereignty. one is, you know, if you're and the elimination of and every country, you know, and how do you think in the cloud, as opposed to, you know, In addition to which, you know, you don't want to be wasting your time money to buy a Ferrari ♪ hey Drew, good to see you again, Dave, great to be the pandemic, Zero Trust, but you know, done properly and using some of the best, you know, you could talk a little bit and, you know, put in your private keys, not having to run, you know, and the best part is from vine to vine, you know, and so forth, you know, the Excellent, so thank you for that. and most folks find that within, you know, to see that you guys have done that to be a need for, you know, All right, Drew, thank you for that, Hey, I'm Nate, and we wrote We know you are, but this go to wasabi.com ♪ ♪ Cause if we had Wasabi's immutability ♪ in the beautiful Northwest Hello, it's nice to be Yeah, you bet. that supports the school in the area of IT security, in terms of all the operations we do and the right strategies to do these days in including, you know, and across the board, right? kind of the applications that you support planning, you know, in the and then it was, you know, and really looking into the technology Yeah, thank you for that. And I think, you know, as you know, right down the and then if you want to in learning what you do, you know, it's about the fact that, you know, and you have to answer awesome having you in theCUBE. and the evolution of cloud object storage, like showing up a little the Red Sox cover their it just makes sense. and if you can point your people
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
Kevin | PERSON | 0.99+ |
Drew | PERSON | 0.99+ |
Kevin Warenda | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Drew Schlussel | PERSON | 0.99+ |
Brenda | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Paris | LOCATION | 0.99+ |
Jeff Flowers | PERSON | 0.99+ |
Sydney | LOCATION | 0.99+ |
Drew Schlussel | PERSON | 0.99+ |
Singapore | LOCATION | 0.99+ |
Toronto | LOCATION | 0.99+ |
London | LOCATION | 0.99+ |
Wasabi | ORGANIZATION | 0.99+ |
30-day | QUANTITY | 0.99+ |
Frankfurt | LOCATION | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Bombay | LOCATION | 0.99+ |
Connecticut | LOCATION | 0.99+ |
Carbonite | ORGANIZATION | 0.99+ |
15 | QUANTITY | 0.99+ |
20 | QUANTITY | 0.99+ |
Jeff | PERSON | 0.99+ |
Red Sox | ORGANIZATION | 0.99+ |
Asia | LOCATION | 0.99+ |
Nairobi | LOCATION | 0.99+ |
80% | QUANTITY | 0.99+ |
The Hotchkiss School | ORGANIZATION | 0.99+ |
JBS | ORGANIZATION | 0.99+ |
16 terabyte | QUANTITY | 0.99+ |
Nate | PERSON | 0.99+ |
David Friend | PERSON | 0.99+ |
60 | QUANTITY | 0.99+ |
30 | QUANTITY | 0.99+ |
U.S. | LOCATION | 0.99+ |
S3 | TITLE | 0.99+ |
three | QUANTITY | 0.99+ |
May of 2018 | DATE | 0.99+ |
one | QUANTITY | 0.99+ |
2020s | DATE | 0.99+ |
two | QUANTITY | 0.99+ |
fifteen | QUANTITY | 0.99+ |
Hotchkiss School | ORGANIZATION | 0.99+ |
Zero Trust | ORGANIZATION | 0.99+ |
100 terabyte | QUANTITY | 0.99+ |
500 acre | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
200 acre | QUANTITY | 0.99+ |
Convo | ORGANIZATION | 0.99+ |
a year | QUANTITY | 0.99+ |
one terabyte | QUANTITY | 0.99+ |
34,000 customers | QUANTITY | 0.99+ |
Vishal Lall, HPE | HPE Discover 2022
>>the Cube presents H P E discovered 2022. Brought to you by H P E. >>Hi, buddy Dave Balon and Jon Ferrier Wrapping up the cubes. Coverage of day two, hp Discover 2022. We're live from Las Vegas. Vishal Lall is here. He's the senior vice president and general manager for HP ES Green Lake Cloud Services Solutions. Michelle, good to see you again. >>Likewise. David, good to see you. It was about a year ago that we met here. Or maybe nine months >>ago. That's right. Uh, September of last year. A new role >>for you. Is that right? I was starting that new role when I last met you. Yeah, but it's been nine months. Three quarters? What have you learned so far? I mean, it's been quite a right, right? I mean, when I was starting off, I had, you know, about three priorities we've executed on on all of them. So, I mean, if you remember back then they we talked about, you know, improving a cloud experience. We talked about data and analytics being a focus area and then building on the marketplace. I think you heard a lot of that over the last couple of days here. Right? So we've enhanced our cloud experience. We added a private cloud, which was the big announcement yesterday or day before yesterday that Antonio made so that's been I mean, we've been testing that with customers. Great feedback so far. Right? And we're super excited about that. And, uh, you know, uh, down there, the test drive section people are testing that. So we're getting really, really good feedback. Really good acceptance from customers on the data and Analytics side. We you know, we launched the S three connector. We also had the analytics platform. And then we launched data fabric as a service a couple of days ago, right, which is kind of like back into that hybrid world. And then on the marketplace side, we've added a tonne of partners going deep with them about 80 plus partners now different SVS. So again, I think, uh, great. I think we've accomplished a lot over the last three quarters or so lot more to be done. Though >>the marketplace is really interesting to us because it's a hallmark of cloud. You've got to have a market price. Talk about how that's evolving and what your vision is for market. Yes, >>you're exactly right. I mean, having a broad marketplace provides a full for the platform, right? It's a chicken and egg. You need both. You need a good platform on which a good marketplace can set, but the vice versa as well. And what we're doing two things there, Right? One Is we expanding coverage of the marketplace. So we're adding more SVS into the marketplace. But at the same time, we're adding more capabilities into the marketplace. So, for example, we just demoed earlier today quickly deploy capabilities, right? So we have an I S p in the marketplace, they're tested. They are, uh, the work with the solution. But now you can you can collect to deploy directly on our infrastructure over time, the lad, commerce capabilities, licencing capabilities, etcetera. But again, we are super excited about that capability because I think it's important from a customer perspective. >>I want to ask you about that, because that's again the marketplace will be the ultimate arbiter of value creation, ecosystem and marketplace. Go hand in hand. What's your vision for what a successful ecosystem looks like? What's your expectation now that Green Lake is up and running. I stay up and running, but like we've been following the announcement, it just gets better. It's up to the right. So we're anticipating an ecosystem surge. Yeah. What are you expecting? And what's your vision for? How the ecosystem is going to develop out? Yeah. I >>mean, I've been meeting with a lot of our partners over the last couple of days, and you're right, right? I mean, I think of them in three or four buckets right there. I s V s and the I S P is coming to two forms right there. Bigger solutions, right? I think of being Nutanix, right, Home wall, big, bigger solutions. And then they are smaller software packages. I think Mom would think about open source, right? So again, one of them is targeted to developers, the other to the I t. Tops. But that's kind of one bucket, right? I s P s, uh, the second is around the channel partners who take this to market and they're asking us, Hey, this is fantastic. Help us understand how we can help you take this to market. And I think the other bucket system indicators right. I met with a few today and they're all excited about. They're like, Hey, we have some tooling. We have the manage services capabilities. How can we take your cloud? Because they build great practise around extent around. Sorry. Aws around? Uh, sure. So they're like, how can we build a similar practise around Green Lake? So again, those are the big buckets. I would say. Yeah, >>that's a great answer. Great commentary. I want to just follow up on that real quick. You don't mind? So a couple things we're seeing observing I want to get your reaction to is with a i machine learning. And the promise of that vertical specialisation is creating unique opportunities on with these platforms. And the other one is the rise of the managed service provider because expertise are hard to come by. You want kubernetes? Good luck finding talent. So managed services seem to be exploding. How does that fit into the buckets? Or is it all three buckets or you guys enable that? How do you see that coming? And then the vertical piece? >>A really good question. What we're doing is through our software, we're trying to abstract a lot of the complexity of take communities, right? So we are actually off. We have actually automated a whole bunch of communities functionality in our software, and then we provide managed services around it with very little. I would say human labour associated with it is is software manage? But at the same time we are. What we are trying to do is make sure that we enable that same functionality to our partners. So a lot of it is software automation, but then they can wrap their services around it, and that way we can scale the business right. So again, our first principle is automated as much as we can to software right abstract complexity and then as needed, uh, at the Manus Services. >>So you get some functionality for HP to have it and then encourage the ecosystem to fill it in or replicated >>or replicated, right? I mean, I don't think it's either or it should be both right. We can provide many services or we should have our our partners provide manage services. That's how we scale the business. We are the end of the day. We are product and product company, right, and it can manifest itself and services. That discussion was consumed, but it's still I p based. So >>let's quantify, you know, some of that momentum. I think the last time you call your over $800 million now in a are are you gotta You're growing at triple digits. Uh, you got a big backlog. Forget the exact number. Uh, give us a I >>mean, the momentum is fantastic Day. Right. So we have about $7 billion in total contract value, Right? Significant. We have 1600 customers now. Unique customers are running Green Lake. We have, um, your triple dip growth year over year. So the last quarter, we had 100% growth year over year. So again, fantastic momentum. I mean, the other couple, like one other metric I would like to talk about is the, um the stickiness factor associated tension in our retention, right? As renewal's is running in, like, high nineties, right? So if you think about it, that's a reflection of the value proposition of, like, >>that's that's kind of on a unit basis, if you will. That's the number >>on the revenue basis on >>revenue basis. Okay? >>And the 1600 customers. He's talking about the size and actually big numbers. Must be large companies that are. They're >>both right. So I'll give you some examples, right? So I mean, there are large companies. They come from different industries. Different geography is we're seeing, like, the momentum across every single geo, every single industry. I mean, just to take some examples. BMW, for example. Uh, I mean, they're running the entire electrical electric car fleet data collection on data fabric on Green Lake, right? Texas Children's Health on the on the healthcare side. Right On the public sector side, I was with with Carl Hunt yesterday. He's the CEO of County of Essex, New Jersey. So they are running the entire operations on Green Lake. So just if you look at it, Barclays the financial sector, right? I mean, they're running 100,000 workloads of three legs. So if you just look at the scale large companies, small companies, public sector in India, we have Steel Authority of India, which is the largest steel producer there. So, you know, we're seeing it across multiple industries. Multiple geography is great. Great uptake. >>Yeah. We were talking yesterday on our wrap up kind of dissecting through the news. I want to ask you the question that we were riffing on and see if we can get some clarity on it. If I'm a customer, CI or C so or buyer HP have been working with you or your team for for years. What's the value proposition? Finish this sentence. I work with HPV because blank because green like, brings new value proposition. What is that? Fill in that blank for >>me. So I mean, as we, uh, talked with us speaking with customers, customers are looking at alternatives at all times, right? Sometimes there's other providers on premises, sometimes as public cloud. And, uh, as we look at it, uh, I mean, we have value propositions across both. Right. So from a public cloud perspective, some of the challenges that our customers cr around latency around, uh, post predictability, right? That variability cost is really kind of like a challenge. It's around compliance, right? Uh, things of that nature is not open systems, right? I mean, sometimes, you know, they feel locked into a cloud provider, especially when they're using proprietary services. So those are some of the things that we have solved for them as compared to kind of like, you know, the other on premises vendors. I would say the marketplace that we spoke about earlier is huge differentiator. We have this huge marketplace. Now that's developing. Uh, we have high levels of automation that we have built, right, which is, uh, you know, which tells you about the TCO that we can drive for the customers. What? The other thing that is really cool that be introduced in the public in the private cloud is fungible itty across infrastructure. Right? So basically on the same infrastructure you can run. Um, virtual machines, containers, bare metals, any application he wants, you can decommission and commission the infrastructure on the fly. So what it does, is it no matter where it is? Uh, on premises, right? Yeah, earlier. I mean, if you think about it, the infrastructure was dedicated for a certain application. Now we're basically we have basically made it compose herbal, right? And that way, what? Really? Uh, that doesnt increases utilisation so you can get increased utilisation. High automation. What drives lower tco. So you've got a >>horizontal basically platform now that handle a variety of work and >>and these were close. Can sit anywhere to your point, right? I mean, we could have a four node workload out in a manufacturing setting multiple racks in a data centre, and it's all run by the same cloud prints, same software train. So it's really extensive. >>And you can call on the resources that you need for that particular workload. >>Exactly what you need them exactly. Right. >>Excellent. Give you the last word kind of takeaways from Discover. And where when we talk, when we sit down and talk next year, it's about where do you want to be? >>I mean, you know, I think, as you probably saw from discovered, this is, like, very different. Antonio did a live demo of our product, right? Uh, visual school, right? I mean, we haven't done that in a while, so I mean, you started. It >>didn't die like Bill Gates and demos. No, >>no, no, no. I think, uh, so I think you'll see more of that from us. I mean, I'm focused on three things, right? I'm focused on the cloud experience we spoke about. So what we are doing now is making sure that we increase the time for that, uh, make it very, you know, um, attractive to different industries to certifications like HIPAA, etcetera. So that's kind of one focus. So I just drive harder at that adoption of that of the private out, right across different industries and different customer segments. The second is more on the data and analytics I spoke about. You will have more and more analytic capabilities that you'll see, um, building upon data fabric as a service. And this is a marketplace. So that's like it's very specific is the three focus areas were driving hard. All right, we'll be watching >>number two. Instrumentation is really keen >>in the marketplace to I mean, you mentioned Mongo. Some other data platforms that we're going to see here. That's going to be, I think. Critical for Monetisation on the on on Green Lake. Absolutely. Uh, Michelle, thanks so much for coming back in the Cube. >>Thank you. Thanks for coming. All >>right, keep it right. There will be John, and I'll be back up to wrap up the day with a couple of heavies from I d. C. You're watching the cube. Mhm. Mm mm. Mhm.
SUMMARY :
Brought to you by H P E. Michelle, good to see you again. David, good to see you. Uh, September of last year. I mean, when I was starting off, I had, you know, about three priorities we've executed on the marketplace is really interesting to us because it's a hallmark of cloud. I mean, having a broad marketplace provides a full for the platform, I want to ask you about that, because that's again the marketplace will be the ultimate arbiter of I s V s and the I S P is coming And the other one is the rise of the managed service provider because expertise are hard to come by. So again, our first principle is automated as much as we can to software right abstract complexity I mean, I don't think it's either or it should be both right. I think the last time you call your over $800 million now So the last quarter, we had 100% growth year over year. that's that's kind of on a unit basis, if you will. And the 1600 customers. So just if you look at it, Barclays the financial sector, right? I want to ask you the question that we were riffing So basically on the same infrastructure you can run. I mean, we could have a four node workload Exactly what you need them exactly. And where when we talk, when we sit down and talk next year, it's about where do you want to be? I mean, you know, I think, as you probably saw from discovered, this is, like, very different. I'm focused on the cloud experience we spoke about. Instrumentation is really keen in the marketplace to I mean, you mentioned Mongo. Thanks for coming. right, keep it right.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David | PERSON | 0.99+ |
BMW | ORGANIZATION | 0.99+ |
Vishal Lall | PERSON | 0.99+ |
Jon Ferrier | PERSON | 0.99+ |
India | LOCATION | 0.99+ |
Dave Balon | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Barclays | ORGANIZATION | 0.99+ |
HP | ORGANIZATION | 0.99+ |
Michelle | PERSON | 0.99+ |
yesterday | DATE | 0.99+ |
three | QUANTITY | 0.99+ |
John | PERSON | 0.99+ |
1600 customers | QUANTITY | 0.99+ |
last quarter | DATE | 0.99+ |
September | DATE | 0.99+ |
Carl Hunt | PERSON | 0.99+ |
S three | COMMERCIAL_ITEM | 0.99+ |
next year | DATE | 0.99+ |
both | QUANTITY | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
HP ES Green Lake Cloud Services Solutions | ORGANIZATION | 0.99+ |
Green Lake | LOCATION | 0.99+ |
today | DATE | 0.99+ |
over $800 million | QUANTITY | 0.99+ |
about $7 billion | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
nine months | QUANTITY | 0.98+ |
Antonio | PERSON | 0.98+ |
Bill Gates | PERSON | 0.98+ |
one | QUANTITY | 0.98+ |
three legs | QUANTITY | 0.98+ |
two forms | QUANTITY | 0.98+ |
first principle | QUANTITY | 0.98+ |
2022 | DATE | 0.98+ |
about 80 plus partners | QUANTITY | 0.98+ |
Discover | ORGANIZATION | 0.98+ |
four buckets | QUANTITY | 0.98+ |
Steel Authority of India | ORGANIZATION | 0.97+ |
100,000 workloads | QUANTITY | 0.97+ |
two things | QUANTITY | 0.97+ |
One | QUANTITY | 0.97+ |
one focus | QUANTITY | 0.96+ |
couple | QUANTITY | 0.96+ |
Three quarters | QUANTITY | 0.95+ |
three things | QUANTITY | 0.95+ |
Manus Services | ORGANIZATION | 0.94+ |
Essex, New Jersey | LOCATION | 0.94+ |
hp | ORGANIZATION | 0.93+ |
day two | QUANTITY | 0.93+ |
Texas Children's Health | ORGANIZATION | 0.92+ |
about a year ago | DATE | 0.89+ |
TCO | ORGANIZATION | 0.88+ |
nine months >>ago | DATE | 0.88+ |
HPE | ORGANIZATION | 0.88+ |
HPV | ORGANIZATION | 0.87+ |
every single industry | QUANTITY | 0.86+ |
couple of days ago | DATE | 0.85+ |
three focus areas | QUANTITY | 0.85+ |
last three quarters | DATE | 0.84+ |
Mongo | ORGANIZATION | 0.84+ |
tonne of partners | QUANTITY | 0.84+ |
last year | DATE | 0.83+ |
100% growth | QUANTITY | 0.8+ |
HIPAA | TITLE | 0.8+ |
Green Lake | ORGANIZATION | 0.75+ |
single geo | QUANTITY | 0.75+ |
P E | ORGANIZATION | 0.69+ |
last couple of days | DATE | 0.68+ |
I t. Tops | ORGANIZATION | 0.66+ |
County | ORGANIZATION | 0.65+ |
earlier today | DATE | 0.64+ |
nineties | QUANTITY | 0.62+ |
H | PERSON | 0.61+ |
P | ORGANIZATION | 0.6+ |
H P E. | ORGANIZATION | 0.6+ |
SVS | ORGANIZATION | 0.58+ |
years | QUANTITY | 0.56+ |
Discover 2022 | COMMERCIAL_ITEM | 0.56+ |
Daisy Urfer, Algolia & Jason Ling, Apply Digital | AWS Startup Showcase S2 E3
(introductory riff) >> Hey everyone. Welcome to theCUBE's presentation of the "AWS Startup Showcase." This is Season 2, Episode 3 of our ongoing series that features great partners in the massive AWS partner ecosystem. This series is focused on, "MarTech, Emerging Cloud-Scale Customer Experiences." I'm Lisa Martin, and I've got two guests here with me to talk about this. Please welcome Daisy Urfer, Cloud Alliance Sales Director at Algolia, and Jason Lang, the Head of Product for Apply Digital. These folks are here to talk with us today about how Algolia's Search and Discovery enables customers to create dynamic realtime user experiences for those oh so demanding customers. Daisy and Jason, it's great to have you on the program. >> Great to be here. >> Thanks for having us. >> Daisy, we're going to go ahead and start with you. Give the audience an overview of Algolia, what you guys do, when you were founded, what some of the gaps were in the market that your founders saw and fixed? >> Sure. It's actually a really fun story. We were founded in 2012. We are an API first SaaS solution for Search and Discovery, but our founders actually started off with a search tool for mobile platforms, so just for your phone and it quickly expanded, we recognize the need across the market. It's been a really fun place to grow the business. And we have 11,000 customers today and growing every day, with 30 billion searches a week. So we do a lot of business, it's fun. >> Lisa: 30 billion searches a week and I saw some great customer brands, Locost, NBC Universal, you mentioned over 11,000. Talk to me a little bit about some of the technologies, I see that you have a search product, you have a recommendation product. What are some of those key capabilities that the products deliver? 'Cause as we know, as users, when we're searching for something, we expect it to be incredibly fast. >> Sure. Yeah. What's fun about Algolia is we are actually the second largest search engine on the internet today to Google. So we are right below the guy who's made search of their verb. So we really provide an overall search strategy. We provide a dashboard for our end users so they can provide the best results to their customers and what their customers see. Customers want to see everything from Recommend, which is our recommended engine. So when you search for that dress, it shows you the frequently bought together shoes that match, things like that, to things like promoted items and what's missing in the search results. So we do that with a different algorithm today. Most in the industry rank and they'll stack what you would want to see. We do kind of a pair for pair ranking system. So we really compare what you're looking for and it gives a much better result. >> And that's incredibly critical for users these days who want results in milliseconds. Jason, you, Apply Digital as a partner of Algolia, talk to us about Apply Digital, what it is that you guys do, and then give us a little bit of insight on that partnership. >> Sure. So Apply Digital was originally founded in 2016 in Vancouver, Canada. And we have offices in Vancouver, Toronto, New York, LA, San Francisco, Mexico city, Sao Paulo and Amsterdam. And we are a digital experiences agency. So brands and companies, and startups, and all the way from startups to major global conglomerates who have this desire to truly create these amazing digital experiences, it could be a website, it could be an app, it could be a full blown marketing platform, just whatever it is. And they lack either the experience or the internal resources, or what have you, then they come to us. And and we are end-to-end, we strategy, design, product, development, all the way through the execution side. And to help us out, we partner with organizations like Algolia to offer certain solutions, like an Algolia's case, like search recommendation, things like that, to our various clients and customers who are like, "Hey, I want to create this experience and it's going to require search, or it's going to require some sort of recommendation." And we're like, "Well, we highly recommend that you use Algolia. They're a partner of ours, they've been absolutely amazing over the time that we've had the partnership. And that's what we do." And honestly, for digital experiences, search is the essence of the internet, it just is. So, I cannot think of a single digital experience that doesn't require some sort of search or recommendation engine attached to it. So, and Algolia has just knocked it out of the park with their experience, not only from a customer experience, but also from a development experience. So that's why they're just an amazing, amazing partner to have. >> Sounds like a great partnership. Daisy, let's point it back over to you. Talk about some of those main challenges, Jason alluded to them, that businesses are facing, whether it's e-commerce, SaaS, a startup or whatnot, where search and recommendations are concerned. 'Cause we all, I think I've had that experience, where we're searching for something, and Daisy, you were describing how the recommendation engine works. And when we are searching for something, if I've already bought a tent, don't show me more tent, show me things that would go with it. What are some of those main challenges that Algolia solution just eliminates? >> Sure. So I think, one of the main challenges we have to focus on is, most of our customers are fighting against the big guides out there that have hundreds of engineers on staff, custom building a search solution. And our consumers expect that response. You expect the same search response that you get when you're streaming video content looking for a movie, from your big retailer shopping experiences. So what we want to provide is the ability to deliver that result with much less work and hassle and have it all show up. And we do that by really focusing on the results that the customers need and what that view needs to look like. We see a lot of our customers just experiencing a huge loss in revenue by only providing basic search. And because as Jason put it, search is so fundamental to the internet, we all think it's easy, we all think it's just basic. And when you provide basic, you don't get the shoes with the dress, you get just the text response results back. And so we want to make sure that we're providing that back to our customers. What we see average is even, and everybody's going mobile. A lot of times I know I do all my shopping on my phone a lot of the time, and 40%-50% better relevancy results for our customers for mobile users. That's a huge impact to their use case. >> That is huge. And when we talked about patients wearing quite thin the last couple of years. But we have this expectation in our consumer lives and in our business lives if we're looking for SaaS or software, or whatnot, that we're going to be able to find what we want that's relevant to what we're looking for. And you mentioned revenue impact, customer churn, brand reputation, those are all things that if search isn't done well, to your point, Daisy, if it's done in a basic fashion, those are some of the things that customers are going to experience. Jason, talk to us about why Algolia, what was it specifically about that technology that really led Apply Digital to say, "This is the right partner to help eliminate some of those challenges that our customers could face?" >> Sure. So I'm in the product world. So I have the wonderful advantage of not worrying about how something's built, that is left, unfortunately, to the poor, poor engineers that have to work with us, mad scientist, product people, who are like, "I want, make it do this. I don't know how, but make it do this." And one of the big things is, with Algolia is the lift to implement is really, really light. Working closely with our engineering team, and even with our customers/users and everything like that, you kind of alluded to it a little earlier, it's like, at the end of the day, if it's bad search, it's bad search. It just is. It's terrible. And people's attention span can now be measured in nanoseconds, but they don't care how it works, they just want it to work. I push a button, I want something to happen, period. There's an entire universe that is behind that button, and that's what Algolia has really focused on, that universe behind that button. So there's two ways that we use them, on a web experience, there's the embedded Search widget, which is really, really easy to implement, documentation, and I cannot speak high enough about documentation, is amazing. And then from the web aspect, I'm sorry, from the mobile aspect, it's very API fort. And any type of API implementation where you can customize the UI, which obviously you can imagine our clients are like, "No we want to have our own front end. We want to have our own custom experience." We use Algolia as that engine. Again, the documentation and the light lift of implementation is huge. That is a massive, massive bonus for why we partnered with them. Before product, I was an engineer a very long time ago. I've seen bad documentation. And it's like, (Lisa laughing) "I don't know how to imple-- I don't know what this is. I don't know how to implement this, I don't even know what I'm looking at." But with Algolia and everything, it's so simple. And I know I can just hear the Apply Digital technology team, just grinding sometimes, "Why is a product guy saying that (mumbles)? He should do it." But it is, it just the lift, it's the documentation, it's the support. And it's a full blown partnership. And that's why we went with it, and that's what we tell our clients. It's like, listen, this is why we chose Algolia, because eventually this experience we're creating for them is theirs, ultimately it's theirs. And then they are going to have to pick it up after a certain amount of time once it's theirs. And having that transition of, "Look this is how easy it is to implement, here is all the documentation, here's all the support that you get." It just makes that transition from us to them beautifully seamless. >> And that's huge. We often talk about hard metrics, but ease of use, ease of implementation, the documentation, the support, those are all absolutely business critical for the organization who's implementing the software, the fastest time to value they can get, can be table stakes, and it can be on also a massive competitive differentiator. Daisy, I want to go back to you in terms of hard numbers. Algolia has a recent force or Total Economic Impact, or TEI study that really has some compelling stats. Can you share some of those insights with us? >> Yeah. Absolutely. I think that this is the one of the most fun numbers to share. We have a recent report that came out, it shared that there's a 382% Return on Investment across three years by implementing Algolia. So that's increase to revenue, increased conversion rate, increased time on your site, 382% Return on Investment for the purchase. So we know our pricing's right, we know we're providing for our customers. We know that we're giving them the results that we need. I've been in the search industry for long enough to know that those are some amazing stats, and I'm really proud to work for them and be behind them. >> That can be transformative for a business. I think we've all had that experience of trying to search on a website and not finding anything of relevance. And sometimes I scratch my head, "Why is this experience still like this? If I could churn, I would." So having that ability to easily implement, have the documentation that makes sense, and get such high ROI in a short time period is hugely differentiated for businesses. And I think we all know, as Jason said, we measure response time in nanoseconds, that's how much patience and tolerance we all have on the business side, on the consumer side. So having that, not just this fast search, but the contextual search is table stakes for organizations these days. I'd love for you guys, and on either one of you can take this, to share a customer example or two, that really shows the value of the Algolia product, and then also maybe the partnership. >> So I'll go. We have a couple of partners in two vastly different industries, but both use Algolia as a solution for search. One of them is a, best way to put this, multinational biotech health company that has this-- We built for them this internal portal for all of their healthcare practitioners, their HCPs, so that they could access information, data, reports, wikis, the whole thing. And it's basically, almost their version of Wikipedia, but it's all internal, and you can imagine the level of of data security that it has to be, because this is biotech and healthcare. So we implemented Algolia as an internal search engine for them. And the three main reasons why we recommended Algolia, and we implemented Algolia was one, HIPAA compliance. That's the first one, it's like, if that's a no, we're not playing. So HIPAA compliance, again, the ease of search, the whole contextual search, and then the recommendations and things like that. It was a true, it didn't-- It wasn't just like a a halfhearted implementation of an internal search engine to look for files thing, it is a full blown search engine, specifically for the data that they want. And I think we're averaging, if I remember the numbers correctly, it's north of 200,000 searches a month, just on this internal portal specifically for their employees in their company. And it's amazing, it's absolutely amazing. And then conversely, we work with a pretty high level adventure clothing brand, standard, traditional e-commerce, stable mobile application, Lisa, what you were saying earlier. It's like, "I buy everything on my phone," thing. And so that's what we did. We built and we support their mobile application. And they wanted to use for search, they wanted to do a couple of things which was really interesting. They wanted do traditional search, search catalog, search skews, recommendations, so forth and so on, but they also wanted to do a store finder, which was kind of interesting. So, we'd said, all right, we're going to be implementing Algolia because the lift is going to be so much easier than trying to do everything like that. And we did, and they're using it, and massively successful. They are so happy with it, where it's like, they've got this really contextual experience where it's like, I'm looking for a store near me. "Hey, I've been looking for these items. You know, I've been looking for this puffy vest, and I'm looking for a store near me." It's like, "Well, there's a store near me but it doesn't have it, but there's a store closer to me and it does have it." And all of that wraps around what it is. And all of it was, again, using Algolia, because like I said earlier, it's like, if I'm searching for something, I want it to be correct. And I don't just want it to be correct, I want it to be relevant. >> Lisa: Yes. >> And I want it to feel personalized. >> Yes. >> I'm asking to find something, give me something that I am looking for. So yeah. >> Yeah. That personalization and that relevance is critical. I keep saying that word "critical," I'm overusing it, but it is, we have that expectation that whether it's an internal portal, as you talked about Jason, or it's an adventure clothing brand, or a grocery store, or an e-commerce site, that what they're going to be showing me is exactly what I'm looking for, that magic behind there that's almost border lines on creepy, but we want it. We want it to be able to make our lives easier whether we are on the consumer side, whether we on the business side. And I do wonder what the Go To Market is. Daisy, can you talk a little bit about, where do customers go that are saying, "Oh, I need to Algolia, and I want to be able to do that." Now, what's the GTM between both of these companies? >> So where to find us, you can find us on AWS Marketplace which another favorite place. You can quickly click through and find, but you can connect us through Apply Digital as well. I think, we try to be pretty available and meet our customers where they are. So we're open to any options, and we love exploring with them. I think, what is fun and I'd love to talk about as well, in the customer cases, is not just the e-commerce space, but also the content space. We have a lot of content customers, things about news, organizations, things like that. And since that's a struggle to deliver results on, it's really a challenge. And also you want it to be relevant, so up-to-date content. So it's not just about e-commerce, it's about all of your solution overall, but we hope that you'll find us on AWS Marketplace or anywhere else. >> Got it. And that's a great point, that it's not just e-commerce, it's content. And that's really critical for some industry, businesses across industries. Jason and Daisy, thank you so much for joining me talking about Algolia, Apply Digital, what you guys are doing together, and the huge impact that you're making to the customer user experience that we all appreciate and know, and come to expect these days is going to be awesome. We appreciate your insights. >> Thank you. >> Thank you >> For Daisy and Jason, I'm Lisa Martin. You're watching "theCUBE," our "AWS Startup Showcase, MarTech Emerging Cloud-Scale Customer Experiences." Keep it right here on "theCUBE" for more great content. We're the leader in live tech coverage. (ending riff)
SUMMARY :
and Jason Lang, the Head of Give the audience an overview of Algolia, And we have 11,000 customers that the products deliver? So we do that with a talk to us about Apply Digital, And to help us out, we and Daisy, you were describing that back to our customers. that really led Apply Digital to say, And one of the big things is, the fastest time to value they and I'm really proud to work And I think we all know, as Jason said, And all of that wraps around what it is. I'm asking to find something, and that relevance and we love exploring with them. and the huge impact that you're making We're the leader in live tech coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Jason | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Daisy | PERSON | 0.99+ |
Jason Lang | PERSON | 0.99+ |
Lisa | PERSON | 0.99+ |
Vancouver | LOCATION | 0.99+ |
Apply Digital | ORGANIZATION | 0.99+ |
2012 | DATE | 0.99+ |
Sao Paulo | LOCATION | 0.99+ |
Amsterdam | LOCATION | 0.99+ |
Mexico | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Jason Ling | PERSON | 0.99+ |
2016 | DATE | 0.99+ |
Locost | ORGANIZATION | 0.99+ |
San Francisco | LOCATION | 0.99+ |
Algolia | ORGANIZATION | 0.99+ |
LA | LOCATION | 0.99+ |
NBC Universal | ORGANIZATION | 0.99+ |
40% | QUANTITY | 0.99+ |
New York | LOCATION | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
two guests | QUANTITY | 0.99+ |
Daisy Urfer | PERSON | 0.99+ |
One | QUANTITY | 0.99+ |
two ways | QUANTITY | 0.99+ |
ORGANIZATION | 0.99+ | |
11,000 customers | QUANTITY | 0.99+ |
382% | QUANTITY | 0.99+ |
HIPAA | TITLE | 0.99+ |
both | QUANTITY | 0.99+ |
Toronto | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
theCUBE | TITLE | 0.98+ |
today | DATE | 0.98+ |
first one | QUANTITY | 0.98+ |
single | QUANTITY | 0.98+ |
three years | QUANTITY | 0.98+ |
Algolia | PERSON | 0.98+ |
50% | QUANTITY | 0.97+ |
over 11,000 | QUANTITY | 0.97+ |
30 billion searches a week | QUANTITY | 0.96+ |
theCUBE | ORGANIZATION | 0.94+ |
Tim Everson, Kalahari Resorts and Conventions | Manage Risk with the Armis Platform
>> Okay, welcome back to the portion of the program for customer lightning talks, where we chat with Armis' customers for a rapid fire five minute session on their Cisco perspectives and insights into cybersecurity. First up is Tim Everson, CISO of Kalahari resorts and conventions. Let's get it going. Hi, Tim. Welcome to theCUBE and Armis program, managing risk across your extended surface area. >> Thanks for having me appreciate it. >> So let's get going. So unified visibility across the extended asset serves as key. You can't secure what you can't see. Tell me about what you're able to centralize, your views on network assets and what is Armis doing from an impact standpoint that's had on your business? >> Sure. So traditionally basically you have all your various management platforms, your Cisco platforms, your Sims, your wireless platforms, all the different pieces and you've got a list of spare data out there and you've got to chase all of this data through all these different tools. Armis is fantastic and was really point blank dropping in place for us as far as getting access to all of that data all in one place and giving us visibility to everything. Basically opened the doors letting us see our customer wireless traffic, our internal traffic, our PCI traffic because we deal with credit cards, HIPAA, compliance, all this traffic, all these different places, all into one. >> All right, next up, vulnerability management is a big topic, across all assets, not just IT devices. The gaps are there in the current vulnerability management programs. How has Armis vulnerability management made things better for your business and what can you see now that you couldn't see before? >> So Armis gives me better visibility of the network side of these vulnerabilities. You have your Nessus vulnerability scanners, the things that look at machines, look at configurations and hard facts. Nessus gives you all those. But when you turn to Armis, Armis looks at the network perspective, takes all that traffic that it's seeing on the network and gives you the network side of these vulnerabilities. So you can see if something's trying to talk out to a specific port or to a specific host on the internet and Armis consolidates all that and gives you trusted sources of information to validate where those are coming from. >> When you take into account all the criticality of the different kinds of assets involved in a business operation and they're becoming more wider, especially with edge in other areas, how has the security workload changed? >> The security workload has increased dramatically, especially in hospitality. In our case, not only do we have hotel rooms and visitors and our guests, we also have a convention center that we deal with. We have water parks and fun things for people to do. Families and businesses alike. And so when you add all those things up and you add the wireless and you add the network and the audio video and all these different pieces that come into play with all of those things in hospitality and you add our convention centers on top of it, the footprint's just expanded enormously in the past few years. >> When you have a digital transformation in a use case like yours, it's very diverse. You need a robust network, you need a robust environment to implement SaaS solutions. No ages to deploy, no updates needed. You got to be in line with that to execute and scale. How easy was Armis to implement ease of use of simplicity, the plug and play? In other words, how quickly do you achieve this time to value? >> Oh goodness. We did a proof of concept about three months ago in one of our resort locations, we dropped in an Armis appliance and literally within the first couple hours of the appliance being on the network, we had data on 30 to 40,000 devices that were touching our network. Very quick and easy, very drop and plug and play and moving from the POC to production, same deal. We, we dropped in these appliances in site. Now we're seeing over 180,000 devices touching our networks within a given week. >> Armis has this global asset knowledge base, it's crowdsourced an a asset intelligent engine, it's a game changer. It tracks managed, unmanaged IOT devices. Were you shocked when you discovered how many assets they were able to discover and what impact did that have for you? >> Oh, absolutely. Not only do we have the devices that we have, but we have guests that bring things on site all the time, Roku TVs and players and Amazon Fire Sticks and all these different things that are touching our network and seeing those in real time and seeing how much traffic they're using we can see utilization, we can see exactly what's being brought on, we can see vehicles in our parking lot that have access points turned on. I mean, it's just amazing how much data this opened our eyes to that you know it's there but you don't ever see it. >> It's bring your own equipment to the resort just so you can watch all your Netflix, HDMI cable, everyone's doing it now. I mean, this is the new user behavior. Great insight. Anything more you'd want to say about Armis for the folks watching? >> I would say the key is they're very easy to work with. The team at Armis has worked very closely with me to get the integrations that we've put in place with our networking equipment, with our wireless, with different pieces of things and they're working directly with me to help integrate some other things that we've asked them to do that aren't there already. Their team is very open. They listen, they take everything that we have to say as a customer to heart and they really put a lot of effort into making it happen. >> All right, Tim. Well, thanks for your time. I'm John Furrier with theCUBE, the leader in enterprise tech coverage. Up next in this lightning talk session is Brian Gilligan, manager, security and Operations at Brookfield Properties. Thanks for watching.
SUMMARY :
the portion of the program You can't secure what you can't see. you have all your various and what can you see now and gives you the network and you add the network that to execute and scale. the POC to production, same deal. when you discovered how that you know it's there about Armis for the folks watching? everything that we have to say and Operations at Brookfield Properties.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brian Gilligan | PERSON | 0.99+ |
Tim | PERSON | 0.99+ |
Tim Everson | PERSON | 0.99+ |
30 | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Armis | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
Nessus | ORGANIZATION | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
five minute | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
Fire Sticks | COMMERCIAL_ITEM | 0.99+ |
Kalahari Resorts and Conventions | ORGANIZATION | 0.98+ |
over 180,000 devices | QUANTITY | 0.98+ |
first couple hours | QUANTITY | 0.97+ |
40,000 devices | QUANTITY | 0.97+ |
Brookfield Properties | ORGANIZATION | 0.95+ |
one | QUANTITY | 0.92+ |
Netflix | ORGANIZATION | 0.92+ |
one place | QUANTITY | 0.9+ |
three months ago | DATE | 0.86+ |
Roku | ORGANIZATION | 0.83+ |
Kalahari | ORGANIZATION | 0.78+ |
theCUBE | ORGANIZATION | 0.77+ |
CISO | PERSON | 0.67+ |
past few years | DATE | 0.6+ |
HIPAA | TITLE | 0.56+ |
about | DATE | 0.53+ |
Armis' | ORGANIZATION | 0.52+ |
rs | ORGANIZATION | 0.4+ |
Matthew Carroll, Immuta | Snowflake Summit 2022
(Upbeat music) >> Hey everyone. Welcome back to theCUBE's continuing coverage day two Snowflake Summit '22 live from Caesar's forum in Las Vegas. Lisa Martin here with Dave Vellante, bringing you wall to wall coverage yesterday, today, and tomorrow. We're excited to welcome Matthew Carroll to the program. The CEO of Immuta, we're going to be talking about removing barriers to secure data access security. Matthew, welcome. >> Thank you for having me, appreciate it. >> Talk to the audience a little bit about Immuta you're a Snowflake premier technology partner, but give him an overview of Immuta what you guys do, your vision, all that good stuff. >> Yeah, absolutely, thanks. Yeah, if you think about what Immunta at it's core is, we're a data security platform for the modern data stack, right? So what does that mean? It means that we embed natively into a Snowflake and we enforce policies on data, right? So, the rules to be able to use it, to accelerate data access, right? So, that means connecting to the data very easily controlling it with any regulatory or security policy on it as well as contractual policies, and then being able to audit it. So, that way, any corporation of any size can leverage their data and share that data without risking leaking it or potentially violating a regulation. >> What are some of the key as we look at industry by industry challenges that Immuta is helping those customers address and obviously quickly since everything is accelerating. >> Yeah. And it's, you're seeing it 'cause the big guys like Snowflake are verticalizing, right? You're seeing a lot of industry specific, you know, concepts. With us, if you think of, like, where we live obviously policies on data regulated, right? So healthcare, how do we automate HIPAA compliance? How do we redesign clinical trial management post COVID, right? If you're going to have billions of users and you're collecting that data, pharmaceutical companies can't wait to collect that data. They need to remove those barriers. So, they need to be able to collect it, secure it, and be able to share it. Right? So, double and triple blinded studies being redesigned in the cloud. Government organizations, how do we share security information globally with different countries instantaneously? Right? So these are some of the examples where we're helping organizations transform and be able to kind of accelerate their adoption of data. >> Matt, I don't know if you remember, I mean, I know you remember coming to our office. But we had an interesting conversation and I was telling Lisa. Years ago I wrote a piece of you know, how to build on top of, AWS. You know, there's so much opportunity. And we had a conversation, at our office, theCUBE studios in Marlborough, Massachusetts. And we both, sort of, agreed that there was this new workload emerging. We said, okay, there's AWS, there's Snowflake at the time, we were thinking, and you bring machine learning, at time where we were using data bricks, >> Yeah. >> As the example, of course now it's been a little bit- >> Yeah. Careful. >> More of a battle, right, with those guys. But, and so, you see them going in their different directions, but the premise stands is that there's an ecosystem developing, new workloads developing, on top of the hyper scale infrastructure. And you guys play a part in that. So, describe what you're seeing there 'cause you were right on in that conversation. >> Yeah. Yeah. >> It's nice to be, right. >> Yeah. So when you think of this design pattern, right, is you have a data lake, you have a warehouse, and you have an exchange, right? And this architecture is what you're seeing around you now, is this is every single organization in the world is adopting this design pattern. The challenge that where we fit into kind of a sliver of this is, the way we used to do before is application design, right? And we would build lots of applications, and we would build all of our business logic to enforce security controls and policies inside each app. And you'd go through security and get it approved. In this paradigm, any user could potentially access any data. There's just too many data sources, too many users, and too many things that can go wrong. And to scale that is really hard. So, like, with Immuta, what we've done, versus what everyone else has done is we natively embedded into every single one of those compute partners. So ,Snowflake, data breaks, big query, Redshift, synapse on and on. Natively underneath the covers, so that was BI tools, those data science tools hit Snowflake. They don't have to rewrite any of their code, but we automatically enforce policy without them having to do anything. And then we consistently audit that. I call that the separation of policy from platform. So, just like in the world in big data, when we had to separate compute from storage, in this world, because we're global, right? So we're, we have a distributed workforce and our data needs to abide by all these new security rules and regulations. We provide a flexible framework for them to be able to operate at that scale. And we're the only ones in the world doing it. >> Dave Vellante: See the key there is, I mean, Snowflake is obviously building out its data cloud and the functions that it's building in are quite impressive. >> Yeah. >> Dave Vellante: But you know at some point a customer's going to say, look I have other stuff, whether it's in an Oracle database, or data lake or wherever, and that should just be a node on this global, whatever you want to call it, mesh or fabric. And then if I'm hearing you right, you participate in all of that. >> Correct? Yeah We kind of, we were able to just natively inject into each, and then be able to enforce that policy consistently, right? So, hey, can you access HIPAA data? Who are you? Are you authorized to use this? What's the purpose you want to query this data? Is it for fraud? Is it for marketing? So, what we're trying to do as part of this new design paradigm is ensure that we can automate nearly the entire data access process, but with the confidence and de-risk it, that's kind of the key thing. But the one thing I will mention is I think we talk a lot about the core compute, but I think, especially at this summit, data sharing is everything. Right? And this concept of no copy data sharing, because the data is too big and there's too many sets to share, that's the keys to the kingdom. You got to get your lake and your warehouse set with good policy, so you can effectively share it. >> Yeah, so, I wanted to just to follow up, if I may. So, you'd mentioned separating compute from storage and a lot of VC money poured into that. A lot of VC money poured into cloud database. How do you see, do you see Snowflake differentiating substantially from all the other cloud databases? And how so? >> I think it's the ease of use, right? Apple produces a phone that isn't much different than other competitors. Right? But what they do is, end to end, they provide an experience that's very simple. Right? And so yes. Are there other warehouses? Are there other ways to, you know you heard about their analytic workloads now, you know through unistore, where they're going to be able to process analytical workloads as well as their ad hoc queries. I think other vendors are obviously going to have the same capabilities, but I think the user experience of Snowflake right now is top tier. Right? Is I can, whether I'm a small business, I can load my debt in there and build an app really quickly. Or if I'm a JP Morgan or, you know, a West Farmer's I can move legacy, you know monolithic architectures in there in months. I mean, these are six months transitions. When think about 20 years of work is now being transitioned to the cloud in six months. That's the difference. >> So measuring ease of views and time to value, time to market. >> Yeah. That's it's everything is time to value. No one wants to manage the infrastructure. In the Hudup world, no one wants to have expensive customized engineers that are, you know, keeping up your Hudup infrastructure any longer. Those days are completely over. >> Can you share an example of a joint customer, where really the joint value proposition that Immuta and Snowflake bring, are delivering some pretty substantial outcomes? >> Yeah. I, what we're seeing is and we're obviously highly incentivized to get them in there because it's easier on us, right? Because we can leverage their row and com level security. We can leverage their features that they've built in to provide a better experience to our customers. And so when we talk about large banks, they're trying to move Terra data workloads into Snowflake. When we talk about clinical trial management, they're trying to get away from physical copies of data, and leverage the exchanges of mechanism, so you can manage data contracts, right? So like, you know, when we think of even like a company like Latch, right? Like Latch uses us to be able to oversee all of the consumer data they have. Without like a Snowflake, what ends up happening is they end up having to double down and invest on their own people building out all their own infrastructure. And they don't have the capital to invest in third party tools like us that keep them safe, prevent data leaks, allow them to do more and get more value out of their data, which is what they're good at. >> So TCO reduction I'm hearing. >> Matthew Carroll: Yes, exactly. >> Matt, where are you as a company, you've obviously made a lot of progress since we last talked. Maybe give us the update on you know, the headcount, and fundraising, and- >> Yeah, we're just at about 250 people, which scares me every day, but it's awesome. But yeah, we've just raised 100 million dollars- >> Lisa Martin: Saw that, congratulations. >> Series E, thank you, with night dragon leading it. And night dragon was very tactical as well. We are moving, we found that data governance, I think what you're seeing in the market now is the catalog players are really maturing, and they're starting to add a suite of features around governance, right? So quality control, observability, and just traditional asset management around their data. What we are finding is is that there's a new gap in this space, right? So if you think about legacy it's we had infrastructure security we had the four walls and we protect our four walls. Then we moved to network security. We said, oh, the adversary is inside zero trust. So, let's protect all of our endpoints, right? But now we're seeing is data is the security flaw data could be, anyone could potentially access it in this organization. So how do we protect data? And so what we have matured into is a data security company. What we have found is, there's this next generation of data security products that are missing. And it's this blend between authentication like an, an Okta or an AuthO and auth- I'm sorry, authorization. Like Immuta, where we're authorizing certain access. And we have to pair together, with the modern observability, like a data dog, to provide an a layer above this modern data stack, to protect the data to analyze the users, to look for threats. And so Immuta has transformed with this capital. And we brought Dave DeWalt onto our board because he's a cybersecurity expert, he gives us that understanding of what is it like to sell into this modern cyber environment. So now, we have this platform where we can discover data, analyze it, tag it, understand its risk, secure it to author and enforce policies. And then monitor, the key thing is monitoring. Who is using the data? Why are they using the data? What are the risks to that? In order to enforce the security. So, we are a data security platform now with this raise. >> Okay. That, well, that's a new, you know, vector for you guys. I always saw you as an adjacency, but you're saying smack dab in the heart >> Matthew Carroll: Yes. Yeah. We're jumping right in. What we've seen is there is a massive global gap. Data is no longer just in one country. So it is, how do we automate policy enforcement of regulatory oversight, like GDPR or CCPA, which I think got this whole category going. But then we quickly realized is, well we have data jurisdiction. So, where does that data have to live? Where can I send it to? Because from Europe to us, what's the export treaty? We don't have defined laws anymore. So we needed a flexible framework to handle that. And now what we're seeing is data leaks, upon data leaks, and you know, the Snowflakes and the other cloud compute vendors, the last thing they ever want is a data leak out of their ecosystem. So, the security aspects are now becoming more and more important. It's going to be an insider threat. It's someone that already has access to that and has the rights to it. That's going to be the risk. And there is no pattern for a data scientist. There's no zero trust model for data. So we have to create that. >> How are you, last question, how are you going to be using a 100 million raised in series E funding, which you mentioned, how are you going to be leveraging that investment to turn the volume up on data security? >> Well, and we still have also another 80 million still in the bank from our last raise, so 180 million now, and potentially more soon, we'll kind of throw that out there. But, the first thing is M and A I believe in a recessing market, we're going to see these platforms consolidate. Larger customer of ours are driving us to say, Hey, we need less tools. We need to make this easier. So we can go faster. They're, even in a recessing market, these customers are not going to go slower. They're moving in the cloud as fast as possible, but it needs to be easier, right? It's going back to the mid nineties kind of Lego blocks, right? Like the IBM, the SAP, the Informatica, right? So that's number one. Number two is investing globally. Customer success, engineering, support, 24 by seven support globally. Global infrastructure on cloud, moving to true SaaS everywhere in the world. That's where we're going. So sales, engineering, and customer success globally. And the third is, is doubling down on R and D. That monitor capability, we're going to be building software around. How do we monitor and understand risk of users, third parties. So how do you handle data contracts? How do you handle data use agreements? So those are three areas we're focused on. >> Dave Vellante: How are you scaling go to market at this point? I mean, I presume you are. >> Yeah, well, I think as we're leveraging these types of engagements, so like our partners are the big cloud compute vendors, right? Those data clouds. We're injecting as much as we can into them and helping them get more workloads onto their infrastructure because it benefits us. And then obviously we're working with GSIs and then RSIs to kind of help with this transformation, but we're all in, we're actually deprecating support of legacy connectors. And we're all in on cloud compute. >> How did the pivot to all in on security, how did it affect your product portfolio? I mean, is that more positioning or was there other product extensions that where you had to test product market fit? >> Yeah. This comes out of customer drive. So we've been holding customer advisory boards across Europe, Asia and U.S. And what we just saw was a pattern of some of these largest banks and pharmaceutical companies and insurance companies in the world was, hey we need to understand who is actually on our data. We have a better understanding of our data now, but we don't actually understand why they're using our data. Why are they running these types of queries? Is this machine, you know logic, that we're running on this now, we invested all this money in AI. What's the risk? They just don't know. And so, yeah, it's going to change our product portfolio. We modularized our platform to the street components over the past year, specifically now, so we can start building custom applications on top of it, for specific users like the CSO, like, you know, the legal department, and like third party regulators to come in, as well as as going back to data sharing, to build data use agreements between one or many entities, right? So an SMP global can expose their data to third parties and have one consistent digital contract, no more long memo that you have to read the contract, like, Immuta can automate those data contracts between one or many entities. >> Dave Vellante: And make it a checkbox item. >> It's just a checkbox, but then you can audit it all, right? >> The key thing is this, I always tell people, there's negligence and gross negligence. Negligence, you can go back and fix something, gross negligence you don't have anything to put into controls. Regulators want you to be at least negligent, grossly negligent. They get upset. (laughs) >> Matthew, it sounds like great stuff is going on at Immuta, lots of money in the bank. And it sounds like a very clear and strategic vision and direction. We thank you so much for joining us on theCUBE this morning. >> Thank you so much >> For our guest and Dave Vellante, I'm Lisa Martin, you're watching theCUBE's coverage of day two, Snowflake Summit '22, coming at ya live, from the show floor in Las Vegas. Be right back with our next guest. (Soft music)
SUMMARY :
Matthew Carroll to the program. of Immuta what you guys do, your vision, So, the rules to be able to use it, What are some of the key So, they need to be able to collect it, at the time, we were thinking, And you guys play a part in that. of our business logic to Dave Vellante: See the key there is, on this global, whatever you What's the purpose you just to follow up, if I may. they're going to be able to and time to value, time to market. that are, you know, keeping And they don't have the capital to invest Matt, where are you as a company, Yeah, we're just at about 250 people, What are the risks to that? I always saw you That's going to be the risk. but it needs to be easier, right? I mean, I presume you are. and then RSIs to kind of help the CSO, like, you know, Dave Vellante: And Regulators want you to be at Immuta, lots of money in the bank. from the show floor in Las Vegas.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Dave Vellante | PERSON | 0.99+ |
Matthew Carroll | PERSON | 0.99+ |
Lisa Martin | PERSON | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Matthew | PERSON | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
Europe | LOCATION | 0.99+ |
Dave DeWalt | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Lisa | PERSON | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
Matt | PERSON | 0.99+ |
Immuta | ORGANIZATION | 0.99+ |
tomorrow | DATE | 0.99+ |
100 million dollars | QUANTITY | 0.99+ |
Asia | LOCATION | 0.99+ |
Apple | ORGANIZATION | 0.99+ |
U.S. | LOCATION | 0.99+ |
Informatica | ORGANIZATION | 0.99+ |
today | DATE | 0.99+ |
six months | QUANTITY | 0.99+ |
Latch | ORGANIZATION | 0.99+ |
100 million | QUANTITY | 0.99+ |
SAP | ORGANIZATION | 0.99+ |
180 million | QUANTITY | 0.99+ |
Hudup | ORGANIZATION | 0.99+ |
JP Morgan | ORGANIZATION | 0.99+ |
third | QUANTITY | 0.99+ |
Immunta | ORGANIZATION | 0.99+ |
yesterday | DATE | 0.99+ |
Marlborough, Massachusetts | LOCATION | 0.99+ |
theCUBE | ORGANIZATION | 0.99+ |
one country | QUANTITY | 0.98+ |
each app | QUANTITY | 0.98+ |
West Farmer | ORGANIZATION | 0.98+ |
Snowflake Summit '22 | EVENT | 0.98+ |
Snowflake | TITLE | 0.98+ |
80 million | QUANTITY | 0.98+ |
one | QUANTITY | 0.97+ |
Oracle | ORGANIZATION | 0.97+ |
both | QUANTITY | 0.97+ |
mid nineties | DATE | 0.96+ |
GDPR | TITLE | 0.96+ |
Snowflakes | EVENT | 0.96+ |
day two | QUANTITY | 0.95+ |
HIPAA | TITLE | 0.95+ |
Snowflake Summit '22 | EVENT | 0.94+ |
24 | QUANTITY | 0.94+ |
about 20 years | QUANTITY | 0.93+ |
first thing | QUANTITY | 0.93+ |
this morning | DATE | 0.93+ |
past year | DATE | 0.92+ |
seven | QUANTITY | 0.92+ |
Snowflake | ORGANIZATION | 0.92+ |
Snowflake Summit 2022 | EVENT | 0.92+ |
about 250 people | QUANTITY | 0.92+ |
each | QUANTITY | 0.91+ |
day | QUANTITY | 0.87+ |
double | QUANTITY | 0.87+ |
SMP | ORGANIZATION | 0.85+ |
unistore | TITLE | 0.84+ |
triple | QUANTITY | 0.84+ |
Snowflake | EVENT | 0.83+ |
Caesar | PERSON | 0.82+ |
three areas | QUANTITY | 0.82+ |
GSIs | ORGANIZATION | 0.81+ |
Years ago | DATE | 0.8+ |
2022 000CC Tim Everson CC
(upbeat music) >> Hello, welcome to this CUBE Conversation here in Palo Alto, California. I'm John Furrier, host of theCUBE. We're here with Tim Everson, CISO at Kalahari Resorts & Conventions. Tim, great to see you. Thanks for coming on theCUBE. >> Thank you for having me. Looking forward to it. >> So, you know, RSA is going on this week. We're talking a lot about security. You've got a lot of conferences. Security is a big scale now across all enterprises, all businesses. You're in the hospitality, you got conventions. You're in the middle of it. You have an interesting environment. You've got a lot of diverse use cases. And you've got a lot of needs. They're always changing. I mean, you talk about change. You've got a network that has to be responsive, robust and support a lot of tough customers who want to have fun or do business. >> Exactly, yeah. We have customers that come in, that we were talking about this before the segment. And we have customers that come in that bring their own Roku Sticks their own Amazon devices. All these different things they bring in. You know, our resort customers need dedicated bandwidth. So they need dedicated network segments stood up at a moment's notice to do the things they're doing and run the shows they're showing. So it's never, never ending. It's constantly changing in our business. And there's just data galore to keep an eye on. So it's really interesting. >> Can you scope the scale of the current cybersecurity challenges these days in the industry? Because they're wide and far, they're deep. You got zero trust on one end, which is essentially don't trust anything. And then you got now on the software supply chain, things like more trust. So you got the conflict between a direction that's more trusted and then zero trust, and everything in between. From, endpoint protection. It's a lot going on. What's the scale of this situation right now in cyber? >> You know, right now everything's very, very up in the air. You talk about zero trust. And zero trust can be defined a lot of ways depending on what security person you talk to today. So, I won't go into my long discussion about zero trust but suffice to say, like I said zero trust can be perceived so many different ways. From a user perspective, from a network perspective, from an end point. I look more broadly at the regulatory side of things and how that affects things too. Because, regulations are changing daily. You've got your GDPRs, your CCPAs, your HIPAA regulations, PCI. All these different things that affect businesses, and affect businesses different ways. I mean, at Kalahari we're vulnerable or we're not vulnerable, but we're subject to a lot of these different regulations, more so than other people. You wouldn't expect a lot of hotels to have HIPAA regulations for instance. We have health people at our resorts. So we actually are subject to HIPAA in a lot of cases. So there's a lot of these broad scenarios that apply and they come into play with all different industries. And again, things you don't expect. So, when you see these threats coming, when you see all the hacks coming. Even today I got an email that the Marriott breach data from a few years ago, or the MGM breach from a few years ago. We've got all these breaches out there in the world, are coming back to the surface and being looked at again. And our users and our guests and our corporate partners, and all these different people see those things and they rely on us to protect them. So it makes that scope just exponentially bigger. >> Yeah, there's so many threads to pull on here. One is, you know we've observed certainly with the pandemic and then now going forward is that if you weren't modern in your infrastructure, in your environment, you are exposed. Even, I'm not talking old and antiquated like in the dark ages IT. We're talking like really state of the art, current. If you're lagging just by a few years, the hackers have an advantage. So, the constant bar raising, leveling up on technology is part of this arms race against the bad guys. >> Absolutely. And you said it, you talked earlier about the supply chain. Supply chain, these attacks that have come through the SolarWinds attacks and some of these other supply chain attacks that are coming out right now. Everybody's doing their best to stay on top of the latest, greatest. And the problem with that is, when you rely on other vendors and other companies to be able to help you do that. And you're relying on all these different tool sets, the supply chain attack is hugely critical. It makes it really, really important that you're watching where you're getting your software from, what they're doing with it, how they secure it. And that when you're dealing with your vendors and your different suppliers, you're making sure that they're securing things as well as you are. And it just, it adds to the complexity, it adds to the footprint and it adds to the headache that a lot of these security teams have. Especially small teams where they don't have the people to manage those kind of contacts. >> It's so interesting, I think zero trust is a knee jerk reaction to the perimeter being gone. It's like, you got to People love the zero trust. Oh it's like, "We're going to protect this that nobody, and then vet them in." But once you're trusted, trust also is coming in to play here. And in your environment, you're a hotel, you're a convention. You have a lot of rotation of guests coming in. Very much high velocity. And spear phishing and phishing, I could be watching and socially engineering someone that could be on your property at any given time. You got to be prepared for that. Or, you got ransomware coming around the corners or heavily. So, you got the ransomware threat and you got potentially spear phishing that could be possible at your place. These are things that are going on, right? That you got to protect for. What's your reaction to that? >> Absolutely. We see all those kind of attacks on a daily basis. I see spear phishing attacks. I see, web links and I chase them down and see what's going on. I see that there's ransomware trying to come in. We see these things every single day. And the problem you have with it is not only, especially in a space where you have a high volume of customers and a high turnover of customers like you're talking about that are in and out of our resorts, in and out of our facilities. Those attacks aren't just coming from our executives and their email. We can have a guest sitting on a guest network, on a wireless network. Or on one of our business center machines, or using our resort network for any one of a number of the conference things that they're doing and the different ports that we have to open and the different bandwidth scenarios that you've got dealing with. All of these things come into play because if any attack comes from any of those channels you have to make sure that segmentation is right, that your tooling is proper and that your team is aware and watching for it. And so it does. It makes it a very challenging environment to be in. >> You know, I don't want to bring up the budget issue but I'll bring up the budget issue. You can have unlimited budget because there's so many tools out there and platforms now. I mean, if you've look at the ecosystem map of the cybersecurity landscape that you have to navigate through as a customer. You've got a lot of people knocking on your door to sell you stuff. So I have to ask you, what is the scale? I mean, you can't have unlimited budget. But the reality is you have to kind of, do the right thing. What's the most helpful kind of tools and platforms for you that you've seen that you've had experience with? Where's this going in terms of the most effective mechanisms and software and platforms that are available out there? >> From the security perspective specifically, the three things that are most important to me are visibility. Whether it's asset visibility or log visibility. You know, being able to see the data, being able to see what's going on. End user. Making sure that the end user has been trained, is aware and that you're watching them. Because the end user, the human is always the weakest link. The human doesn't have digital controls that can be hard set and absolutely followed. The human changes every day. And then our endpoint security solutions. Those are the three biggest things for me. You know, you have your network perimeter, your firewalls. But attackers aren't always looking for those. They're coming from the inside, they're finding a way around those. The biggest three things for me are endpoint, visibility and the end user. >> Yeah, it's awesome. And a lot of companies are really looking at their posture right now. So I would ask you as a CISO, who's in the front end of all this great stuff and protecting your networks and all your environments and the endpoints and assets. What advice would you have for other CISOs who are kind of trying to level up to where you're at, in terms of rethinking their security posture? What advice would you give them? >> The advice I would give you is surround yourself with people that are like-minded on the security side. Make sure that these people are aware but that they're willing to grow. Because security's always changing. If you get a security person that's dead set that they're going to be a network security person and that's all they're going to do. You know, you may have that need and you may fill it. But at the end of the day, you need somebody who's open rounded and ready to change. And then you need to make sure that you can have somebody, and the team that you work with is able to talk to your executives. It never fails, the executives. They understand security from the standpoint of the business, but they don't necessarily understand security from the technical side. So you have to make sure that you can cross those two boundaries. And when you grow your team you have to make sure that that's the biggest focus. >> I have to ask the pandemic question, but I know cybersecurity hasn't changed. In fact, it's gotten more aggressive in the pandemic. How has the post pandemic or kind of like towards the tail end of where we're at now, affect the cybersecurity landscape? Has it increased velocity? Has it changed any kind of threat vectors? Has it changed in any way? Can you share your thoughts on what happened during the pandemic and now has we come out of it into the next, well post pandemic? >> Absolutely. It affected hospitality in a kind of unique way. Because, a lot of the different governments, state, federal. I'm in Ohio. I work out of our Ohio resort. A lot of the governments literally shut us down or limited severely how many guests we could have in. So on the one hand you've got less traffic internal over the network. So you've got a little bit of a slow down there. But on the flip side it also meant a lot of our workers were working from home. So now you've got a lot of remote access coming in. You've got people that are trying to get in from home and work machines. You have to transition call centers and call volume and all of the things that come along with that. And you have to make sure that that human element is accounted for. Because, again, you've got people working from home, you no longer know if the person that's calling you today, if it's not somebody you're familiar with you don't know if that person is Joe Blow from the front desk or if that person's a vendor or who they are. And so when you deal with a company with 5,000 ish employees or 10,000 that some of these bigger companies are. 15,000, whatever the case may be. You know, the pandemic really put a shift in there because now you're protecting not only against the technologies, but you're dealing with all of the scams, all of the phishing attempts that are coming through that are COVID related. All of these various things. And it really did. It threw a crazy mix into cybersecurity. >> I can imagine that the brain trust over there is prior thinking, "Hey, we were a hybrid experience." Now, if people who have come and experienced our resorts and conventions can come in remotely, even in a hybrid experience with folks that are there. You've seen a lot of hybrid events for instance go on, where there's shared experience. I can almost imagine your service area is now extending to the homes of those guests. That you got to start thinking differently. Has that been something that you guys are looking at? >> We're looking at it from the standpoint of trying to broaden some of the events. In the case of a lot of our conventions, things of that nature. The conventions that aren't actually Kalahari's run conventions, we host them, we manage them. But it does... When you talk about workers coming from home to attend these conventions. Or these telecommuters that are attending these conventions. It does affect us in the stance that, like I said we have to provision network for these various events. And we have to make sure that the network and the security around the network are tight. So it does. It makes a big deal as far as how Kalahari does its business. Being able to still operate these different meetings and different conventions, and being able to host remotely as well. You know, making sure that telecommunications are available to them. Making sure that network access and room access are available to them. You know for places where we can't gather heavily in meetings. You know, these people still being able to be near each other, still being able to talk, but making sure that that technology is there between them. >> Well, Tim is great to have you on for this CUBE Conversation. CISO from the middle of all the action. You're seeing a lot. There's a lot of surface area you got to watch. There's a lot of data you got to observe. You got to get that visibility. You can only protect what you can see, and the more you see the better it is. The better the machine learning. You brought up the the common area about like-minded individuals. I want to just ask you on the final point here, on hiring and talent coming into the marketplace. I mean, this younger generation coming out of university and college is, or not even going to school. There's no cyber degree. I mean, there are now. But I mean, the world's changing. It's easy to level up. So, skill sets you can't get a degree in certain things. I mean, you got to have a broad set. What do you look for in talent? Is there a trend you see in terms of what makes a good cybersecurity professional, developer, analyst? Is there roles that you see emerging that you think people should pay attention to? What's your take on this as someone who's looking at the future? And- >> You know, it's very interesting that you bring this up. I actually have two of my team members, one directly working for me and another team member at Kalahari that are currently going through college degree programs for cybersecurity. And I wrote recommendations for them. I've worked with them, I'm helping them study. But as you bring people up, you know the other thing I do is I mentor at a couple of the local technical schools as well. I go in, I talk to people, I help them design their programs. And the biggest thing I try to get across to them is, number one, if you're in the learning side of it. Not even talking about the hiring side of it. If you're in the learning side of it, you need to come into it with a kind of an understanding to begin with to where you want to fit into security. You know, do you want to be an attacker, a defender, a manager? Where do you want to be? And then you also need to look at the market and talk to the businesses in the area. You know, I talk to these kids regularly about what their need is. Because if you're in school and you're taking Cisco classes, and focusing on firewalls and what an organization needs as somebody who can read log and do things like that. Or somebody who can do pen testing. You know, that's a huge thing. So I would say if you're on the hiring side of that equation, you know. Like you said, there's no super degrees that I can speak to. There's a lot of certifications. There's a lot of different things like that. The goal for me is finding somebody who can put hands to the ground and feet to the ground, and show me that they know what they know. You know, I'll pull somebody in, I'll ask them to show me a certain specific or I'll ask them for specific information and try to feel that out. Because at the end of the day, there's no degree that's going to protect my network. There's no degree that's a hundred percent going to understand Kalahari, for instance. So I want to make sure that the people I talk to, I get a broad interview scope, I get a number of people to talk to. And really get a feel for what it is they know, and what tools they want to work with and make sure it's going to align with us. >> Well, Tim, that's great that you do that. I think the industry needs that. And I think that's really paying it forward, by getting in and using your time to help shape the young curriculums and the young guns out there. It's interesting you know, like David Vellante and I talk on theCUBE all the time. Cyber is like sports. If you're playing football, you got to know the game. If you're playing football and you come in as a baseball player, the skills might not translate, right? So it's really more of, categorically cyber has a certain pattern to it. Math, open mindedness, connecting dots, seeing things around corners. Maybe it's more holistic views, if you're at the visibility level or getting the weeds with data. A lot of different skill sets needed. The aperture of the job requirements are changing a lot. >> They are. And you know, you touched on that really well. You know, they talk about hacking and the hacker mindset. You know, all the security stuff revolves around hacker. And people mislabel hacker. Hacking in general is making something do something that it wasn't originally designed to do. And when I hire people in security, I want people that have that mindset. I want people that not only are going to work with the tool set we have, and use that mathematical ability and that logic and that reasoning. But I want them to use a reasoning of, "Hey, we have this tool here today. How can this tool do what I want it do but what else can it do for me?" Because like any other industry we have to stretch our dollar. So if I have a tool set that can meet five different needs for me today, rather than investing in 16 different tool sets and spreading that data out and spreading all the control around. Let's focus on those tool sets and let's focus on using that knowledge and that adaptive ability that the human people have on the security side, and put that to use. Make them use the tools that work for them but make 'em develop things, new tools, new methods, new techniques that help us get things across. >> Grow the capabilities, protect, trust all things coming in. And Tim, you're a tech athlete, as we say and you've got a great thing going on over there. And again, congratulations on the work you're doing on the higher ed and the education side and the Kalahari Resorts & Conventions. Thanks for coming on theCUBE. I really appreciate the insight you're sharing. Thank you. >> Thanks for having me. >> Okay. I'm John Furrier here in Palo Alto for theCUBE. Thanks for watching. (somber music)
SUMMARY :
Tim, great to see you. Thank you for having You're in the middle of it. the things they're doing and And then you got now on that the Marriott breach data like in the dark ages IT. the people to manage It's like, you got to And the problem you have But the reality is you have to You know, you have your network and the endpoints and assets. and the team that you work with aggressive in the pandemic. and all of the things I can imagine that the brain trust and the security around and the more you see the better it is. of that equation, you know. great that you do that. on the security side, and put that to use. and the Kalahari Resorts & Conventions. here in Palo Alto for theCUBE.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
David Vellante | PERSON | 0.99+ |
Marriott | ORGANIZATION | 0.99+ |
Ohio | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Tim | PERSON | 0.99+ |
Tim Everson | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
Palo Alto | LOCATION | 0.99+ |
today | DATE | 0.99+ |
MGM | ORGANIZATION | 0.99+ |
Kalahari | ORGANIZATION | 0.99+ |
Joe Blow | PERSON | 0.99+ |
HIPAA | TITLE | 0.99+ |
Palo Alto, California | LOCATION | 0.99+ |
10,000 | QUANTITY | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
one | QUANTITY | 0.99+ |
Kalahari Resorts & Conventions | ORGANIZATION | 0.99+ |
16 different tool sets | QUANTITY | 0.98+ |
two boundaries | QUANTITY | 0.98+ |
zero trust | QUANTITY | 0.98+ |
one end | QUANTITY | 0.98+ |
5,000 ish employees | QUANTITY | 0.97+ |
hundred percent | QUANTITY | 0.96+ |
pandemic | EVENT | 0.96+ |
this week | DATE | 0.96+ |
five different needs | QUANTITY | 0.96+ |
three things | QUANTITY | 0.95+ |
One | QUANTITY | 0.92+ |
theCUBE | ORGANIZATION | 0.92+ |
three biggest things | QUANTITY | 0.91+ |
CISO | PERSON | 0.9+ |
few years ago | DATE | 0.87+ |
RSA | ORGANIZATION | 0.85+ |
COVID | OTHER | 0.85+ |
SolarWinds | ORGANIZATION | 0.8+ |
CCPAs | TITLE | 0.78+ |
GDPRs | TITLE | 0.77+ |
Roku Sticks | ORGANIZATION | 0.76+ |
single day | QUANTITY | 0.71+ |
. 15,000 | QUANTITY | 0.69+ |
years | QUANTITY | 0.66+ |
team members | QUANTITY | 0.61+ |
CUBE Conversation | EVENT | 0.56+ |
lot of data | QUANTITY | 0.53+ |
2022 000CC | OTHER | 0.53+ |
PCI | TITLE | 0.52+ |
Kalahari | PERSON | 0.46+ |
2022 052 Tim Everson
>>Okay, welcome back to the portion of the program for customer lightning talks, where we chat with Armas as customers for a rapid fire five minute session on their CISO perspectives and insights into cybersecurity. First up is Tim Everton, CISO of Kalahari resorts and conventions. Let's get it going. Hi, Tim. Welcome to the cube and Armas program, managing risk across your extended surface area. >>Thanks for having me appreciate it. >>So let's go, let's get going. So unified visibility across the extended asset service is key. You can't secure what you can see. Tell me about what you're able to centralize your views on network assets and what is arm doing from an impact standpoint that's had on your business? >>Sure. So traditionally basically, you know, you have all your various, your various management platforms, your Cisco platforms, your Sims, your, your wireless platforms, all of the different pieces. And you've got a list of disparate data out there, and you've gotta chase all of this data through all these different tools. Armas is fantastic and was really, you know, point blank drop in place for us as far as getting access to all of that data all in one place and giving us visibility into everything, basically open the doors, letting us see our customer wireless traffic, our internal traffic, our PCI traffic, because we deal with credit cards, HIPAA compliance, all this traffic, all these different places, all into one. >>All right, next up, vulnerability management is a big topic across all assets, not just it devices, the gaps are there in the current vulnerability management programs. How has Armas vulnerability management made things better for your business? And what can you see now that you couldn't see before? >>So Armas gives me better visibility of the network side of these vulnerabilities. You know, you, you have your necess vulnerability scanners, the things that look at machines, look at configurations and, and hard facts NEIS gives you all those. But when you turn to Armas, Armas looks at the network perspective, takes all that traffic that it's seeing on the network and gives you the network side of these vulnerabilities. So you can see if something's trying to talk out to a specific port or to a specific host on the internet and Armas consolidates, all that and gives you trusted sources of information to, to validate where those are coming from. >>You know, when you take into account all the criticality of the different kinds of assets involved in a business operation, and they're becoming more wider, especially with edge in other other areas, how has the security workload changed? >>The security workload has increased dramatically, especially in hospitality. In our case, we have, you know, not only do we have hotel rooms and, and visitors in our guests, we also have a convention center that we deal with. We have water parks and, and fun things for people to do, you know, families and, and businesses alike. And so when you add all those things up and you add the wireless and you add the network and you know, the audio video and all these different pieces that come into play with all of those things in hospitality, and you add our convention centers on top of it, the footprints just expanded enormously in the past few years. >>You know, when you have a digital transformation in a use case like yours, it's very diverse. You need a robust network, you need a robust environment to implement SaaS solutions, no ages to deploy, no updates needed. You gotta be gotta be in, in line with that to, to execute and scale. How easy was Armas to implement, ease of use of simplicity to plug and play. In other words, how quickly do you achieve this time to value? >>Oh goodness. We did a, we did a proof of concept about three months ago and one of our resort locations, we dropped in an Armas appliance and literally within the first couple hours of the appliance being on the network, we had data on 30 to 40,000 devices that were touching our network very quick and easy, very drop in plug and play and moving from the, you know, the POC to production, same deal. We, we dropped in these appliances in site. Now we're seeing over 180,000 devices touching our networks within a given week. >>Armas has this global asset knowledge base it's crowdsource and a asset intelligent engine. It's a game changer. It tracks managed unmanaged IOT devices. Were you shocked when you discovered how many assets they were able to discover and what impact did that have for you? >>Oh, absolutely. You know, not only do we have the devices that you know that we have, but you know, we have guests that bring things on site all the time, Roku, TVs, and players, and Amazon fire sticks and all these different things that are touching our network and seeing those in real time and seeing how much traffic they're using, you know, we can see utilization, we can see, you know, exactly what's being brought on. We can see vehicles in our parking lot that have access points turned on. I, it's just amazing how much data this opened our eyes to that. You know, you know, it's there, but you don't ever see it. >>It's bring your own equipment to the resort so you can watch all your Netflix HTMI cable. Everyone's doing it now. I mean, this is the new user behavior. Great insight. Anything more you'd want to say about Armas for the folks watching? >>I would say the key is they're very easy to work with. The team at Armas has worked very closely with me to get the integrations that we've, that we've put in place, you know, with, with our networking equipment, with our wireless, with, with different pieces of things. And they're working directly with me to help integrate some other things that we've asked them to do that aren't there already. Their team is very open. They listen, they take everything that we have to say as a customer to heart and, and they really put a lot of effort into making it happen. >>All right, Tim. Well, thanks for your time. I'm John fur with the cube, the leader in enterprise tech coverage. Up next in this lightning talk session is Brian Gilligan manager security and operates at Brookfield properties. Thanks for watching.
SUMMARY :
Welcome to the cube and Armas program, managing risk across your extended You can't secure what you can see. Armas is fantastic and was really, you know, And what can you see now that you couldn't see before? Armas looks at the network perspective, takes all that traffic that it's seeing on the network and gives you the network side of In our case, we have, you know, not only do we have hotel rooms and, and visitors in our guests, You know, when you have a digital transformation in a use case like yours, it's very diverse. quick and easy, very drop in plug and play and moving from the, you know, the POC to production, when you discovered how many assets they were able to discover and what impact did that have for you? You know, not only do we have the devices that you know that we have, but you know, It's bring your own equipment to the resort so you can watch all your Netflix HTMI cable. that we've, that we've put in place, you know, with, with our networking equipment, with our wireless, with, with different pieces of things. I'm John fur with the cube, the leader in enterprise tech coverage.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Brian Gilligan | PERSON | 0.99+ |
Tim | PERSON | 0.99+ |
Armas | ORGANIZATION | 0.99+ |
Tim Everson | PERSON | 0.99+ |
Tim Everton | PERSON | 0.99+ |
30 | QUANTITY | 0.99+ |
2022 052 | OTHER | 0.99+ |
five minute | QUANTITY | 0.99+ |
First | QUANTITY | 0.99+ |
John fur | PERSON | 0.99+ |
40,000 devices | QUANTITY | 0.99+ |
over 180,000 devices | QUANTITY | 0.98+ |
Cisco | ORGANIZATION | 0.98+ |
Amazon | ORGANIZATION | 0.97+ |
first couple hours | QUANTITY | 0.97+ |
Roku | ORGANIZATION | 0.97+ |
one | QUANTITY | 0.96+ |
fire sticks | COMMERCIAL_ITEM | 0.94+ |
Netflix | ORGANIZATION | 0.92+ |
three months ago | DATE | 0.9+ |
one place | QUANTITY | 0.87+ |
NEIS | ORGANIZATION | 0.79+ |
Kalahari | ORGANIZATION | 0.76+ |
HIPAA | TITLE | 0.62+ |
about | DATE | 0.53+ |
HTMI | TITLE | 0.52+ |
Brookfield | LOCATION | 0.49+ |
Bill Andrews, ExaGrid | VeeamON 2022
(upbeat music) >> We're back at VeeamON 2022. We're here at the Aria in Las Vegas Dave Vellante with Dave Nicholson. Bill Andrews is here. He's the president and CEO of ExaGrid, mass boy. Bill, thanks for coming on theCUBE. >> Thanks for having me. >> So I hear a lot about obviously data protection, cyber resiliency, what's the big picture trends that you're seeing when you talk to customers? >> Well, I think clearly we were talking just a few minutes ago, data's growing like crazy, right This morning, I think they said it was 28% growth a year, right? So data's doubling almost just a little less than every three years. And then you get the attacks on the data which was the keynote speech this morning as well, right. All about the ransomware attacks. So we've got more and more data, and that data is more and more under attack. So I think those are the two big themes. >> So ExaGrid as a company been around for a long time. You've kind of been the steady kind of Eddy, if you will. Tell us about ExaGrid, maybe share with us some of the differentiators that you share with customers. >> Sure, so specifically, let's say in the Veeam world you're backing up your data, and you really only have two choices. You can back that up to disc. So some primary storage disc from a Dell, or a Hewlett Packard, or an NetApp or somebody, or you're going to back it up to what's called an inline deduplication appliance maybe a Dell Data Domain or an HPE StoreOnce, right? So what ExaGrid does is we've taken the best of both those but not the challenges of both those and put 'em together. So with disc, you're going to get fast backups and fast restores, but because in backup you keep weekly's, monthly's, yearly retention, the cost of this becomes exorbitant. If you go to a deduplication appliance, and let's say the Dell or the HPs, the data comes in, has to be deduplicated, compare one backup to the next to reduce that storage, which lowers the cost. So fixes that problem, but the fact that they do it inline slows the backups down dramatically. All the data is deduplicated so the restores are slow, and then the backup window keeps growing as the data grows 'cause they're all scale up technologies. >> And the restores are slow 'cause you got to rehydrate. >> You got to rehydrate every time. So what we did is we said, you got to have both. So our appliances have a front end disc cache landing zone. So you're right directed to the disc., Nothing else happens to it, whatever speed the backup app could write at that's the speed we take it in at. And then we keep the most recent backups in that landing zone ready to go. So you want to boot a VM, it's not an hour like a deduplication appliance it's a minute or two. Secondly, we then deduplicate the data into a second tier which is a repository tier, but we have all the deduplicated data for the long term retention, which gets the cost down. And on top of that, we're scale out. Every appliance has networking processor memory end disc. So if you double, triple, quadruple the data you double, triple, quadruple everything. And if the backup window is six hours at 100 terabyte it's six hours at 200 terabyte, 500 terabyte, a petabyte it doesn't matter. >> 'Cause you scale out. >> Right, and then lastly, our repository tier is non-network facing. We're the only ones in the industry with this. So that under a ransomware attack, if you get hold of a rogue server or you hack the media server, get to the backup storage whether it's disc or deduplication appliance, you can wipe out all the backup data. So you have nothing to recover from. In our case, you wipe it out, our landing zone will be wiped out. We're no different than anything else that's network facing. However, the only thing that talks to our repository tier is our object code. And we've set up security policies as to how long before you want us to delete data, let's say 10 days. So if you have an attack on Monday that data doesn't get deleted till like a week from Thursday, let's say. So you can freeze the system at any time and do restores. And then we have immutable data objects and all the other stuff. But the culmination of a non-network facing tier and the fact that we do the delayed deletes makes us the only one in the industry that can actually truly recover. And that's accelerating our growth, of course. >> Wow, great description. So that disc cache layer is a memory, it's a flash? >> It's disc, it's spinning disc. >> Spinning disc, okay. >> Yeah, no different than any other disc. >> And then the tiered is what, less expensive spinning disc? >> No, it's still the same. It's all SaaS disc 'cause you want the quality, right? So it's all SaaS, and so we use Western Digital or Seagate drives just like everybody else. The difference is that we're not doing any deduplication coming in or out of that landing zone to have fast backups and fast restores. So think of it like this, you've got disc and you say, boy it's too expensive. What I really want to do then is put maybe a deduplication appliance behind it to lower the cost or reverse it. I've got a deduplication appliance, ugh, it's too slow for backups and restores. I really want to throw this in front of it to have fast backups first. Basically, that's what we did. >> So where does the cost savings, Bill come in though, on the tier? >> The cost savings comes in the fact that we got deduplication in that repository. So only the most recent backup >> Ah okay, so I get it. >> are the duplicated data. But let's say you had 40 copies of retention. You know, 10 weekly's, 36 monthly's, a few yearly. All of that's deduplicated >> Okay, so you're deduping the stuff that's not as current. >> Right. >> Okay. >> And only a handful of us deduplicate at the layer we do. In other words, deduplication could be anywhere from two to one, up to 50 to one. I mean it's all over the place depending on the algorithm. Now it's what everybody's algorithms do. Some backup apps do two to one, some do five to one, we do 20 to one as well as much as 50 to one depending on the data types. >> Yeah, so the workload is going to largely determine the combination >> The content type, right. with the algos, right? >> Yeah, the content type. >> So the part of the environment that's behind the illogical air gap, if you will, is deduped data. >> Yes. >> So in this case, is it fair to say that you're trading a positive economic value for a little bit longer restore from that environment? >> No, because if you think about backup 95% of the customers restores are from the most recent data. >> From the disc cache. >> 95% of the time 'cause you think about why do you need fast restores? Somebody deleted a file, somebody overwrote a file. They can't go work, they can't open a file. It's encrypted, it's corrupted. That's what IT people are trying to keep users productive. When do you go for longer-term retention data? It's an SEC audit. It's a HIPAA audit. It's a legal discovery, you don't need that data right away. You have days and weeks to get that ready for that legal discovery or that audit. So we found that boundary where you keep users productive by keeping the most recent data in the disc cache landing zone, but anything that's long term. And by the way, everyone else is long term, at that point. >> Yeah, so the economics are comparable to the dedupe upfront. Are they better, obviously get the performance advance? >> So we would be a lot looped. The thing we replaced the most believe it or not is disc, we're a lot less expensive than the disc. I was meeting with some Veeam folks this morning and we were up against Cisco 3260 disc at a children's hospital. And on our quote was $500,000. The disc was 1.4 million. Just to give you an example of the savings. On a Data Domain we're typically about half the price of a Data Domain. >> Really now? >> The reason why is their front end control are so expensive. They need the fastest trip on the planet 'cause they're trying to do inline deduplication. >> Yeah, so they're chasing >> They need the fastest memory >> on the planet. >> this chips all the time. They need SSD on data to move in and out of the hash table. In order to keep up with inline, they've got to throw so much compute at it that it drives their cost up. >> But now in the case of ransomware attack, are you saying that the landing zone is still available for recovery in some circumstances? Or are you expecting that that disc landing zone would be encrypted by the attacker? >> Those are two different things. One is deletion, one is encryption. So let's do the first scenario. >> I'm talking about malicious encryption. >> Yeah, absolutely. So the first scenario is the threat actor encrypts all your primary data. What's does he go for next? The backup data. 'Cause he knows that's your belt and suspend is to not pay the ransom. If it's disc he's going to go in and put delete commands at the disc, wipe out the disc. If it's a data domain or HPE StoreOnce, it's all going to be gone 'cause it's one tier. He's going to go after our landing zone, it's going to be gone too. It's going to wipe out our landing zone. Except behind that we have the most recent backup deduplicate in the repository as well as all the other backups. So what'll happen is they'll freeze the system 'cause we weren't going to delete anything in the repository for X days 'cause you set up a policy, and then you restore the most recent backup into the landing zone or we can restore it directly to your primary storage area, right? >> Because that tier is not network facing. >> That's right. >> It's fenced off essentially. >> People call us every day of the week saying, you saved me, you saved me again. People are coming up to me here, you saved me, you saved me. >> Tell us a story about that, I mean don't give me the names but how so. >> I'll actually do a funnier story, 'cause these are the ones that our vendors like to tell. 'Cause I'm self-serving as the CEO that's good of course, a little humor. >> It's your 15 minutes of job. >> That is my 15 minutes of fame. So we had one international company who had one ExaGrid at one location, 19 Data Domains at the other locations. Ransomware attack guess what? 19 Data Domains wiped out. The one ExaGrid, the only place they could restore. So now all 20 locations of course are ExaGrids, China, Russia, Mexico, Germany, US, et cetera. They rolled us out worldwide. So it's very common for that to occur. And think about why that is, everyone who's network facing you can get to the storage. You can say all the media servers are buttoned up, but I can find a rogue server and snake my way over the storage, I can. Now, we also of course support the Veeam Data Mover. So let's talk about that since we're at a Veeam conference. We were the first company to ever integrate the Veeam Data Mover. So we were the first actually ever integration with Veeam. And so that Veeam Data Mover is a protocol that goes from Veeam to the ExaGrid, and we run it on both ends. So that's a more secure protocol 'cause it's not an open format protocol like SaaS. So with running the Veeam Data Mover we get about 30% more performance, but you do have a more secure protocol layer. So if you don't get through Veeam but you get through the protocol, boom, we've got a stronger protocol. If you make it through that somehow, or you get to it from a rogue server somewhere else we still have the repository. So we have all these layers so that you can't get at it. >> So you guys have been at this for a while, I mean decade and a half plus. And you've raised a fair amount of money but in today's terms, not really. So you've just had really strong growth, sequential growth. I understand it, and double digit growth year on year. >> Yeah, about 25% a year right now >> 25%, what's your global strategy? >> So we have sales offices in about 30 countries already. So we have three sales teams in Brazil, and three in Germany, and three in the UK, and two in France, and a lot of individual countries, Chile, Argentina, Columbia, Mexico, South Africa, Saudi, Czech Republic, Poland, Dubai, Hong Kong, Australia, Singapore, et cetera. We've just added two sales territories in Japan. We're adding two in India. And we're installed in over 50 countries. So we've been international all along the way. The goal of the company is we're growing nicely. We have not raised money in almost 10 years. >> So you're self-funding. You're cash positive. >> We are cash positive and self-funded and people say, how have you done that for 10 years? >> You know what's interesting is I remember, Dave Scott, Dave Scott was the CEO of 3PAR, and he told me when he came into that job, he told the VCs, they wanted to give him 30 million. He said, I need 80 million. I think he might have raised closer to a hundred which is right around what you guys have raised. But like you said, you haven't raised it in a long time. And in today's terms, that's nothing, right? >> 100 is 500 in today's terms. >> Yeah, right, exactly. And so the thing that really hurt 3PAR, they were public companies so you could see all this stuff is they couldn't expand internationally. It was just too damn expensive to set up the channels, and somehow you guys have figured that out. >> 40% of our business comes out of international. We're growing faster internationally than we are domestically. >> What was the formula there, Bill, was that just slow and steady or? >> It's a great question. >> No, so what we did, we said let's build ExaGrid like a McDonald's franchise, nobody's ever done that before in high tech. So what does that mean? That means you have to have the same product worldwide. You have to have the same spares model worldwide. You have to have the same support model worldwide. So we early on built the installation. So we do 100% of our installs remotely. 100% of our support remotely, yet we're in large enterprises. Customers racks and stacks the appliances we get on with them. We do the entire install on 30 minutes to about three hours. And we've been developing that into the product since day one. So we can remotely install anywhere in the world. We keep spares depots all over the world. We can bring 'em up really quick. Our support model is we have in theater support people. So they're in Europe, they're in APAC, they're in the US, et cetera. And we assign customers to the support people. So they deal with the same support person all the time. So everything is scalable. So right now we're going to open up India. It's the same way we've opened up every other country. Once you've got the McDonald's formula we just stamp it all over the world. >> That's amazing. >> Same pricing, same product same model, same everything. >> So what was the inspiration for that? I mean, you've done this since day one, which is what like 15, 16 years ago. Or just you do engineering or? >> No, so our whole thought was, first of all you can't survive anymore in this world without being an international company. 'Cause if you're going to go after large companies they have offices all over the world. We have companies now that have 17, 18, 20, 30 locations. And there were in every country in the world, you can't go into this business without being able to ship anywhere in the world and support it for a single customer. You're not going into Singapore because of that. You're going to Singapore because some company in Germany has offices in the U.S, Mexico Singapore and Australia. You have to be international. It's a must now. So that was the initial thing is that, our goal is to become a billion dollar company. And we're on path to do that, right. >> You can see a billion. >> Well, I can absolutely see a billion. And we're bigger than everybody thinks. Everybody guesses our revenue always guesses low. So we're bigger than you think. The reason why we don't talk about it is we don't need to. >> That's the headline for our writers, ExaGrid is a billion dollar company and nobody's know about it. >> Million dollar company. >> On its way to a billion. >> That's right. >> You're not disclosing. (Bill laughing) But that's awesome. I mean, that's a great story. I mean, you kind of are a well kept secret, aren't you? >> Well, I dunno if it's a well kept secret. You know, smaller companies never have their awareness of big companies, right? The Dells of the world are a hundred billion. IBM is 70 billion, Cisco is 60 billion. Easy to have awareness, right? If you're under a billion, I got to give a funny story then I think we got to close out here. >> Oh go ahead please. >> So there's one funny story. So I was talking to the CIO of a super large Fortune 500 company. And I said to him, "Just so who do you use?" "I use IBM Db2, and I use, Cisco routers, and I use EMC primary storage, et cetera. And I use all these big." And I said, "Would you ever switch from Db2?" "Oh no, the switching costs would kill me. I could never go to Oracle." So I said to him, "Look would you ever use like a Pure Storage, right. A couple billion dollar company." He says, "Who?" >> Huh, interesting. >> I said to him, all right so skip that. I said, "VMware, would you ever think about going with Nutanix?" "Who?" Those are billion dollar plus companies. And he was saying who? >> Public companies. >> And he was saying who? That's not uncommon when I talk to CIOs. They see the big 30 and that's it. >> Oh, that's interesting. What about your partnership with Veeam? Tell us more about that. >> Yeah, so I would actually, and I'm going to be bold when I say this 'cause I think you can ask anybody here at the conference. We're probably closer first of all, to the Veeam sales force than any company there is. You talk to any Veeam sales rep, they work closer with ExaGrid than any other. Yeah, we are very tight in the field and have been for a long time. We're integrated with the Veeam Data Boomer. We're integrated with SOBR. We're integrated with all the integrations or with the product as well. We have a lot of joint customers. We actually do a lot of selling together, where we go in as Veeam ExaGrid 'cause it's a great end to end story. Especially when we're replacing, let's say a Dell Avamar to Dell Data Domain or a Dell Network with a Dell Data Domain, very commonly Veeam ExaGrid go in together on those types of sales. So we do a lot of co-selling together. We constantly train their systems engineers around the world, every given week we're training either inside sales teams, and we've trained their customer support teams in Columbus and Prague. So we're very tight with 'em we've been tight for over a decade. >> Is your head count public? Can you share that with us? >> So we're just over 300 employees. >> Really, wow. >> We have 70 open positions, so. >> Yeah, what are you looking for? Yeah, everything, right? >> We are looking for engineers. We are looking for customer support people. We're looking for marketing people. We're looking for inside sales people, field people. And we've been hiring, as of late, major account reps that just focus on the Fortune 500. So we've separated that out now. >> When you hire engineers, I mean I think I saw you were long time ago, DG, right? Is that true? >> Yeah, way back in the '80s. >> But systems guy. >> That's how old I am. >> Right, systems guy. I mean, I remember them well Eddie Castro and company. >> Tom West. >> EMV series. >> Tom West was the hero of course. >> The EMV 4000, the EMV 20,000, right? >> When were kids, "The Soul of a New Machine" was the inspirational book but anyway, >> Yeah Tracy Kidder, it was great. >> Are you looking for systems people, what kind of talent are you looking for in engineering? >> So it's a lot of Linux programming type stuff in the product 'cause we run on a Linux space. So it's a lot of Linux programs so its people in those storage. >> Yeah, cool, Bill, hey, thanks for coming on to theCUBE. Well learned a lot, great story. >> It's a pleasure. >> That was fun. >> Congratulations. >> Thanks. >> And good luck. >> All right, thank you. >> All right, and thank you for watching theCUBE's coverage of VeeamON 2022, Dave Vellante for Dave Nicholson. We'll be right back right after this short break, stay with us. (soft beat music)
SUMMARY :
We're here at the Aria in Las Vegas And then you get the attacks on the data You've kind of been the steady and let's say the Dell or And the restores are slow that's the speed we take it in at. and the fact that we So that disc cache layer No, it's still the same. So only the most recent backup are the duplicated data. Okay, so you're deduping the deduplicate at the layer we do. with the algos, right? So the part of the environment 95% of the customers restores 95% of the time 'cause you think about Yeah, so the economics are comparable example of the savings. They need the fastest trip on the planet in and out of the hash table. So let's do the first scenario. So the first scenario is the threat actor Because that tier day of the week saying, I mean don't give me the names but how so. 'Cause I'm self-serving as the CEO So if you don't get through Veeam So you guys have been The goal of the company So you're self-funding. what you guys have raised. And so the thing that really hurt 3PAR, than we are domestically. It's the same way we've Same pricing, same product So what was the inspiration for that? country in the world, So we're bigger than you think. That's the headline for our writers, I mean, you kind of are a The Dells of the world So I said to him, "Look would you ever I said, "VMware, would you ever think They see the big 30 and that's it. Oh, that's interesting. So we do a lot of co-selling together. that just focus on the Fortune 500. Eddie Castro and company. in the product 'cause thanks for coming on to theCUBE. All right, and thank you for watching
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Veeam | ORGANIZATION | 0.99+ |
Japan | LOCATION | 0.99+ |
Dave Scott | PERSON | 0.99+ |
Columbus | LOCATION | 0.99+ |
Brazil | LOCATION | 0.99+ |
Germany | LOCATION | 0.99+ |
McDonald | ORGANIZATION | 0.99+ |
India | LOCATION | 0.99+ |
Dell | ORGANIZATION | 0.99+ |
Bill Andrews | PERSON | 0.99+ |
$500,000 | QUANTITY | 0.99+ |
UK | LOCATION | 0.99+ |
three | QUANTITY | 0.99+ |
Cisco | ORGANIZATION | 0.99+ |
France | LOCATION | 0.99+ |
Tracy Kidder | PERSON | 0.99+ |
Europe | LOCATION | 0.99+ |
Seagate | ORGANIZATION | 0.99+ |
Dave Nicholson | PERSON | 0.99+ |
100% | QUANTITY | 0.99+ |
U.S | LOCATION | 0.99+ |
two | QUANTITY | 0.99+ |
Australia | LOCATION | 0.99+ |
six hours | QUANTITY | 0.99+ |
US | LOCATION | 0.99+ |
Singapore | LOCATION | 0.99+ |
100 terabyte | QUANTITY | 0.99+ |
17 | QUANTITY | 0.99+ |
Prague | LOCATION | 0.99+ |
15 minutes | QUANTITY | 0.99+ |
1.4 million | QUANTITY | 0.99+ |
200 terabyte | QUANTITY | 0.99+ |
40 copies | QUANTITY | 0.99+ |
30 minutes | QUANTITY | 0.99+ |
3PAR | ORGANIZATION | 0.99+ |
Western Digital | ORGANIZATION | 0.99+ |
Nutanix | ORGANIZATION | 0.99+ |
Dave Vellante | PERSON | 0.99+ |
Oracle | ORGANIZATION | 0.99+ |
The Soul of a New Machine | TITLE | 0.99+ |
20 | QUANTITY | 0.99+ |
500 terabyte | QUANTITY | 0.99+ |
80 million | QUANTITY | 0.99+ |
30 million | QUANTITY | 0.99+ |
ExaGrid | ORGANIZATION | 0.99+ |
three sales teams | QUANTITY | 0.99+ |
95% | QUANTITY | 0.99+ |
10 years | QUANTITY | 0.99+ |
first scenario | QUANTITY | 0.99+ |
Monday | DATE | 0.99+ |
10 days | QUANTITY | 0.99+ |
IBM | ORGANIZATION | 0.99+ |
18 | QUANTITY | 0.99+ |
Thursday | DATE | 0.99+ |
60 billion | QUANTITY | 0.99+ |
Hewlett Packard | ORGANIZATION | 0.99+ |
50 | QUANTITY | 0.99+ |
70 billion | QUANTITY | 0.99+ |
two sales territories | QUANTITY | 0.99+ |
Tom West | PERSON | 0.99+ |
Mexico | LOCATION | 0.99+ |
20 locations | QUANTITY | 0.99+ |
Bill | PERSON | 0.99+ |
Argentina | LOCATION | 0.99+ |
Linux | TITLE | 0.99+ |
70 open positions | QUANTITY | 0.99+ |
Poland | LOCATION | 0.99+ |
five | QUANTITY | 0.99+ |
Las Vegas | LOCATION | 0.99+ |
first | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
Columbia | LOCATION | 0.99+ |
Dubai | LOCATION | 0.99+ |
a minute | QUANTITY | 0.99+ |
Sebastian Mass, Bitmarck | Red Hat Summit 2022
>>Welcome back to Boston. We're down in the Seaport. This is the Cube's coverage of red hat summit, 2022. I'm Dave ante with my co-host Paul Gillon, Sebastian Moes. Here he is a senior enterprise architect at bit mark Sebastian. Thanks for coming to the queue. Welcome to the United States. Good to have you in Boston. >>Thank you. Thank you for the invitation. It's uh, good to be on a live summit again after, uh, those, uh, testing two years >>Strange, isn't it? I mean, people kind of don't know what to do. Shake, bump this bump, >>And >>It's like, but where everybody wants to get out of the, the home, the lockdown and, you know, there's a real pent up demand. Tell us about bit mark. >>Um, bit mark is a managed service, uh, provider for, um, German statutory health insurance companies. Um, we manage about our software that we develop, um, is for about 85% of the, uh, German health insurance companies. Um, we have, uh, not only do we build the software, we also have data centers where we run software for, for our customers. Um, and it's everything that a health insurance company is, uh, mandatory to have to run their business, so to >>Speak what, what's the life of an enterprise architect like these days and how, how has it evolved? How has it changed? Uh, I mean, independent of the pandemic, will we get to that, but, but, you know, technology changes, organizational objectives of, of changed the public policy changes. How, how was your, the life of an enterprise architect changed? >>Um, well we, we have this, uh, big monolith JG E application that is, uh, run on JBO. Um, and now we want to, we want to change that into a more modern environment and using, uh, OpenShift to do that. Um, and yeah, there's, uh, there's a lot of reg regulatory things that come up that need to be, um, need to be figured in. Uh, there is new demands that our customers have that we need to figure out how to get to market, uh, and to be able to deliver software more faster and, you know, make the turnaround, uh, or have the turnaround be less. >>So kind of following the technology trends of going from big monolith to microservices and containerization and distributed data, the, the, >>The whole, the scalability, uh, you know, and quick turnaround, that is, that is the main focus. >>So the application that you're here talking about this pace to face in application, kind of a new market for you, a new direction, is this part of that overall shift to a more modular microservices based, uh, >>Structure? Um, well, we, we, we had applications like this before, but this is a new branch of it because, um, there's a strong drive in Germany too, for more digital digitalization. Um, and to have a new interacting model with the customer from basic things to more advanced features like medication services, vaccination status, um, managing your allergies, and that's an edit value that we want to give, uh, for our customers. So they can, their customers can benefit. >>I dunno what it's like in Germany, but in the United States used to call up the doctor and say, Hey, can I just, can we do this over the phone? No, you gotta come into the office. Mm-hmm <affirmative> and then of course, with the pandemic, it was like, you can't come into the office. It was just total flipping, cuz you could get 80% of what you needed done, and this is what your app enabled essentially. Right? >>Yeah. And, and some that and some added value as well, uh, to, to give, um, yeah, a benefit for using this, uh, online interaction for, um, the insured people, the, the patients, >>Essentially a digital gateway, including your data. Well, that's the other thing you can't get right. As a patient, you can't ever get through your data, it's like right. You >>Get it, but nobody else can >>Get it. <laugh> sometimes it's hard for you to get it cuz of again, in the United States, HIPAA and the, and the, and the requirements for privacy restrict often access to, to data, you have to go through hoops to get it. So, uh, so, so that experience is what you codified in your application. Yes. >>Um, yes, we have this, uh, unique data set of all health related information that people have to, uh, interact with in, in when they're sick or when they deal with their healthcare company. Um, and yeah, we wanna provide that data to the customers. So they're able to look at it. Um, there's also the, uh, electronic patient folder. You can say, um, where there's data like medical exams and stuff in there that they have access to. We provide that as well for, for our customers. Um, but, uh, yeah, it is about the interaction and that I can see when I put something in to my insurance company via email or the doctor put something in that I have the interaction on my phone and see when it was delivered, um, to them when it's active, when I get the money, stuff like that. >>Now this application is built on OpenShift, it's cloud native, uh, has all the constructs. How different was that for your development team from building something like you mentioned, the monolithic Jbos application that you already have, how different was building the cloud native, uh, >>Constructs. Um, it is quite different. I mean, it's building software, there's a lot of the same things involved. We've been, we've done agile and scrum, uh, before and so on, but we now have a, um, we're trying to be, or no, we're actually achieved to be faster in bringing this to market, um, deploying it in different data centers, doing it all automatically doing automatic tested, uh, right as part of the pipeline. Um, there's, there's a lot of huge steps that we can, we're able to take because of the technology. And that's why we did go there in the first place. That's why we said, okay, this is, it needs to be, uh, cloud native. >>You found that red, red hat had the full suite of tools that you needed. >>Um, yeah, I mean, we, there's some open source stuff that we've also integrated into the pipeline and everything, but there's a lot of, for example, we are using the, uh, three scale, uh, the API management from, from red hat, um, just to be able to, um, use the functionality that we build, that the customers can use the functionality in other products that they use that serve partner people, uh, uh, certain partner companies can, are able to use the services as well. >>Okay. So the, the, the dumb question is, but I'll ask it anyway is you could get this stuff for free Kubernetes, open source, you know, you get E Ks for free. Why didn't you just use the freebie? >>Why? Um, well, we're, we're on a scale with so many, um, uh, customers and data centers that we have to take that we do need support in, in a way. Um, and I usually say, so if we take software from whoever, whatever company it is, we're gonna break it. Yeah. <laugh> um, the, the, the transaction load that we have is, is quite, uh, intense and the performance that we need, uh, especially in the, in the business to business, um, market is, is so big that we do need the interaction with, with a vendor and that they're able to help us, uh, with certain escalations >>German Germans play rough. So <laugh>, um, you know, when a, when a vendor announces an innovation lab, I always go, okay, that's an EBC, like an executive briefing center. It's all gonna be used for sales. But my understanding is you actually leveraged the innovation labs. It was actually helpful in building this application. Is that true? >>I, I, I actually, uh, to part in the open innovation that we did with RA hat, and we knew we knew what we wanted to do. We, we knew the technology, we knew what we wanted to have done, um, but they helped us to, to get there step by step with the, with the tools they have, the, um, uh, you know, the ways of working and how this is, this is built. It really lends itself to, to build that step by step and worry about some stuff later and just do it. Um, yeah, piecemeal, >>This is Al is also a new market for you. It's your first real business to consumer facing application. That's that implies a very different approach to experience design, uh, to how you >>And performance yeah, >>Yeah. Perform exactly. Uh, how did your development team adapt to that? >>Um, well, there's, there's, you know, certain things that you build into the process, like integration, testing, automated integration testing, where the application just gets checked right after you check in your software. Um, we built in low testing to, you know, we have an idea of how many transactions per second, there will be. And so the low testing takes care of that as well. Um, and that is easier if you have a small piece of software instead of the whole monolith that we usually have. And so you, we are able to, to build it quicker and get it out quick in, in hours. >>How, how have you, um, accessed customer feedback, you do your, you know, net promoter score surveys, what, what's the been the customer reaction, your, your consumer >>Reaction? Um, they, they, I mean, I'm kind of the wrong guy to talk to, to, uh, about <laugh> to >>Talk about, come on the architected, the thing. >>Yeah, I, I did. And, and then the feedback has been, it's been very good so far, uh, and we are pretty happy with it. Uh, it's it's running, uh, very well. Um, I don't quite know how they got there. Our customer does, uh, you know, uh, questionnaires and, and stuff like that. Yeah. We have a, a different depart, uh, department to, to solicit feedback on that. But from what I hear, uh, it's, it's received very well. >>One of the cloud native features, I understand you used extensively with APIs, uh, for integrations. How are you making this application accessible to partners? What, I mean, what are you exposing? How will you use those APIs to enhance the value through, through an ecosystem of >>Partners? Um, well, we document them, um, and so they're out there to use. And as long as there's a, um, a security process within, um, em that we have in front of it, um, they're open source, um, APIs. So, uh, as I said, they have other programs that they wrote themselves or that they bought that are able to use those APIs, um, from an open API document. Uh, and, and just interact with that as long as the user is, uh, authenticated, they're able to, to get this data and show it in a different context and use it in a different context. >>Did you play golf? >>Um, I used to time ago, not anymore. >>Now, do you know what a Mulligan is? Yes, I did. Okay. If you had a Mulligan, you'd do this all over again. What, what would you do differently? >>Um, an interesting question. I, don't not sure. Um, you, you say you're smarter after, after you've done that. Yeah. And, and of course there's, uh, there's, there, there there's certainly were things that I didn't expect that would happen. Um, like how, how really you need to go modular and on, on everything and need your own resource and infrastructure. Um, because we came from a very centralized, um, uh, scope. We had a database that is a big DB database, um, and now we're going into smaller database and not decentralized a lot. Um, and that was something that the extent of it, I didn't expect, I, I wanted to use more smaller things. And, and that was something that we very quickly learned that no, we need really need to separate stuff out. >>Was that an organizational sort of mindset shift? Um, are you, are you rethinking or rearchitecting your data, um, your data architecture as part of that, or is that more, or is this more just sort of tactical for this app? >>Um, no, we're definitely need to need to do this because, uh, it really gets, um, or it really is a, um, something to handle a, a big pool of data is, is really a challenge or can be a challenge at times >>To scale, >>To, to, to scale that up. Right. Yeah. Um, and so, yeah, we are going to, to separate that out and double some data. That's, that's gonna be a thing it's gonna be more data at the end, but since it's scaled out and, and decentralized, that will >>Help a lot of organizations would say, well, we wanna keep it centralized monolithic, which is kind of a negative term, but I think it's true, uh, because it's more cost effective. We're not gonna duplicate things as much. We're gonna have roles that are dedicated, but it sounds like you're seeing a business advantage of distributing those functions, decentralizing those functions to a >>Extent, right, right. Because if you, if you have a centralized Mon monolith, then it, I, yeah, it might be negative, but it really is. It's a good working software. Um, but to have that, it's, um, it's really hard to release new features and new, new, you know, even buck fixes it, it just takes time. It, it is, uh, uh, a time consuming process. And if you have it decentralized and in smaller packages, you can just do, Afix run it through the pipeline, have the testing done and just put that out within hours. >>How important was it to bit more to build this application on an open source platform? >>Um, the open source didn't come so much in our perspective of things, or we didn't consider it that much. It was just, this is there. This works. We have a good support behind that. Um, we are, our, our coach is not open sourced, then we're not going to anytime soon tell about it. Um, we're actually thinking about having parts that might be, uh, a kind of open source dish, uh, just in the healthcare community kind of thing. Um, but, uh, yeah, no, that didn't F factor in as much. Um, it was just something that we had >>Experienced another architecture question. So you've got the application stack, right. If I can use that term, although application development tools that you build use to build the application, and then you've got the data that the application needs, how are those architected, are they sort of separate entities? Are they coming together? >>Um, we used to have, we used to have, uh, uh, data, um, net a, a, um, an MDA approach, a J hue. Um, so they're very strong connected. That is, there's just in the database. There are models and entities that we use in the, in the JBO. Um, and well, we're still gonna use hibernate to, to, uh, to do the G GPA, but it's, uh, yeah, it's something that needs to be restructured because it just takes a lot of resources to manage data from different parts of the application, bringing them together, um, that will, will need to change. >>And what about new data sources? If I came to and say, Sebastian, I need to inject new data into the, the app. I need to get this to how, how, how difficult or, or fast easy is that, >>Uh, now in the, in the world now, or actually we wanna >>Compare, can you compare before and now, I mean, it wouldn' have to happen before would be >>Like, in the time in the timeframe it's, it's, it's not, it's hard to say. I mean, but if you have a project right now, we're talking, uh, months, um, like a year to, to get it done, get it tested, and then it even takes, um, up to a month to before it's out to every customer. Yeah. The rollout process takes some time. Yeah. Um, and we're planning on, or we, we developed the new, uh, the new software we developed in a couple of months. Uh, and then it is deployed and then it's in production and it's in production for all the customers that wanted to use it for now. I mean, it's not deployed to all customers yet, uh, because they need to adapt it and in their way. Um, but they have it, you know, it's, it's right there. It's deployed. Yeah. When we fix it, it's in a, you know, hours, couple days it's out and it's out in production, in different data centers for different customers. >>And we've come full circle the life of a, of an architect. It's, uh, it sounds like it's much better today. Sebastian, thanks so much for coming to the cube. Appreciate your time and your insights. And thank you for watching. Keep it right there that you watching the Cube's coverage of red hat summit, 2022 from Boston, Dave Valante for Paul Gillon, we'll be right back.
SUMMARY :
Good to have you in Boston. Thank you for the invitation. I mean, people kind of don't know what to do. the lockdown and, you know, there's a real pent up demand. Um, and it's everything that a health insurance company is, but, but, you know, technology changes, organizational objectives of, Um, and now we want to, The whole, the scalability, uh, you know, and quick turnaround, that is, Um, and to have a new interacting model with the customer from with the pandemic, it was like, you can't come into the office. to give, um, yeah, a benefit for using this, uh, Well, that's the other thing you can't get right. to data, you have to go through hoops to get it. Um, but, uh, yeah, it is about the interaction and that I can see when I the monolithic Jbos application that you already have, how different was building the cloud native, uh, uh, before and so on, but we now have a, um, just to be able to, um, use the functionality that we build, could get this stuff for free Kubernetes, open source, you know, you get E Ks for free. Um, and I usually say, so if we take software from whoever, So <laugh>, um, you know, when a, when a vendor announces an innovation I, I, I actually, uh, to part in the open innovation that we did with RA hat, and we knew we to how you Uh, how did your development team adapt to that? Um, we built in low testing to, you know, we have an idea of how many transactions uh, you know, uh, questionnaires and, and stuff like that. One of the cloud native features, I understand you used extensively with APIs, uh, that they bought that are able to use those APIs, um, What, what would you do differently? Um, and that was something that the extent of it, I didn't expect, Um, and so, yeah, we are going to, those functions, decentralizing those functions to a Um, but to have that, it's, um, it's really hard to release new Um, it was just something that we had If I can use that term, although application development tools that you build use to build the Um, we used to have, we used to have, uh, uh, data, um, net a, a, um, an MDA approach, I need to get this to how, how, how difficult or, Um, and we're planning Keep it right there that you watching the Cube's coverage of red hat summit, 2022 from Boston,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Paul Gillon | PERSON | 0.99+ |
Boston | LOCATION | 0.99+ |
Dave Valante | PERSON | 0.99+ |
Germany | LOCATION | 0.99+ |
80% | QUANTITY | 0.99+ |
Sebastian Moes | PERSON | 0.99+ |
Sebastian | PERSON | 0.99+ |
United States | LOCATION | 0.99+ |
first | QUANTITY | 0.99+ |
two years | QUANTITY | 0.99+ |
Sebastian Mass | PERSON | 0.99+ |
Dave | PERSON | 0.99+ |
Seaport | LOCATION | 0.98+ |
OpenShift | TITLE | 0.97+ |
red hat summit | EVENT | 0.97+ |
about 85% | QUANTITY | 0.96+ |
today | DATE | 0.95+ |
HIPAA | TITLE | 0.95+ |
Red Hat Summit 2022 | EVENT | 0.95+ |
Bitmarck | PERSON | 0.94+ |
German | OTHER | 0.93+ |
pandemic | EVENT | 0.92+ |
2022 | DATE | 0.92+ |
Afix | ORGANIZATION | 0.91+ |
agile | TITLE | 0.89+ |
up to a month | QUANTITY | 0.87+ |
JG E | TITLE | 0.86+ |
EBC | ORGANIZATION | 0.85+ |
Mulligan | PERSON | 0.81+ |
2022 | EVENT | 0.81+ |
JBO | ORGANIZATION | 0.74+ |
a year | QUANTITY | 0.72+ |
E Ks | TITLE | 0.71+ |
second | QUANTITY | 0.71+ |
One | QUANTITY | 0.69+ |
hat | EVENT | 0.68+ |
Germans | PERSON | 0.68+ |
double | QUANTITY | 0.67+ |
German | LOCATION | 0.66+ |
Cube | ORGANIZATION | 0.66+ |
three | QUANTITY | 0.65+ |
red hat | ORGANIZATION | 0.65+ |
Cube | PERSON | 0.63+ |
monolith | ORGANIZATION | 0.63+ |
Kubernetes | TITLE | 0.63+ |
bit mark | ORGANIZATION | 0.61+ |
Jbos | ORGANIZATION | 0.59+ |
couple of months | QUANTITY | 0.59+ |
bit mark Sebastian | PERSON | 0.54+ |
red | ORGANIZATION | 0.51+ |
bit | ORGANIZATION | 0.47+ |
Mulligan | OTHER | 0.46+ |
mark | PERSON | 0.45+ |
Sandy Carter, Unstoppable Domains, announces Women of Web3 | WoW3
(upbeat music) >> Hello, everyone welcome to theCube special presentation of the Unstoppable Domains partner showcase. I'm John Furrier, your host of theCube. We have here, Cube alumni, Sandy Carter, SVP and channel chief of Unstoppable Domains. Sandy, great to see you. Congratulations on your new assignment. Exciting new company, and thanks for coming on for the showcase. >> Well, thank you, John. It's so fun to always be here with you through all my companies, it's really great. Thanks for having me. >> Well, it's been pretty amazing what's going on in the world right now. We just had the past Super Bowl which is the biggest event in the world around advertising, a lot of Web 3.0, crypto, blockchain, decentralized applications. It's here, it's mainstream. We've talked off camera many times around the shifts in technology, cloud computing. We're now with Web 3.0 and some are even saying Web 4.0. (Sandy laughs) A lot of technology programmers, people who are building new things are all in the Web 3.0 world. It's really going mainstream. So what's your view on that? I see you're in it too. You're leading it. >> I am in it too. And it's so exciting to be at the verge of the next technology trend that's out there. And I'm really excited about this one, John because this is all about ownership. It's about members not users. It's quite fascinating to be honest. >> What is Web 3.0? What is Web 3.0? Define it for us 'cause you have a good knack for putting things in the perspective. People want to know what does this Web 3.0? What does it mean? >> Okay, great. That's a great question. In fact, I have just a couple of slides because I'm a visual learner. So I don't know if you guys could pop up just a couple of slides for us. So first to me, Web 3.0 is really all about this area of ownership and that's whether it's in gaming or art or even business applications today. In fact, let me show you an example. If you go to the next slide, you will see like with Twitter, and John, you and I were there, I was the first person to onstage announce that we were going to do tweets during a major event. And of course I started on Twitter back in 2008, pretty early on. And now the valuation of Twitter is going up, I got a lot of value and I helped to attract a lot of those early users. But my value was really based on the people, building my network, not based on that monetary valuation. So I really wasn't an owner. I was a user of Twitter and helped Twitter to grow. Now, if you go with me to the next slide you'll see just a little bit more about what we're talking about here and I know this is one of your favorites. So Web 1.0 was about discovery. We discovered a lot of information. Web 2.0 was about reading the information but also contributing with that two-way dialogue with social but Web 3.0 is now all about membership, not being a user but being a member and therefore having an ownership stake in the power of what's coming. And I think this is a big differential, John, if I had to just nail one thing. This would be the big differential. >> That's awesome. And I love that slide because it goes to the progression. Most people think of web 1.0 data, the worldwide web, web pages, browsers, search engines, Web 2.0, better interfaces. You got mobile, you got social networks. And then it got messy, bots and misinformation, users of the product being used by the companies. So clearly Web 3.0 is changing all that and I think the ownership thing is interesting because you think about it, we should own our data. We should have a data wallet. We should have all that stored. So this is really at the heart of what you guys are doing. So I think that's a great way to put it. I would ask you what's your impression when people you talk to in the mainstream industry that aren't in Web 3.0 that are coming in, what's their reaction? What do they think? What do they see? >> Well, a lot of what I see from Web 2.0 folks is that they don't understand it, first of all. They're not sure about it. And I always like to say that we're in the early days of Web 3.0. So we're in that dial up phase. What was that? Was that AOL? Remember that little that they used to make? >> (laughs) You've got mail. >> Yeah, you've got mail. That's right. That's where we are today with Web 3.0. And so it is early days and I think people are looking for something they can hang their hat on. And so one of the things that we've been working on are what would be the elements of Web 3.0? And if you could take me to one more slide and this will be my last slide, but again, I'm a very visual person. I think there are really five basic assumptions that Web 3.0 really hangs its hat on. The first is decentralization, or I say at least partially decentralized because today we're building on Web 2.0 technology and that is okay. Number two is that digital identity. That identity you just talked about, John where you take your identity with you. You don't have identity for Twitter, an identity for LinkedIn, an identity for a game. I can take my identity today, play a game with it, bank with it, now move on to a Metaverse with it, the same identity. The other thing we like to say is it's built on blockchain and we know that blockchain is still making a lot of improvements but it's getting better and better and better. It's trustless, meaning there's no in between party. You're going direct, user, member to institution, if you would. So there's no bank in between, for example. And then last but not least, it's financially beneficial for the people involved. It's not just that network effect that you're getting, it's actually financially beneficial for those folks. All five of those give us that really big push towards that ownership notion. >> One thing I would point out, first of all, great insight, I would also add and and love to get your reaction to it, and this is a great lead into the news, but there's also a diversity angle because this is a global phenomenon, okay? And it's also a lot of young cultural shift happening with the younger generation, but also technologists from all ages are participating and all genders. Everything's coming together. It's a melting pot. It's a global... This is like the earth is flat moment for us. This is an interesting time. What's your reaction to them? >> Absolutely and I believe that the more diverse the community can be, the more innovative it will be. And that's been proven out by studies, by McKenzie and Deloitte and more. I think this is a moment for Web 3.0 to be very inclusive. And the more inclusive that Web 3.0 is, the bigger the innovation and the bigger the power and the bigger that dream of ownership will become a reality. So I'm 100% with you on the diversity angle for sure. >> So big new news tomorrow launching. This is super exciting. First of all, I love the acronym, but I love the news. Take us through the big announcement that you're having. >> Yeah. So John, we are so excited. We have over 55 different companies joining together to form Unstoppable Women of Web 3.0, or we call it WOW3. Unstoppable WOW3. And the mission is really clear and very inclusive. The first is that we want to make Web 3.0 accessible for everyone. The second is we don't want to just say we want it accessible for everyone, we want to help with that first step. We're going to be giving away $10 million worth of domains from Unstoppable which we believe is that first step into Web 3.0. And then we're going to be action oriented. We don't want to just say we're going to help you get started or just say that Web 3.0 is accessible, we're going to launch education, networking, and events. So for example, we've got our first in person event that will occur at South by Southwest. Our first virtual event will occur on March 8th which is International Women's Day and there'll be two components of it. One is an hour YouTube Live so that people can come in and ask questions and then we've got a 24 hour Twitter space. So almost every half an hour or every hour on the hour, you're going to have these amazing women talk to you about what is DeFi? What is minting? What is Web 3.0 all about? Why gaming in Web 3.0? I mean, it's just going to be phenomenal. And in that we want to support each other as we're moving forward. This whole concept of from the very beginning, we want Web 3.0 to be diverse. >> And I want to also point out that you've got some activities on the March 8th International Women's Day but it's always every day in this community because it's a community. So this whole idea of community inclusion continues every day. Talk about those activities you're having on March 8th. Can you share what's happening on International Women's Day? >> Yeah, so first we're going to have a YouTube Live where we're going to go in detail into what is Web 3.0? What is DeFi? What is an NFT and why do they exist? Then we're going to have this 24 hour Twitter spaces where we've got all these different guest speakers from the 55 different companies that are supporting the initiative. We're also going to launch a list of the 100 most inspirational women of Web 3.0. We're going to do that twice a year. And we decided John not to do the top women, but the women that are inspirational, who are pioneering the trail, who are having an impact. And so we want it to be a community. So it's 100 of the most inspirational women of Web 3.0. We're also setting up a Web 3.0 Women's Speakers Bureau. So I cannot tell you, John, how many time people will call me up and they'll be like, "We really want you to speak here." And when I really get down to it, they really want me because I'm a woman that can speak about Web 3.0 but there are so many women who can do this. And so I wanted to have a place where everybody could come and see how many different diverse people we have that could speak out this. >> Yeah, and that's a great thing because there are a lot of women who can speak on this. They just have to have their voices found. So there's a lot of discovery in that format. Is there any plans to go beyond? You mentioned some workshops, what other things... Can you give another quick highlight of the things else you're doing post the event? >> Yeah, so one of the big things post the event is working with Girls in Tech, and I know you know Adriana. We are going to host on their platform. They have a platform for mentoring. We're going to host a track for Web 3.0 and during International Women's Day, we're going to auction off some NFTs that will contribute to that mentoring platform. So we've got folks like Lazy Lions and Bella and Deadheads that are going to donate NFTs. We'll auction those off and then that will enable the ongoing platform of Girls in Tech to have that mentoring that will be available for the next generation. We'll also do events, both virtually through Twitter spaces and other means as well as in-person events. I just mentioned at South by Southwest which I'm really looking forward to. We're going to have our first in-person event on March the 12th. It's going to be a brunch. A lot of the women told me, John, that they go to all these Web 3.0 or crypto events and everything's like a frat party in the evening. And they're like, "Why can't we just have a nice brunch and sit down and talk about it?" (John laughs) So at South by Southwest that is exactly what we're going to do. We're going to have a brunch and we're going to sit down and talk about it with all of these companies. And John, one of the things that's amazing to me is that we have over 55 companies that are all coming together to support this initiative. To me, that was just overwhelming. I was hoping to get about 20 companies and so far we have 55. So I'm feeling so excited and so empowered by what I see as the potential for this group. >> Yeah, well, first of all, congratulations. That's a really great thing you're doing. If you need place on theCube to post those videos, if you can get copies, we'd be glad to share them as well 'cause it's super important to get all the great minds out there that are working on Web 3.0 and have them showcased. I got to ask you now that you're in the trenches now, doing all this great work. What are some of the buzzwords that people should know about in Web 3.0? You mentioned to five main pillars as well as the ownership, the paradigm shift, we got that. What are some of the buzzword that people should know about? How would you rank those? >> Well, I think there are a couple. Let's see. I mean, one is if you think about it, what is a decentralized application? Some people call them Dapps. Dapps, you'll hear that a lot. And a decentralized application just means that you are leveraging and using multiple forms. There's no centralization of the back end. So everything is decentralized or moving around. Another is the gas fee. This comes up a lot, many people think, "Oh yeah, I put gas in my car." But a gas fee in Web 3.0 is you're actually paying for those decentralized computers that you're using. So in a centralized land, a company owns those computers. In a decentralized land, since you're using all these different assets, you've got to pay for them and that's what the gas fee is for. The gas fee is to pay for those particular types of solutions. And many of these terms that we're talking about minting, what is an NFT, we'll be explaining all of these terms on International Women's Day in that 24 hour Twitter space as well. >> We'll look forward to that Twitter space. We'll share as well. In the Web 3.0 world, when you look at it, when you look at what Unstoppable's doing, it's a paradigm shift. You laid it out there. What is the bottom line? What's the most practical thing people are doing with the domains? 'Cause it is definitely headroom in terms of capability, single sign on, you own your own data, integrating into wallet and decentralized applications and creating this new wave just like the web. More web pages, better search. More pages, the search has to get better, flywheel kicking in. What's the flywheel for Unstoppable? >> Well, I think the flywheel is the really around digital identity. It's why I came to Unstoppable because I believe that the data about you should be owned by you and that identity now travels with you. It's your wallet, it's your healthcare data, it's your educational records, and it's more. So in the future, that digital identity is going to become so much more important than it is today. And oh my gosh, John, it's going to be used in so many different ways that we can't even imagine it now. So for me, I think that digital identity and it really puts that ownership right in the hands of the members, not in anyone else's hands, a company, a government, et cetera. It puts the ownership of that data in your hands. >> I just love these big waves, these shifts, because you mentioned healthcare. Imagine an NFT is that sign on where you don't have to worry about all these HIPAA regulations. You can just say, "Here's me. Here's who I'm trusted." And they don't even know my name, but they know it's trusted. >> And everything just trickles down from there. >> That's right. >> And all the databases are called. It's all immutable. I got my private key. It unlocks so much potential in a new way. Really is amazing. >> I agree. And even just think about education. I was with Arizona State University and so my daughter took some classes at a community college and I wanted to get those classes and have those credits available for her university. How hard is that? Just to get that education and everything is paper and I had to physically sign, I had to physically mail it. It was pretty crazy. So now imagine that your digital identity contains all of your degrees, all of the skills that you've gone through all of your experiences, John. You told me before the show, all different experiences that you have that I didn't know about. I'm sure a lot of people didn't. What if you had that piece of you that would be available that you could use it at any time. >> It's locked in LinkedIn. There's a silo. Again, I'm a huge believer in silo busting going on. This new generation is not going to tolerate experiences that don't fit their mission. They want to have liberation on their data. They don't want to be the product. They want to have the value. >> That's right. >> And then broker that value for services and be able to be horizontally scalable and pop around from place to place without logging in again or having that siloed platform have the data like LinkedIn. You mentioned my resume's on basically LinkedIn, but I got webpages. I got some stories. I got videos. I'm all over the place. I need an NFT. >> And just think about LinkedIn, John. You could say that you graduated from Yale and didn't even graduate from Yale because nobody double checks that but in a wallet, if Yale actually sent that information in so you could verify it. It's that verification that's done over the blockchain, that immutable verification that I find to be very powerful. And John, we were just chatting with some companies earlier today that are Web 2.0 companies and they're like, "Oh, okay. All this is just for people? It's just for consumers?" And I was like, "No, this is for B2B. You've got to start thinking about this as a company." So for example, if you're a company today, how are you going to entice users to let you see some of their data? How are you going to look at ownership when it might be done via a dow and maybe a part of a piece of art, a part of a company, a part of real estate, like Parcel who you guys are going to talk to later on. Look at how that is going to change the world. It's going to change the way funds are raised. It's going to change the way you buy carbon credits, the way you buy art. If you're a consumer company, think about games and endgame economics. People are now playing game that money is real and your brand could be positioned. Have you thought about that? >> Yeah, I think that point you mentioned earlier about Twitter being the user, you had some personal connection, we didn't monetize it. Now with Web 3.0, you own it. One of the things that I see happening and it's coming out a lot of the Unstoppable interviews as well as what we're seeing in the marketplace is that the communities are part owners of the talent of whether it's an artist, a music artist, could be theCube team. The communities are part of the fabric of the overall group ownership. So you're starting to see you mentioned dows, okay? It's one kind of it. So as users become in control of their data and owning it, they're also saying, "Hey I want to be part of someone else." Artists are saying, " Be my stockholder. Own my company." >> That's right. >> So you start to see ownership concept not just be about the individual, it's about the groups. >> Right. And it's about companies too. So I'm hoping that as part of our Unstoppable Women of Web 3.0, we do have several companies who have joined us that are what I would say, traditionally Web 2.0 companies, trying to go over the chasm into Web 3.0. And I do think it's really important that companies of all types and sizes start looking at the implication of that ownership model and what that does. So for example, it's a silly one, but a simple one. I bought a Lazy Lion. It was actually part of my signing bonus, which is also interesting. My signing bonus was an NFT and now my Lazy Lion, I now own that Lazy Lion but the artist also gets a potential percentage of that. I can put my Lazy Lion on a t-shirt. I could name a store after my Lazy Lion because now it's mine. I own it. I own that asset. And now myself and the artists are teamed together. We're like a joint venture together. It's fascinating new models and there are so many of them. After ETHDenver, I was reading some of the key takeaways. And I think the biggest key takeaway was that this space is moving so fast with so much new information that you really have to pick one or two things and just go really deep so that you really understand them versus trying to go so wide that you can't understand everything at one time and to keep up it's a mission today to keep up. >> That interesting example about the Lazy Lion, the artist in relationship with you, that's a smart contract. There's no law firm doing that. It's the blockchain. Disintermediation is happening. >> It's trustless. Back to those five things we talked about. It's on the blockchain, it's decentralized at least partially, it's a digital identity, it's financially beneficial to you and it's trustless. That's what that is. It's a smart contract. There's no in between >> Can't change. It's immutable. Can't hack. Once it's on the blockchain, you're good to go. Sandy, well, congratulations. Great to see you. Unstoppable Women of Web3, WOW3. Great acronym. We're going to support you. We're going to put you on our March 8th site we're putting together. Great to have you on. Congratulations and thanks for sharing the big news. >> Thank you so much, John. Great to be on. >> Okay, this is theCube coverage of Unstoppable Domain partner showcase. I'm John Furrier, your host, here with Sandy Carter. Thanks for watching. (upbeat music)
SUMMARY :
and thanks for coming on for the showcase. It's so fun to always be here with you are all in the Web 3.0 world. It's quite fascinating to be honest. you have a good knack and I helped to attract And I love that slide And I always like to say And so one of the things This is like the earth that the more diverse First of all, I love the And in that we want to support each other on the March 8th International Women's Day So it's 100 of the most highlight of the things else that they go to all these I got to ask you now that that you are leveraging More pages, the search has to get better, and that identity now travels with you. Imagine an NFT is that sign on And everything just And all the databases are called. all different experiences that you have going to tolerate experiences and be able to be horizontally scalable that I find to be very powerful. One of the things that I see happening So you start to see ownership that you really have to It's the blockchain. to you and it's trustless. We're going to put you Great to be on. of Unstoppable Domain partner showcase.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Yale | ORGANIZATION | 0.99+ |
Sandy Carter | PERSON | 0.99+ |
Adriana | PERSON | 0.99+ |
2008 | DATE | 0.99+ |
Arizona State University | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
$10 million | QUANTITY | 0.99+ |
100 | QUANTITY | 0.99+ |
Sandy | PERSON | 0.99+ |
55 | QUANTITY | 0.99+ |
March 8th | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
one | QUANTITY | 0.99+ |
McKenzie | ORGANIZATION | 0.99+ |
24 hour | QUANTITY | 0.99+ |
International Women's Day | EVENT | 0.99+ |
100% | QUANTITY | 0.99+ |
Unstoppable Domains | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Super Bowl | EVENT | 0.99+ |
first step | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
five main pillars | QUANTITY | 0.99+ |
Cube | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.98+ |
one more slide | QUANTITY | 0.98+ |
Lazy Lions | ORGANIZATION | 0.98+ |
Girls in Tech | ORGANIZATION | 0.98+ |
AOL | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
First | QUANTITY | 0.97+ |
South by Southwest | ORGANIZATION | 0.97+ |
single | QUANTITY | 0.97+ |
one time | QUANTITY | 0.96+ |
HIPAA | TITLE | 0.96+ |
over 55 companies | QUANTITY | 0.96+ |
55 different companies | QUANTITY | 0.96+ |
over 55 different companies | QUANTITY | 0.96+ |
five things | QUANTITY | 0.95+ |
an hour | QUANTITY | 0.95+ |
One thing | QUANTITY | 0.94+ |
Sandy Carter, Unstoppable Domains, announces Women of Web3 | WoW3
(upbeat music) >> Hello, everyone welcome to theCube special presentation of the Unstoppable Domains partner showcase. I'm John Furrier, your host of theCube. We have here, Cube alumni, Sandy Carter, SVP and channel chief of Unstoppable Domains. Sandy, great to see you. Congratulations on your new assignment. Exciting new company, and thanks for coming on for the showcase. >> Well, thank you, John. It's so fun to always be here with you through all my companies, it's really great. Thanks for having me. >> Well, it's been pretty amazing what's going on in the world right now. We just had the past Super Bowl which is the biggest event in the world around advertising, a lot of Web 3.0, crypto, blockchain, decentralized applications. It's here, it's mainstream. We've talked off camera many times around the shifts in technology, cloud computing. We're now with Web 3.0 and some are even saying Web 4.0. (Sandy laughs) A lot of technology programmers, people who are building new things are all in the Web 3.0 world. It's really going mainstream. So what's your view on that? I see you're in it too. You're leading it. >> I am in it too. And it's so exciting to be at the verge of the next technology trend that's out there. And I'm really excited about this one, John because this is all about ownership. It's about members not users. It's quite fascinating to be honest. >> What is Web 3.0? What is Web 3.0? Define it for us 'cause you have a good knack for putting things in the perspective. People want to know what does this Web 3.0? What does it mean? >> Okay, great. That's a great question. In fact, I have just a couple of slides because I'm a visual learner. So I don't know if you guys could pop up just a couple of slides for us. So first to me, Web 3.0 is really all about this area of ownership and that's whether it's in gaming or art or even business applications today. In fact, let me show you an example. If you go to the next slide, you will see like with Twitter, and John, you and I were there, I was the first person to onstage announce that we were going to do tweets during a major event. And of course I started on Twitter back in 2008, pretty early on. And now the valuation of Twitter is going up, I got a lot of value and I helped to attract a lot of those early users. But my value was really based on the people, building my network, not based on that monetary valuation. So I really wasn't an owner. I was a user of Twitter and helped Twitter to grow. Now, if you go with me to the next slide you'll see just a little bit more about what we're talking about here and I know this is one of your favorites. So Web 1.0 was about discovery. We discovered a lot of information. Web 2.0 was about reading the information but also contributing with that two-way dialogue with social but Web 3.0 is now all about membership, not being a user but being a member and therefore having an ownership stake in the power of what's coming. And I think this is a big differential, John, if I had to just nail one thing. This would be the big differential. >> That's awesome. And I love that slide because it goes to the progression. Most people think of web 1.0 data, the worldwide web, web pages, browsers, search engines, Web 2.0, better interfaces. You got mobile, you got social networks. And then it got messy, bots and misinformation, users of the product being used by the companies. So clearly Web 3.0 is changing all that and I think the ownership thing is interesting because you think about it, we should own our data. We should have a data wallet. We should have all that stored. So this is really at the heart of what you guys are doing. So I think that's a great way to put it. I would ask you what's your impression when people you talk to in the mainstream industry that aren't in Web 3.0 that are coming in, what's their reaction? What do they think? What do they see? >> Well, a lot of what I see from Web 2.0 folks is that they don't understand it, first of all. They're not sure about it. And I always like to say that we're in the early days of Web 3.0. So we're in that dial up phase. What was that? Was that AOL? Remember that little that they used to make? >> (laughs) You've got mail. >> Yeah, you've got mail. That's right. That's where we are today with Web 3.0. And so it is early days and I think people are looking for something they can hang their hat on. And so one of the things that we've been working on are what would be the elements of Web 3.0? And if you could take me to one more slide and this will be my last slide, but again, I'm a very visual person. I think there are really five basic assumptions that Web 3.0 really hangs its hat on. The first is decentralization, or I say at least partially decentralized because today we're building on Web 2.0 technology and that is okay. Number two is that digital identity. That identity you just talked about, John where you take your identity with you. You don't have identity for Twitter, an identity for LinkedIn, an identity for a game. I can take my identity today, play a game with it, bank with it, now move on to a Metaverse with it, the same identity. The other thing we like to say is it's built on blockchain and we know that blockchain is still making a lot of improvements but it's getting better and better and better. It's trustless, meaning there's no in between party. You're going direct, user, member to institution, if you would. So there's no bank in between, for example. And then last but not least, it's financially beneficial for the people involved. It's not just that network effect that you're getting, it's actually financially beneficial for those folks. All five of those give us that really big push towards that ownership notion. >> One thing I would point out, first of all, great insight, I would also add and and love to get your reaction to it, and this is a great lead into the news, but there's also a diversity angle because this is a global phenomenon, okay? And it's also a lot of young cultural shift happening with the younger generation, but also technologists from all ages are participating and all genders. Everything's coming together. It's a melting pot. It's a global... This is like the earth is flat moment for us. This is an interesting time. What's your reaction to them? >> Absolutely and I believe that the more diverse the community can be, the more innovative it will be. And that's been proven out by studies, by McKenzie and Deloitte and more. I think this is a moment for Web 3.0 to be very inclusive. And the more inclusive that Web 3.0 is, the bigger the innovation and the bigger the power and the bigger that dream of ownership will become a reality. So I'm 100% with you on the diversity angle for sure. >> So big new news tomorrow launching. This is super exciting. First of all, I love the acronym, but I love the news. Take us through the big announcement that you're having. >> Yeah. So John, we are so excited. We have over 55 different companies joining together to form Unstoppable Women of Web 3.0, or we call it WOW3. Unstoppable WOW3. And the mission is really clear and very inclusive. The first is that we want to make Web 3.0 accessible for everyone. The second is we don't want to just say we want it accessible for everyone, we want to help with that first step. We're going to be giving away $10 million worth of domains from Unstoppable which we believe is that first step into Web 3.0. And then we're going to be action oriented. We don't want to just say we're going to help you get started or just say that Web 3.0 is accessible, we're going to launch education, networking, and events. So for example, we've got our first in person event that will occur at South by Southwest. Our first virtual event will occur on March 8th which is International Women's Day and there'll be two components of it. One is an hour YouTube Live so that people can come in and ask questions and then we've got a 24 hour Twitter space. So almost every half an hour or every hour on the hour, you're going to have these amazing women talk to you about what is DeFi? What is minting? What is Web 3.0 all about? Why gaming in Web 3.0? I mean, it's just going to be phenomenal. And in that we want to support each other as we're moving forward. This whole concept of from the very beginning, we want Web 3.0 to be diverse. >> And I want to also point out that you've got some activities on the March 8th International Women's Day but it's always every day in this community because it's a community. So this whole idea of community inclusion continues every day. Talk about those activities you're having on March 8th. Can you share what's happening on International Women's Day? >> Yeah, so first we're going to have a YouTube Live where we're going to go in detail into what is Web 3.0? What is DeFi? What is an NFT and why do they exist? Then we're going to have this 24 hour Twitter spaces where we've got all these different guest speakers from the 55 different companies that are supporting the initiative. We're also going to launch a list of the 100 most inspirational women of Web 3.0. We're going to do that twice a year. And we decided John not to do the top women, but the women that are inspirational, who are pioneering the trail, who are having an impact. And so we want it to be a community. So it's 100 of the most inspirational women of Web 3.0. We're also setting up a Web 3.0 Women's Speakers Bureau. So I cannot tell you, John, how many time people will call me up and they'll be like, "We really want you to speak here." And when I really get down to it, they really want me because I'm a woman that can speak about Web 3.0 but there are so many women who can do this. And so I wanted to have a place where everybody could come and see how many different diverse people we have that could speak out this. >> Yeah, and that's a great thing because there are a lot of women who can speak on this. They just have to have their voices found. So there's a lot of discovery in that format. Is there any plans to go beyond? You mentioned some workshops, what other things... Can you give another quick highlight of the things else you're doing post the event? >> Yeah, so one of the big things post the event is working with Girls in Tech, and I know you know Adriana. We are going to host on their platform. They have a platform for mentoring. We're going to host a track for Web 3.0 and during International Women's Day, we're going to auction off some NFTs that will contribute to that mentoring platform. So we've got folks like Lazy Lions and Bella and Deadheads that are going to donate NFTs. We'll auction those off and then that will enable the ongoing platform of Girls in Tech to have that mentoring that will be available for the next generation. We'll also do events, both virtually through Twitter spaces and other means as well as in-person events. I just mentioned at South by Southwest which I'm really looking forward to. We're going to have our first in-person event on March the 12th. It's going to be a brunch. A lot of the women told me, John, that they go to all these Web 3.0 or crypto events and everything's like a frat party in the evening. And they're like, "Why can't we just have a nice brunch and sit down and talk about it?" (John laughs) So at South by Southwest that is exactly what we're going to do. We're going to have a brunch and we're going to sit down and talk about it with all of these companies. And John, one of the things that's amazing to me is that we have over 55 companies that are all coming together to support this initiative. To me, that was just overwhelming. I was hoping to get about 20 companies and so far we have 55. So I'm feeling so excited and so empowered by what I see as the potential for this group. >> Yeah, well, first of all, congratulations. That's a really great thing you're doing. If you need place on theCube to post those videos, if you can get copies, we'd be glad to share them as well 'cause it's super important to get all the great minds out there that are working on Web 3.0 and have them showcased. I got to ask you now that you're in the trenches now, doing all this great work. What are some of the buzzwords that people should know about in Web 3.0? You mentioned to five main pillars as well as the ownership, the paradigm shift, we got that. What are some of the buzzword that people should know about? How would you rank those? >> Well, I think there are a couple. Let's see. I mean, one is if you think about it, what is a decentralized application? Some people call them Dapps. Dapps, you'll hear that a lot. And a decentralized application just means that you are leveraging and using multiple forms. There's no centralization of the back end. So everything is decentralized or moving around. Another is the gas fee. This comes up a lot, many people think, "Oh yeah, I put gas in my car." But a gas fee in Web 3.0 is you're actually paying for those decentralized computers that you're using. So in a centralized land, a company owns those computers. In a decentralized land, since you're using all these different assets, you've got to pay for them and that's what the gas fee is for. The gas fee is to pay for those particular types of solutions. And many of these terms that we're talking about minting, what is an NFT, we'll be explaining all of these terms on International Women's Day in that 24 hour Twitter space as well. >> We'll look forward to that Twitter space. We'll share as well. In the Web 3.0 world, when you look at it, when you look at what Unstoppable's doing, it's a paradigm shift. You laid it out there. What is the bottom line? What's the most practical thing people are doing with the domains? 'Cause it is definitely headroom in terms of capability, single sign on, you own your own data, integrating into wallet and decentralized applications and creating this new wave just like the web. More web pages, better search. More pages, the search has to get better, flywheel kicking in. What's the flywheel for Unstoppable? >> Well, I think the flywheel is the really around digital identity. It's why I came to Unstoppable because I believe that the data about you should be owned by you and that identity now travels with you. It's your wallet, it's your healthcare data, it's your educational records, and it's more. So in the future, that digital identity is going to become so much more important than it is today. And oh my gosh, John, it's going to be used in so many different ways that we can't even imagine it now. So for me, I think that digital identity and it really puts that ownership right in the hands of the members, not in anyone else's hands, a company, a government, et cetera. It puts the ownership of that data in your hands. >> I just love these big waves, these shifts, because you mentioned healthcare. Imagine an NFT is that sign on where you don't have to worry about all these HIPAA regulations. You can just say, "Here's me. Here's who I'm trusted." And they don't even know my name, but they know it's trusted. >> And everything just trickles down from there. >> That's right. >> And all the databases are called. It's all immutable. I got my private key. It unlocks so much potential in a new way. Really is amazing. >> I agree. And even just think about education. I was with Arizona State University and so my daughter took some classes at a community college and I wanted to get those classes and have those credits available for her university. How hard is that? Just to get that education and everything is paper and I had to physically sign, I had to physically mail it. It was pretty crazy. So now imagine that your digital identity contains all of your degrees, all of the skills that you've gone through all of your experiences, John. You told me before the show, all different experiences that you have that I didn't know about. I'm sure a lot of people didn't. What if you had that piece of you that would be available that you could use it at any time. >> It's locked in LinkedIn. There's a silo. Again, I'm a huge believer in silo busting going on. This new generation is not going to tolerate experiences that don't fit their mission. They want to have liberation on their data. They don't want to be the product. They want to have the value. >> That's right. >> And then broker that value for services and be able to be horizontally scalable and pop around from place to place without logging in again or having that siloed platform have the data like LinkedIn. You mentioned my resume's on basically LinkedIn, but I got webpages. I got some stories. I got videos. I'm all over the place. I need an NFT. >> And just think about LinkedIn, John. You could say that you graduated from Yale and didn't even graduate from Yale because nobody double checks that but in a wallet, if Yale actually sent that information in so you could verify it. It's that verification that's done over the blockchain, that immutable verification that I find to be very powerful. And John, we were just chatting with some companies earlier today that are Web 2.0 companies and they're like, "Oh, okay. All this is just for people? It's just for consumers?" And I was like, "No, this is for B2B. You've got to start thinking about this as a company." So for example, if you're a company today, how are you going to entice users to let you see some of their data? How are you going to look at ownership when it might be done via a dow and maybe a part of a piece of art, a part of a company, a part of real estate, like Parcel who you guys are going to talk to later on. Look at how that is going to change the world. It's going to change the way funds are raised. It's going to change the way you buy carbon credits, the way you buy art. If you're a consumer company, think about games and endgame economics. People are now playing game that money is real and your brand could be positioned. Have you thought about that? >> Yeah, I think that point you mentioned earlier about Twitter being the user, you had some personal connection, we didn't monetize it. Now with Web 3.0, you own it. One of the things that I see happening and it's coming out a lot of the Unstoppable interviews as well as what we're seeing in the marketplace is that the communities are part owners of the talent of whether it's an artist, a music artist, could be theCube team. The communities are part of the fabric of the overall group ownership. So you're starting to see you mentioned dows, okay? It's one kind of it. So as users become in control of their data and owning it, they're also saying, "Hey I want to be part of someone else." Artists are saying, " Be my stockholder. Own my company." >> That's right. >> So you start to see ownership concept not just be about the individual, it's about the groups. >> Right. And it's about companies too. So I'm hoping that as part of our Unstoppable Women of Web 3.0, we do have several companies who have joined us that are what I would say, traditionally Web 2.0 companies, trying to go over the chasm into Web 3.0. And I do think it's really important that companies of all types and sizes start looking at the implication of that ownership model and what that does. So for example, it's a silly one, but a simple one. I bought a Lazy Lion. It was actually part of my signing bonus, which is also interesting. My signing bonus was an NFT and now my Lazy Lion, I now own that Lazy Lion but the artist also gets a potential percentage of that. I can put my Lazy Lion on a t-shirt. I could name a store after my Lazy Lion because now it's mine. I own it. I own that asset. And now myself and the artists are teamed together. We're like a joint venture together. It's fascinating new models and there are so many of them. After ETHDenver, I was reading some of the key takeaways. And I think the biggest key takeaway was that this space is moving so fast with so much new information that you really have to pick one or two things and just go really deep so that you really understand them versus trying to go so wide that you can't understand everything at one time and to keep up it's a mission today to keep up. >> That interesting example about the Lazy Lion, the artist in relationship with you, that's a smart contract. There's no law firm doing that. It's the blockchain. Disintermediation is happening. >> It's trustless. Back to those five things we talked about. It's on the blockchain, it's decentralized at least partially, it's a digital identity, it's financially beneficial to you and it's trustless. That's what that is. It's a smart contract. There's no in between >> Can't change. It's immutable. Can't hack. Once it's on the blockchain, you're good to go. Sandy, well, congratulations. Great to see you. Unstoppable Women of Web3, WOW3. Great acronym. We're going to support you. We're going to put you on our March 8th site we're putting together. Great to have you on. Congratulations and thanks for sharing the big news. >> Thank you so much, John. Great to be on. >> Okay, this is theCube coverage of Unstoppable Domain partner showcase. I'm John Furrier, your host, here with Sandy Carter. Thanks for watching. (upbeat music)
SUMMARY :
and thanks for coming on for the showcase. It's so fun to always be here with you are all in the Web 3.0 world. It's quite fascinating to be honest. you have a good knack and I helped to attract And I love that slide And I always like to say And so one of the things This is like the earth that the more diverse First of all, I love the And in that we want to support each other on the March 8th International Women's Day So it's 100 of the most highlight of the things else that they go to all these I got to ask you now that that you are leveraging More pages, the search has to get better, and that identity now travels with you. Imagine an NFT is that sign on And everything just And all the databases are called. all different experiences that you have going to tolerate experiences and be able to be horizontally scalable that I find to be very powerful. One of the things that I see happening So you start to see ownership that you really have to It's the blockchain. to you and it's trustless. We're going to put you Great to be on. of Unstoppable Domain partner showcase.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
John | PERSON | 0.99+ |
Yale | ORGANIZATION | 0.99+ |
Sandy Carter | PERSON | 0.99+ |
Adriana | PERSON | 0.99+ |
2008 | DATE | 0.99+ |
Arizona State University | ORGANIZATION | 0.99+ |
John Furrier | PERSON | 0.99+ |
$10 million | QUANTITY | 0.99+ |
100 | QUANTITY | 0.99+ |
Sandy | PERSON | 0.99+ |
55 | QUANTITY | 0.99+ |
March 8th | DATE | 0.99+ |
ORGANIZATION | 0.99+ | |
one | QUANTITY | 0.99+ |
McKenzie | ORGANIZATION | 0.99+ |
24 hour | QUANTITY | 0.99+ |
International Women's Day | EVENT | 0.99+ |
100% | QUANTITY | 0.99+ |
Unstoppable Domains | ORGANIZATION | 0.99+ |
Deloitte | ORGANIZATION | 0.99+ |
ORGANIZATION | 0.99+ | |
Super Bowl | EVENT | 0.99+ |
first step | QUANTITY | 0.99+ |
One | QUANTITY | 0.99+ |
two things | QUANTITY | 0.99+ |
first | QUANTITY | 0.99+ |
second | QUANTITY | 0.99+ |
today | DATE | 0.99+ |
five main pillars | QUANTITY | 0.99+ |
Cube | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.98+ |
one more slide | QUANTITY | 0.98+ |
Lazy Lions | ORGANIZATION | 0.98+ |
Girls in Tech | ORGANIZATION | 0.98+ |
AOL | ORGANIZATION | 0.98+ |
both | QUANTITY | 0.98+ |
First | QUANTITY | 0.97+ |
South by Southwest | ORGANIZATION | 0.97+ |
single | QUANTITY | 0.97+ |
one time | QUANTITY | 0.96+ |
HIPAA | TITLE | 0.96+ |
over 55 companies | QUANTITY | 0.96+ |
55 different companies | QUANTITY | 0.96+ |
over 55 different companies | QUANTITY | 0.96+ |
five things | QUANTITY | 0.95+ |
an hour | QUANTITY | 0.95+ |
One thing | QUANTITY | 0.94+ |
Sandy Carter, AWS | AWS re:Invent 2021
(calm electronic music) >> Hey, welcome back everyone to theCUBE coverage of AWS re:Invent 2021. I'm John Furrier, your host. We're here with two sets with live content, pumping out 120 years over the course of a couple of days, 28 hours of programming from the people making things happen, sharing the news, and the insight. We've got Sandy Carter, worldwide public sector vice president of partners and programs for Amazon web services. Sandy, CUBE alumni, welcome back to theCUBE. Great to see you. >> Great to see you too, John. It's so awesome to be here in person, right? >> The news is coming more and more. We got health care news. We got this news, we got all kinds of certification. We just recently talked on a segment about all the great stuff on certifications, but healthcare is booming, okay? We got talking about delivering the kind of performance that people need in healthcare with data, and you've got delivery, destination is healthcare. Let's talk health care, what's going on? >> Yeah, so we made a couple of really awesome announcements around healthcare today. So if you think about it, one of the big trends in healthcare is digitizing health records, so electronic healthcare records to really help and assist with patient care. So, because that is so big, we launched an initiative for electronic healthcare records, migration assistance. And what that means is that, we have now added technical subject matter experts and industry subject matter experts in the healthcare space who understand EHR, electronic health records, to help us migrate at least 500 ISV applications over to AWS. This is really big news, because so far, most of those applications are running on-premises. So getting them over to the cloud gives them the scalability, gives them the agility, that they need to provide all of us better healthcare. >> Well, one of the big themes is the Epic performance, the database on the cloud. Cloud has given so much agility and has changed the game. I mean, I'm old enough to remember, I mean, we can look back on the shifts in technology. You had that era of healthcare where data and the records were super important. Privacy, lock it down. Don't talk to each other. Are we going to respect the privacy of the individuals? That's all now changed with horizontal scalable data, as Swami pointed out, who's the SVP leader of AI and the data for AWS, whole new paradigm of data architecture. This is disrupting healthcare. >> Yes And you've got the Epic situation. Take us through, why is this important? Why are we talking about Epic? >> Well, so EHR is one of the announcements. And then the second big announcement, is our Epic on AWS announcement. So, you may have covered this back in the August, September timeframe, we announced a new EC2 instance, called the M6I. And Epic, which is one of the leading global healthcare providers in the world, has been migrated to the cloud. And so, they started testing themselves, Epic started testing on the M6I. And so what we saw is a 40% performance improvement. Now that is, that's huge, as well as a 30% reduction in total cost of ownership. So if you're a partner out there, you're going to see, as your application runs on top of Epic, you're going to get that performance gain. And Epic has an amazing ecosystem, John. They have what they call the code travelers. They kind of exist on Epic, cause everybody uses Epic. Those ISBs are now going to get that benefit, and 90% of the current Epic customers. And then, our consulting partners are also going to see the benefit, because of that total cost of ownership reduction of 30%. So imagine you're a consulting partner, you're now going to go into a hospital that's using Epic and tell them that you can reduce their total cost of ownership by 30%. That's amazing! >> Well, first of all, the cost thing is amazing. But also, when you mentioned the instances, what's happening with the graviton and the processors and the performance you're getting in the cloud now, the applications are running faster and lower cost. So, you know, databases, they really want the boast horsepower. So you've got the cloud performance, you've got the lower cost. Why wouldn't anyone want to run it anywhere else? This is what I'm saying on my story I wrote Sunday night. All the modern applications will go to the best performance, even legacy apps. >> That's right, and I think this is so important because you know, you need performance, you need speed. You need to get the rest of this application migrated over. That's why we got the EHR migration initiative. And then if you couple that with our third announcement around authority to operate that now gives you that security and compliance, right? Because if you're a hospital, you can't risk having that patient information exposed. And so we introduced as an authority to operate a program that enables our partners to get HIPAA and high trust authorization faster, cheaper, so that they can move with this new digital trend that's happening all across healthcare. I mean, it is our fastest growing area today, growing at 105%. >> Yeah, it points to examine, it's another one of those areas that is urgent under COVID. It's exploding because of the demand, just on performance. And Swami said it today, also in the keynote, the AI data keynote, governance should be an enabler, not an inhibitor. >> Sandy: That's right. So when you start getting into governance where you can start managing the data in a way that's cool for people to use the data, but protect the privacy, you then can have the modern apps. >> And if I could just add on one thing there, today we talked about, you know, when you go on your digital transformation journey, it requires digital security, especially in healthcare. And so as you have those requirements, you have to be able to, not just get stuff to the cloud, it's got to be secure. And that's why HIPAA and high trust exist today. >> And these fine grain controls now available are amazing. So again, I love the way you guys are going in this direction with AWS. I got to say every year, it's like, wow, again. But I want to get back to this ISV angle because I think this is super important. Again, I teased this out on my post Sunday night, when I, after my sit down with Adam Selipski was that, if I'm a software vendor, an ISV, an independent software vendor, or a software owner, I want my app to run faster, period, okay? I want my app to make money, which means valued by customers. I don't want my app to be slower and not be seen in front of my customers. So again, ISV is now an opportunity, Epic is a shining example of that, where now as an ISV, I can innovate and not have to do the heavy lifting. This is a huge point. Can you just share some color on this, because this is like, I think kind of the elephant in the room. The ISVs are going to go where the action is. >> That's right, and you know, the Epic ecosystem is such a force. Epic being a global healthcare leader, getting that performance level, all of those codes, they call them code travelers, that exist around Epic. All of those applications can now take advantage of that performance improvement, which for me is a game changer because all that data, I mean, I know that, you know, I was just in an emergency room with my daughter. She had a trouble, we thought she broke her elbow. And, you know, we were sitting there waiting as the person's entering and waiting and entering and waiting. So that performance really makes a difference, right? In your customer satisfaction, in your patient care, all the things that really matter, the business outcome areas, not just the technology side. It's a game changer for healthcare. >> It's the delivery of one, your health, your life. And two, hassle time, avoiding the steps, waiting in the wrong room, going here, waiting for this, getting a test you don't need. >> Sandy: That's right. >> It's a hassle for the customer, but also puts pressure on the supply chain, the operational bandwidth, and with telemedicine around the corner, you know, everything is happening with telemedicine. Why I might not need to go to the hospital if I don't have to, so again, another big wave coming is telemedicine. >> Yeah, that's right, and in fact, we launched that healthcare startup accelerator, where we invited healthcare companies from around the world to come in and get extra support as a brand new partner, as a next gen partner, and that was actually one of the top areas of focus. About 40% of the companies came in around telemedicine. And one of the really interesting partners that came in through that accelerator was a partner named Get lab. They do, you know, surgeon training, which is quite fascinating, and they were doing that and Time named them one of the top, most innovative companies of the year in 2021. And they accredited a lot of their success to the healthcare accelerator that we just launched as well. >> So much action going on. I got to get your thoughts on just in general healthcare, do you find the vibe to be more from the doctors and the service providers? Because they're the ones on the front lines. They're in the foxhole, so to speak. It always seems to me that they always wish things went faster, similar to government workers, right? It's like, I wish there wasn't red tape. I wish it was easier. Why aren't we doing this? That seems to have been like, the culture. And now it's shifting back to, all right, now we're having fun. We're delivering care. We're riding the right wave. >> I agree, you know, these business outcomes make a huge difference, I think. And I think that that transformation that you're talking about, is occurring much faster than anybody anticipated. I predict in 2022, you're going to see this increased focus, not just on telemedicine, patient care overall. Like how do you combine the two together? How are you able to move quicker to provide more diagnostics? So for example, one of our partners, GE Healthcare, was using AI and ML with one of our partner programs and was able to automate the radiology workflow. I mean, just think about radiology, reading X-rays, how fast that can be with AI and ML. It increased the diagnostic accuracy by 30%. I think you're going to see lots more use of technology to speed up diagnosis, to increase that customer, patient care. I think that's really going to be the trend in 2022. And it's great for all of us. >> And computer vision, by the way, with explainable AI, can come in, talk about analyzing x-rays and or film, more and more tech coming in and machine learning is driving a lot of it. >> I completely agree. Machine learning, I would say machine learning and analytics, you know? Now that we've got the data and you know, the data, IDC says that data coming in from IOT sensors increased by four x since COVID, so imagine, you know, there are now robots working in the hospital, gathering your readings of your, you know, how strong you breathe, your temperature, all your vital signs are now coming in from IOT sensors. So you're just seeing this explosion of data and healthcare, which only makes diagnosis and hopefully cures, new vaccines, more possible because now you've got more data to work with, right? That data accuracy is going up. Data sources are going up. It's just a really powerful combination. >> Yeah, healthcare is great. Sandy, it's been an amazing run on the healthcare side. It's continuing to change, in a good way, how care is managed and delivered and dispensed and cost savings. I do want to ask you if you could point out to the audience, just from within the partner base, what's the big trend there? Because obviously they're all engaged, seeing all kinds of new things. Where's the innovation vibe? What are some, what's the pattern in the partners, more software development, more cloud, more AI? What's the, what would you, how would you rank the activities of innovation? >> Yeah, I would say there are five prime drivers today on the technology side, you know. First and foremost right now is IOT, believe it or not. And IOT, because it's driving so much data and you have to have data for the second big trend, which is artificial intelligence and machine learning. So that data is essential for feeding all the modeling that's going on. We're also seeing the edge come to pass really fast, right? A lot of work on outpost. In fact, at the conference, we announced that we just opened an outpost innovation center with WWT and Intel MDC. We already have an innovation center for outpost in Seattle. So we opened one in DC for our partner community as well. So we're seeing a lot of focus on that edge. Containers, as we talked about earlier, 60% of customers want containers. So our partners to be, need to be all over it. And then another huge trend in public sector is blockchain. So if you think about, you know, Panama, El Salvador, Ukraine, they're all moving to Bitcoin. And I just went over to the Wynn hotel cause we're here in Vegas, did you see how many vendors are taking Bitcoin out? It's amazing! And so all of that is built on blockchain. So we also introduced a set of workshops and POCs with our partners around blockchain because we see it happening in states, in countries, and then the countries drive everything else to have to use or leverage that chain for Bitcoin. >> Great trends, the tailwind, the wave is here. It's a big wave, healthcare, public sector, a lot of change. Sandy Carter. Thank you for the great commentary. Great insight, great to see you. Thanks for coming back on theCUBE. >> Nice to see you too, yep. >> It's theCUBE coverage. I'm John Furrier, your host of theCUBE. We got two sets wall-to-wall coverage, here in person, live event, as well as hybrid, we have the software as well. You're watching theCUBE, the leader in global tech coverage. I'm John Furrier, thanks for watching. (calming electronic music)
SUMMARY :
from the people making things happen, Great to see you too, John. about all the great experts in the healthcare space and has changed the game. And you've got the Epic situation. and 90% of the current Epic customers. and the performance you're that enables our partners to get HIPAA It's exploding because of the but protect the privacy, you And so as you have those requirements, and not have to do the heavy lifting. I mean, I know that, you know, It's the delivery of around the corner, you know, And one of the really They're in the foxhole, so to speak. I agree, you know, the way, with explainable AI, in the hospital, gathering your I do want to ask you on the technology side, you know. tailwind, the wave is here. we have the software as well.
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Sandy Carter | PERSON | 0.99+ |
WWT | ORGANIZATION | 0.99+ |
John | PERSON | 0.99+ |
John Furrier | PERSON | 0.99+ |
Sandy | PERSON | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
Adam Selipski | PERSON | 0.99+ |
60% | QUANTITY | 0.99+ |
28 hours | QUANTITY | 0.99+ |
30% | QUANTITY | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
2022 | DATE | 0.99+ |
2021 | DATE | 0.99+ |
Vegas | LOCATION | 0.99+ |
Seattle | LOCATION | 0.99+ |
one | QUANTITY | 0.99+ |
40% | QUANTITY | 0.99+ |
90% | QUANTITY | 0.99+ |
Sunday night | DATE | 0.99+ |
IDC | ORGANIZATION | 0.99+ |
Epic | ORGANIZATION | 0.99+ |
two | QUANTITY | 0.99+ |
El Salvador | LOCATION | 0.99+ |
Swami | PERSON | 0.99+ |
120 years | QUANTITY | 0.99+ |
DC | LOCATION | 0.99+ |
First | QUANTITY | 0.99+ |
two sets | QUANTITY | 0.99+ |
Panama | LOCATION | 0.99+ |
105% | QUANTITY | 0.99+ |
Sandy C | PERSON | 0.99+ |
GE Healthcare | ORGANIZATION | 0.99+ |
Time | ORGANIZATION | 0.99+ |
two sets | QUANTITY | 0.98+ |
M6I | COMMERCIAL_ITEM | 0.98+ |
CUBE | ORGANIZATION | 0.98+ |
today | DATE | 0.98+ |
third announcement | QUANTITY | 0.98+ |
Ukraine | LOCATION | 0.98+ |
About 40% | QUANTITY | 0.97+ |
HIPAA | TITLE | 0.97+ |
four x | QUANTITY | 0.97+ |
Intel MDC | ORGANIZATION | 0.95+ |
Wynn | ORGANIZATION | 0.95+ |
second big announcement | QUANTITY | 0.93+ |
five prime drivers | QUANTITY | 0.91+ |
Get lab | ORGANIZATION | 0.91+ |
second big trend | QUANTITY | 0.91+ |
at least 500 ISV | QUANTITY | 0.9+ |
theCUBE | TITLE | 0.9+ |
August, September | DATE | 0.89+ |
one thing | QUANTITY | 0.87+ |
Sandy Carter, AWS | AWS re:Invent 2021
(upbeat music) >> Welcome back to theCUBE's coverage of AWS re:Invent 2021. I'm John Furrier, host of theCUBE. You're watching CUBE's worldwide leader in tech coverage. We're in person on the show floor. It's also a hybrid event, online as well. CUBE coverage online with Amazon re:Invent site. Great content all around, amazing announcements, transformation in all areas are exploding and in innovation, of course, we have innovation here with Sandy Carter, the worldwide public sector vice-president of partners and programs for Amazon Web Services. Sandy, welcome back, CUBE alumni. Great to see you. Thanks for coming on theCUBE. >> Great to see you and great to see you in person again. It's so exciting. The energy level, oh my God. >> Oh my God. It's so much. Thanks, great keynote. Good to see you again in person. A lot of action, give us the top announcements. What's going on? What are the top 10 AWS announcements? >> Yeah, so we, this year for 2022, as we frame it out, we decided on a 3D strategy, a three-dimensional strategy. So we started with destination then data and then delivery. So if I could do them in that order, does that sound good? >> Yeah. Destination. >> So let's start with destination. So I got this from one of the customers and he said to me, "look, Sandy, I thought it was all going to be about getting to the cloud. But when I got to the cloud, I realized it wasn't about just in the cloud, it was about what you do in the cloud." And so we made some announcements this morning, especially around migration, modernization, and optimization. So for migration, we have the mainframe announcement that Adam made, and then we also echoed it. Cause most of the mainframes today sit in public sector. So this is a managed service, it's working with Micro Focus, one of our partners. And Lockheed Martin one of our partners is one of the first into the mainframe migration, which is a service and services to help customers transform their business with the mainframe. And then as we compliment them, we look at that we also have modernization occurring. So for example, IoT. IDC tells us that IoT and that data has increased four times since COVID because now devices and sensors are tracking a lot of data. So we made an announcement around smart cities and we now have badging for our partners. We have 18 partners solutions now in smart cities. So working backwards from the partners they were talking about given now COVID is kind of in the midst of where it is smart cities and making those cities work better in public transportation and utility, it's just all where it's at. And then the final announcement in that category is containers. So 60% of our customers said that they're going to be using containers. So we announced a Rapid Adoption Assistance program for our partners to be able to help our customers move to containers overall. >> So mainframe migration, I saw that on stage, but Micro Focus, that was a good job. Get that legacy out of the way, move to the cloud. You've got smart cities, which is basically IoT, which brings cloud to the edge. And then containerization for the cloud native, either development or compatibility, interoperability kind of sets that table. That's the destination. >> That's right. That's right. Because all of those things, you know, you've got to get the mainframe to the cloud, but then it's about modernizing, right? Getting rid of all that COBOL code and then, you know, IoT and then making sure that you are ready to go with containers. It's the newest- >> So you've got the 3D, destination, data and delivery. >> That's right. >> Okay. Destination, check. Cloud. Cloud destination. >> Yeah. >> I'm putting dots together in real time. >> Destination cloud. There you go. You've got it. >> I'm still with it after all these interviews. >> Yeah, there you go. >> Data, I'll say killer Swami's onstage today, whole new data, multiple databases. What's the data focus in this area? >> So for our partners, first it's about getting the data to the cloud, which means that we need a way to really migrate it. So we announced an initiative to help get that data to the cloud. We had a set of partners that came on with us early on in this initiative to move that data to the cloud, it's called a Rapid Adoption Assistance, which helps you envision where you want to go with your data. Do you want to put it in a data lake? Do you want data stored as it is? What do you want to visualize? What do you want to do with analytics? So envision that and then get enablement. So all the new announcements, all the new services get enablement and then to pilot it. And then the second announcement in this area is a set of private offers in the marketplace. Our customers told us that they love to go after data, but that there's too many pieces and moving parts. So they need the assessment bundled with the managed service and everything bundled together so it's a solution for them. So those were our two announcements in the data area. >> So take me through the private marketplace thing, because this came up when I was talking with Stephen Orban who's now running the marketplace. What does that mean? So you're saying that this private offer is being enabling the suppliers and in government? >> Yeah. So available in the marketplace, a lot of our government agencies can buy from the marketplace. So if they have a contract, they can come and buy. But instead of having to go and say, okay, here's an assessment to tell me what I should do, now here's the offering, and now here's the managed service, they want it bundled together. So we have a set of offerings that have that bundled together today with the set of our great public sector partners. >> So tons of data action, where's the delivery fit in? >> So delivery. This one is very interesting because our customers are telling us that they no longer want just technology skills, they also need industry skills too. So they're looking for that total package. For example, you know, the state of New Jersey when hurricane Ida hit, category four storm, they wanted someone who obviously could leverage all the data, but they wanted someone who understood disaster response. And so Maxar fits that bill. They have that industry specialty along with the technology specialty. And so for our announcements here, we announced a new competency, which is an industry competency for energy. So think about renewables and sustainability and low carbon. These are the partners that do that. We have 32 different partners who met the needs of that energy competency. So we were able to GA that here today. The other really exciting announcement that we made was for small businesses to get extra training, it's called Think Big for Small Business communities. So we announced last year virtually, Think Big for Small Business. We now have about 200 companies who are part of that program, really getting extra help as diverse companies. Women owned, black owned, brown owned, veteran owned businesses, right? But now what they told us was in addition to the AWS help, what they loved is how we connected them together and we almost just stumbled upon it. I was hosting some meetings and I had Tia from Bellflower, I had Lisa from DLZP together and they got a lot of value just being connected. And we kept hearing that over and over and over again. So now we've programmatized that so it's more scalable than me introducing people to each other. We now have a program to introduce those small business leaders to each other. And then the last one that we announced is our AWS government competency is now the largest competency at AWS. So the government competency, which is pretty powerful. So now we're going to do a focus enhancement for federal. So all of our federal partners with all that opportunity can now take advantage of some private advisory council, some additional training that will go on there, additional go-to market support that they can use to help them. >> Okay. I feel like my brain is going to explode. Those are just the announcements here. There's a lot going. >> Yeah. There's a lot going on. >> I mean it's so much you've got to put them into buckets. Okay. What's the rationale around 3D? Delivery, data... I mean, destination, delivery, data. Destination, meaning cloud. Data, meeting data. And delivery meaning just new ways to get up and running- >> Skills. >> To get this delivery for the services. >> Yep. >> Okay. So is there a pattern emerging? What can you say? Cause remember we talked about this before a year ago, as well as in person at your public sector summit with your partners. Is there a pattern emerging that you're seeing here? Cause lots of the announcements are coming, done with the mainframes. Connect on your watch has been a big explosion. Adam Slansky told me personally, it's on fire. And public sector, we saw a lot of that. >> Well, in fact, you know, if you look at public sector, three factoids that we shared this morning in the keynote. Our public sector partners grew 54% this year, this is after last year we grew 45%. They grew the number of certifications that they had by 40% and the number of new customers by 32%. I mean, those are unreal numbers. Last year we did 28% new customers and we thought that was the cat's meow, now we're at 32%. So our partners are just exploding in this public sector space right now. >> It's almost as if they have an advantage because they dragged their feet for so long. >> It's true. It's true. COVID accelerated their movement to the cloud. >> A lot of slow moving verticals because of the legacy and whether it's regulation or government funding or skills- >> Or mainframes. >> All had to basically move fast, they had no excuses. And then the cloud kind of changes everyone's mindset. How about the culture? I want to ask you about the culture in the public sector, because this is coming up a lot. Again, a lot of your customers that I'm interviewing all talk... and I try to get them to talk about horizontally scalable and machine learning, and they're always, no, it's culture. >> Yeah. It's true. >> Culture is the number one thing. >> It is true. You know, culture eats strategy for lunch. So even if you have a great strategy around the cloud, if you don't have that right culture, you won't win in the marketplace. So we are seeing this a lot. In fact, one of our most popular programs is PTP, Partner Transformation Program. And it lays out a hundred day program on cloud best practices. And guess what's the number one topic? Culture. Culture, governance, technology, all of those things are so important right now. And I think because, you know, a lot of the agencies and governments and countries, they had moved to the cloud now that they're in the cloud, they went through that pain during COVID, now they're seeing all the impact of artificial intelligence and containers and blockchain and all of that, right? It's just crazy. >> That's a great insight. And I'll add to that because I think one of the things I've observed, especially with your partners is the fear of getting eliminated by technology or the fear of having a job change or fear of change in general went away once they started using it because they saw the criticality of the cloud and how it impacted their job, but then what it offered them as new opportunities. In fact, it actually increases more areas to innovate on and do more, whether it's job advancement or cross training or lateral moves, promotion, that's a huge retention piece. >> It really is. And I will tell you that the movement to the cloud enabled people to see it wasn't as scary as they thought it was going to be, and that they could still leverage a lot of the skills that they had and learn new ones. So I think it is. And this is one of the reasons why, I was just talking with Maureen launching that 29 million training program for the cloud, that really touches public sector because there is so many agencies, countries, governments that need to have that training. >> You're talking about Maureen Lonergan, she does the training. She's been working on that for years. >> Yeah. >> That's the only getting better and better. >> Yeah. >> Well Sandy, I've got to ask you, since you have a few minutes left, I want to ask you about your journey. >> Yeah. >> We've interviewed you going back a long time look where we are now. >> I know. It's incredible. >> Look at these two sets going on at CUBE. >> You've been an incredible voice on theCUBE. We really appreciate having you on because you're innovative. You're always moving like a shark. You can't sit still. You're always innovating. Still going on, you had the great women's luncheon from 20 to 200. >> Yeah, we grew. So we started out with 20 people back five years ago and now we had about 200 women and it was incredible because we do different topics. Our topic was around empathy and empathetic leadership. And you know how you can really leverage that today, back with the skills and your people. You know, given that Amazon just announced our new leadership principle about wanting to be the Earth's most employee centric company. It fits right in, empathetic leadership. And we had amazing women at that luncheon that told some great stories about empathy that I think will live in our hearts forever. >> And the other thing I want to point out, we had some of the guests on sitting on theCUBE. We had Linda Jojo from United airlines. >> Oh yeah. >> And a little factoid, yesterday in the keynote, 50% of the speakers were women. >> I know. The first time I did a blog post on it, like we had two amazing women in STEM and we had, you know, the black pilot that was highlighted. So it's showing more diversity. So I was just so excited. Thank you Adam, for doing that because I think that was an amazing, amazing focus here at the conference. >> I wanted to bring up a point. I had a note here to bring up to you. Public sector, you guys doubled the number of partners, large migrations this year. That's a big statoid. You've had 575,000 individuals hold active certifications. Okay. That grew 40% from August 2021, clearly a pandemic impact. A lot of people jumping back in getting their certs, migrating so if they're not... They're in between transitions where they have a tailwind or a headwind, whether you're United Airlines or whether you're Zoom, you got some companies were benefiting from the pandemic and some were retooling. That's something that we talked about actually at the beginning. >> That's right. Absolutely. And I do think that those certifications also demonstrate that customers have raised the bar on what they expect from a partner. It's no longer just like that technology input, it's also that industry side. And so you see the number of certifications going up because customers are demanding higher skill level. And by the way, for the partners we conducted a study with ESG and ESG said that more skilled partners, you drive more margin, profit margin, 42% more profit margin for a higher skilled partner. And we're seeing that really come to fruition with some of these really intense focus on getting more certifications and more training. >> I want to get your thoughts on the healthcare and life science. I just got a note here that tells me that the vertical is one of the fastest growing verticals with 105% year on year growth. Healthcare and life sciences, another important... Again, a lot of legacy, a lot of old silos, forced to expand and innovate with the pandemic growing. >> Yes. You know, government is our largest segment today, our largest competency. Healthcare is our fastest growing segment. So we have a big focus there. And like you said, it's not just around, you know, seeing things stay the same. It's about digital transformation. It's one of the reasons we're also seeing such an increase in our authority to operate program both on the government side and the healthcare side. So we do, you know, FedRAMP and IL5. We had six companies that got IL5, five of them in 2021, which is an amazing achievement. And then, you know, if you think about the healthcare side, our fastest growing compliance is HIPAA and HITRUST. And that ATO program really brings best practices and templates and stronger go to market for those partners too. >> Yeah. I mean, I think it's opportunity recognition and then capture during the pandemic with the cloud. More agility, more speed. >> That's right. >> Sandy, always great to have you on. In the last couple of seconds we have left, summarize the top 10 announcements in a bumper sticker. If you had to kind of put that bumper sticker on the car as it drives away from re:Invent this year, what's on that bumper sticker? What's it say? >> Partners that focus on destination, data and delivery will grow faster and add more value to their customers. >> There it is. The three dimension, DDD. Delivery... Destination, data and delivery. >> There you go. >> Here on theCUBE, bringing you all the data live on the ground here, CUBE studios, two sets wall-to-wall coverage. You're watching theCUBE, the leader in global tech coverage. I'm John Furrier your host. Thanks for watching. (soft techno music)
SUMMARY :
We're in person on the show floor. Great to see you and great Good to see you again in person. So we started with destination Cause most of the mainframes Get that legacy out of the that you are ready to go with containers. So you've got the 3D, you go. I'm still with it after What's the data focus in this area? the data to the cloud, is being enabling the and now here's the managed service, So the government competency, Those are just the announcements here. What's the rationale around 3D? Cause lots of the and the number of new customers by 32%. because they dragged movement to the cloud. I want to ask you about the a lot of the agencies and criticality of the cloud a lot of the skills that she does the training. That's the only I want to ask you about your journey. We've interviewed you I know. Look at these two the great women's luncheon So we started out with 20 And the other thing of the speakers were women. and we had, you know, the black That's something that we talked about for the partners we tells me that the vertical So we do, you know, FedRAMP and IL5. and then capture during the that bumper sticker on the car Partners that focus on There it is. live on the ground here,
SENTIMENT ANALYSIS :
ENTITIES
Entity | Category | Confidence |
---|---|---|
Adam Slansky | PERSON | 0.99+ |
Adam | PERSON | 0.99+ |
Sandy Carter | PERSON | 0.99+ |
Amazon | ORGANIZATION | 0.99+ |
Maureen Lonergan | PERSON | 0.99+ |
August 2021 | DATE | 0.99+ |
Sandy | PERSON | 0.99+ |
Linda Jojo | PERSON | 0.99+ |
105% | QUANTITY | 0.99+ |
FedRAMP | ORGANIZATION | 0.99+ |
Stephen Orban | PERSON | 0.99+ |
2021 | DATE | 0.99+ |
AWS | ORGANIZATION | 0.99+ |
five | QUANTITY | 0.99+ |
John Furrier | PERSON | 0.99+ |
Amazon Web Services | ORGANIZATION | 0.99+ |
42% | QUANTITY | 0.99+ |
ESG | ORGANIZATION | 0.99+ |
60% | QUANTITY | 0.99+ |
Last year | DATE | 0.99+ |
Maureen | PERSON | 0.99+ |
40% | QUANTITY | 0.99+ |
last year | DATE | 0.99+ |
2022 | DATE | 0.99+ |
54% | QUANTITY | 0.99+ |
six companies | QUANTITY | 0.99+ |
28% | QUANTITY | 0.99+ |
New Jersey | LOCATION | 0.99+ |
two announcements | QUANTITY | 0.99+ |
45% | QUANTITY | 0.99+ |
50% | QUANTITY | 0.99+ |
one | QUANTITY | 0.99+ |
18 partners | QUANTITY | 0.99+ |
second announcement | QUANTITY | 0.99+ |
32% | QUANTITY | 0.99+ |
IL5 | ORGANIZATION | 0.99+ |
20 people | QUANTITY | 0.99+ |
IDC | ORGANIZATION | 0.99+ |
Lockheed Martin | ORGANIZATION | 0.99+ |
Lisa | PERSON | 0.99+ |
32 different partners | QUANTITY | 0.99+ |
two | QUANTITY | 0.99+ |
575,000 individuals | QUANTITY | 0.99+ |
Bellflower | ORGANIZATION | 0.99+ |
DLZP | ORGANIZATION | 0.99+ |
two sets | QUANTITY | 0.99+ |
this year | DATE | 0.99+ |
United Airlines | ORGANIZATION | 0.98+ |
yesterday | DATE | 0.98+ |
two sets | QUANTITY | 0.98+ |
29 million | QUANTITY | 0.98+ |
today | DATE | 0.98+ |
five years ago | DATE | 0.98+ |
HIPAA | TITLE | 0.98+ |
Micro Focus | ORGANIZATION | 0.97+ |
a year ago | DATE | 0.97+ |
both | QUANTITY | 0.97+ |
Earth | LOCATION | 0.97+ |
CUBE | ORGANIZATION | 0.97+ |
first | QUANTITY | 0.97+ |
three factoids | QUANTITY | 0.97+ |
about 200 companies | QUANTITY | 0.96+ |
Swami | PERSON | 0.95+ |
first time | QUANTITY | 0.95+ |
this morning | DATE | 0.95+ |
200 | QUANTITY | 0.93+ |
pandemic | EVENT | 0.92+ |
20 | QUANTITY | 0.92+ |
four times | QUANTITY | 0.9+ |