Image Title

Search Results for each incident:

Anurag Gupta, Shoreline io | AWS re:Invent 2022 - Global Startup Program


 

(gentle music) >> Now welcome back to theCUBE, everyone. I'm John Walls, and once again, we're glad to have you here for AWS re:Invent 22. Our coverage continues here on Thursday, day three, of what has been a jam-packed week of tech and AWS, of course, has been the great host for this. It's now a pleasure to welcome in Anurag Gupta, who is the founder and CEO of Shoreline, joining us here as part of the AWS Global Showcase Startup Program, and Anurag, good to see you, sir. Thanks for joining us. >> Thank you so much. >> Tell us about Shoreline, about what you're up to. >> So we're a DevOps company. We're really focused on repairing issues. If you think about it, there are a ton DevOps companies and we all went to the cloud in order to gain faster innovation and by and large check. Then all of the things involved in getting things into production, artifact generation, testing, configuration management, deployment, also by and large, automated. Now pity the poor SRE who's getting the deluge of stuff on them, every week, every two days, sometimes multiple times a day, and it's complicated, right? Kubernetes, VMs, lots of services, multiple clouds, sometimes, and you know, they need to know a little bit about everything. And you know what, there are a ton of companies that actually help you with what we call Day-2 Ops. It's just that most of them help you with observability, telling you what's gone wrong, or incident management, routing something to someone. But you know, back when I was at AWS, I never got really that excited about one more dashboard to look at or one more like better ticket routing. What used to really excite me was having some issue extinguished forever. And if you think about it, like the first five minutes of an incident are detecting and routing. The next hour, two hours, is some human being going in and fixing it, so that feels like the big opportunity to reduce, so hopefully we can talk a little bit about different ways that one can do that. >> What about Day-2 Ops? Just tell me about how you define that. >> So I basically define it as once the software goes into a production, just making sure things stay up and are healthy and you're resilient and you don't get errors and all of those sorts of things because everything breaks sooner or later, you know, to a greater or lesser degree. >> Especially that SRE you're talking about, right? >> Yeah. >> So let's go back to that scenario. Yeah, you pity the poor soul because they do have to be a little expert in everything. >> Exactly. >> And that's really challenging and we all know that, that's really hard. So how do you go about trying to lighten that burden, then? >> So when you look at the numbers, about somewhere between 40% to even 95% of the alarms that fire, the alerts that fire, are false positives and that's crazy. Why is someone waking up just to deal with? >> It's a lot of wasted time, isn't it? >> A lot of wasted time. And you know, you're also training someone into what I call ClickOps, just to go in and click the button and resolve it and you don't actually know if it was the false positive or it's the rare real positive, and so that's a challenge, right? And so the first thing to do is to figure out where the false positives are. Like, let's say Datadog tells you that CPU is high and alarms. Is that a good thing or a bad thing? It's hard for them to tell, right? But you have to then introspect it into something precise like, oh, CPU is high, but response times are standard and the request rate is high. Okay, that's a good thing. I'm going to ignore this. Or CPU is high, but it kind of resolves itself, so I'm going to not wake anybody up. Or CPU is high and oh, it's the darn JVM starting to garbage collect again, so let me go and take a heap dump and give that to my dev team and then bounce the JVM and you know, without waking anybody up, or CPU is high, I have no idea what's going on. Now it's time to wake somebody up. You know, what you want to use humans for is the ability to think about novel stuff, not to do repetitive stuff, so that's the first step. The second step is, about 40% of what remains is repetitive and straightforward. So like a disk is full, I'd better clean up the garbage on the disk or maybe grow the disk. People shouldn't wake up to deal to grow a disk. And so for that, what you want to do is just have those sorts of things get automated away. One of the nice things about Shoreline is, is that we take the experience in what we build for one company, and if they're willing, provide it to everybody else. Our belief is, a central tenant is, if someone somewhere fixes something, everyone everywhere should gain the benefit because we all sit on the same three clouds, we all sit on the same set of database infrastructure, et cetera. We should all get the same benefits. Why do we have to scar our own backs rather than benefiting from somebody else's scar tissue, so that's the second thing. The third thing is, okay, let's say it's not straightforward, not something I've seen before, then in that case, what often happens is on average like eight people get involved. You know, it initially goes to L1 support or L1 ops and, but they don't necessarily know because, as you say, the environment's complex. And so, you know, they go into Slack and they say, "At here, can somebody help me with this?" And those things take a much longer time, so wouldn't it be better that if your best SRE is able to say, "Hey, check these 20 things and then run these actions." We could convert that into like a Jupyter Notebook where you could say the incident got fired I pre-populated all the diagnostics, and then I tell people very precisely, "If you see this, run this, et cetera." Like a wiki, but actually something you could run right in this product. And then, you know, last piece of the puzzle, the smaller piece, is sometimes new things happen and when something new happens, what you want is sort of the central tech of Shoreline, which is parallel distributed, real-time debugging. And so the ability to do, you know, execute a command across your fleet rather than individual boxes so that you can say something like, "I'm hearing that my credit card app is slow. For everything tagged as being part of my credit card app, please run for everything that's running over 90% CPU, please run a top command." And so, you know, then you can run in the same time on one host as you can on 30,000 and that helps a lot. So that's the core of what we do. People use us for all sorts of things, also preventative maintenance, you know, just the proactive regular things. You know, like your car, you do an oil change, well, you know, you need to rotate your certs, certificates. You need to make sure that, you know, there isn't drift in your configurations, there isn't drift in your software. There's also security elements to it, right? You want to make sure that you aren't getting weird inbound/outbound traffic across to ports you don't expect to be open. You don't want to have these processes running, you know, maybe something's bad. And so that's all the kind of weird anomaly detection that's easy to do if you run things in a distributed parallel way across everything. That's super hard to do if you have to go and Whac-A-Mole across one box after the next. >> Well, which leads to a question just in terms of setting priorities then, which is what you're talking about helping companies establish priorities, this hierarchy of level one warning, level two, level three, level four. Sounds like that should be a basic, right? But you're saying that's not, that's not really happening in the enterprise. >> Well, you know, I would say that if you hadn't automated deployments, you should do that first. If you haven't automated your testing pipeline, shame on you, you should do that like a year ago. But now it's time to help people in production because you've done that other work and people are suffering. You know, the crazy thing about the cloud is, is that companies spend about three times more on the human beings to operate their cloud infrastructure as on the cloud infrastructure itself. I've yet to hear anybody say that their cloud bill is too low, you know, so, you know, there's a clearer savings also available. And you know, back when I was at AWS, obviously I had to keep the lights on too, but you know, I had to do that, but it's kind of a tax on my engineers and I'd really spend, prefer to spend the head count on innovation, on doing things that delight my customers. You never delight your customers by keeping the lights on, you just avoid irritating them by turning 'em off, right? >> So why are companies so fixed in on spending so much time on manually repairing things and not looking for these kinds of little, much more elegant solution and cost-efficient, time-saving, so on so forth. >> Yeah, I think there just hasn't been very much in this space as yet because it's a hard, hard problem to solve. You know, automation's a little bit scary and that's the reality of it and the way you make it less scary is by proving it out, by doing the simple things first, like reducing the alert fatigue, you know, that's easy. You know, providing notebooks to people so that they can click things and do things in a straightforward way. That's pretty easy. The full automation, that's kind of the North Star, that's what we aspire to do. But you know, people get there over time and one of our customers had 700 instances of this particular incident solved for them last week. You imagine how many human beings would've been doing it otherwise, you know? >> Right. >> That's just one thing, you know? >> How many did it take the build a pyramid? How many decades did that take, right? You had an announcement this week. I don't think we've talked about that. >> No, yeah, so we just announced Incident Insights, which is a free product that lets people plug into initially PagerDuty and pretty soon the Opsgenie ServiceNow, et cetera. And what you can do is, is you give us an API key read-only and we will suck your PagerDuty data out. We apply some lightweight ML unsupervised learning, and in a couple of minutes, we categorize all of your incidents so that you can understand which are the ones that happen most often and are getting resolved really quickly. That's ClickOps, right? Those alarms shouldn't fire. Which are the ones that involve a lot of people? Those are good candidates to build a notebook. Which are the ones that happen again and again and again? Those are good candidates for automation. And so, I think one of the challenges people have is, is that they don't actually know what their teams are doing and so this is intended to provide them that visibility. One of our very first customers was doing the beta test for us on it. He used to tell us he had about 100 tickets, incidents a week. You know, he brought this tool in and he had 2,100 last week and was all, you know, like these false alarms, so while he's giving us- >> That was eye opening for him to see that, sure. >> And why he's, you know, looking at it, you know, he's just like filing Jiras to say, "Oh, change this threshold, cancel this alarm forever." You know, all of that kind of stuff. Before you get to do the fancy work, you got to clean your room before you get to do anything else, right? >> Right, right, dinner before dessert, basically. >> There you go. >> Hey, thanks for the insights on this and again the name of the new product, by the way, is... >> Incident Insights. >> Incident Insights. >> Totally free. >> Free. >> Yeah, it takes a couple of minutes to set up. Go to the website, Shoreline.io/insight and you can be up and running in a couple of minutes. >> Outstanding, again, the company is Shoreline. This is Anurag Gupta, and thank you for being with us. We appreciate it. >> Appreciate it, thank you. >> Glad to have to here on theCUBE. Back with more from AWA re:Invent 22. You're watching theCUBE, the leader in high-tech coverage. (gentle music)

Published Date : Dec 1 2022

SUMMARY :

of the AWS Global Showcase about what you're up to. But you know, back when I was at AWS, Just tell me about how you define that. and you don't get errors Yeah, you pity the poor soul So how do you go about trying So when you look at the numbers, And so the ability to do, you know, in the enterprise. And you know, back when I was at AWS, and not looking for these kinds of little, and the way you make it less the build a pyramid? and was all, you know, for him to see that, sure. And why he's, you know, before dessert, basically. and again the name of the new and you can be up and running thank you for being with us. Glad to have to here on theCUBE.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
John WallsPERSON

0.99+

ShorelineORGANIZATION

0.99+

Anurag GuptaPERSON

0.99+

ThursdayDATE

0.99+

2,100QUANTITY

0.99+

AWSORGANIZATION

0.99+

700 instancesQUANTITY

0.99+

AnuragPERSON

0.99+

20 thingsQUANTITY

0.99+

last weekDATE

0.99+

first stepQUANTITY

0.99+

JirasPERSON

0.99+

second thingQUANTITY

0.99+

30,000QUANTITY

0.99+

two hoursQUANTITY

0.99+

eight peopleQUANTITY

0.99+

second stepQUANTITY

0.99+

95%QUANTITY

0.99+

40%QUANTITY

0.99+

third thingQUANTITY

0.99+

one boxQUANTITY

0.99+

about 100 ticketsQUANTITY

0.98+

first five minutesQUANTITY

0.98+

OneQUANTITY

0.98+

oneQUANTITY

0.98+

one thingQUANTITY

0.97+

this weekDATE

0.97+

one companyQUANTITY

0.97+

a year agoDATE

0.96+

first thingQUANTITY

0.96+

firstQUANTITY

0.96+

Shoreline.io/insightOTHER

0.96+

SREORGANIZATION

0.95+

about three timesQUANTITY

0.95+

three cloudsQUANTITY

0.95+

JupyterORGANIZATION

0.94+

DatadogORGANIZATION

0.94+

over 90% CPUQUANTITY

0.93+

one hostQUANTITY

0.93+

Global Showcase Startup ProgramEVENT

0.92+

about 40%QUANTITY

0.91+

level fourQUANTITY

0.91+

a weekQUANTITY

0.9+

first customersQUANTITY

0.9+

one moreQUANTITY

0.89+

every two daysQUANTITY

0.86+

level threeQUANTITY

0.86+

level oneQUANTITY

0.85+

DayQUANTITY

0.85+

PagerDutyORGANIZATION

0.84+

level twoQUANTITY

0.81+

re:Invent 2022 - Global Startup ProgramTITLE

0.8+

Shoreline ioORGANIZATION

0.78+

IncidentORGANIZATION

0.73+

ClickOpsORGANIZATION

0.71+

DayTITLE

0.7+

times a dayQUANTITY

0.69+

theCUBEORGANIZATION

0.67+

next hourDATE

0.66+

2TITLE

0.65+

theCUBETITLE

0.63+

KubernetesTITLE

0.62+

day threeQUANTITY

0.62+

everyQUANTITY

0.6+

ton of companiesQUANTITY

0.6+

Invent 22TITLE

0.59+

StarLOCATION

0.59+

OpsgenieORGANIZATION

0.57+

AWAORGANIZATION

0.57+

InventEVENT

0.53+

SlackTITLE

0.52+

PagerDutyTITLE

0.48+

22TITLE

0.46+

2QUANTITY

0.43+

L1ORGANIZATION

0.33+

ServiceNowCOMMERCIAL_ITEM

0.32+

reEVENT

0.27+

Ian Smith, Chronosphere | KubeCon + CloudNativeCon NA 2022`


 

(upbeat music) >> Good Friday morning everyone from Motor City, Lisa Martin here with John Furrier. This is our third day, theCUBE's third day of coverage of KubeCon + CloudNativeCon 22' North America. John, we've had some amazing conversations the last three days. We've had some good conversations about observability. We're going to take that one step further and look beyond its three pillars. >> Yeah, this is going to be a great segment. Looking forward to this. This is about in depth conversation on observability. The guest is technical and it's on the front lines with customers. Looking forward to this segment. Should be great. >> Yeah. Ian Smith is here, the field CTO at Chronosphere. Ian, welcome to theCUBE. Great to have you. >> Thank you so much. It's great to be here. >> All right. Talk about the traditional three pillars, approach, and observability. What are some of the challenges with that, and how does Chronosphere solve those? >> Sure. So hopefully everyone knows people think of the three pillars as logs, metrics and traces. What do you do with that? There's no action there. It's just data, right? You collect this data, you go put it somewhere, but it's not actually talking about any sort of outcomes. And I think that's really the heart of the issue, is you're not achieving anything. You're just collecting a whole bunch of data. Where do you put it? What are you... What can you do with it? Those are the fundamental questions. And so one of the things that we're focused on at Chronosphere is, well, what are those outcomes? What is the real value of that? And for example, thinking about phases of observability. When you have an incident or you're trying to investigate something through observability, you probably want to know what's going on. You want to triage any problems you detect. And then finally, you want to understand the cause of those and be able to take longer term steps to address them. >> What do customers do when they start thinking about it? Because observability has that promise. Hey, you know, get the data, we'll throw AI at it. >> Ian: Yeah. >> And that'll solve the problem. When they get over their skis, when do they realize that they're really not tackling it properly, or the ones that are taking the right approach? What's the revelation? What's your take on that? You're in the front lines. What's going on with the customer? The good and the bad. What's the scene look like? >> Yeah, so I think the bad is, you know, you end up buying a lot of things or implementing even in open source or self building, and it's very disconnected. You're not... You don't have a workflow, you don't have a path to success. If you ask different teams, like how do you address these particular problems? They're going to give you a bunch of different answers. And then if you ask about what their success rate is, it's probably very uneven. Another key indicator of problems is that, well, do you always need particular senior engineers in your instance or to help answer particular performance problems? And it's a massive anti pattern, right? You have your senior engineers who are probably need to be focused on innovation and competitive differentiation, but then they become the bottleneck. And you have this massive sort of wedge of maybe less experienced engineers, but no less valuable in the overall company perspective, who aren't effective at being able to address these problems because the tooling isn't right, the workflows are incorrect. >> So the senior engineers are getting pulled in to kind of fix and troubleshoot or observe what the observability data did or didn't deliver. >> Correct. Yeah. And you know, the promise of observability, a lot of people talk about unknown unknowns and there's a lot of, you know, crafting complex queries and all this other things. It's a very romantic sort of deep dive approach. But realistically, you need to make it very accessible. If you're relying on complex query languages and the required knowledge about the architecture and everything every other team is doing, that knowledge is going to be super concentrated in just a couple of heads. And those heads shouldn't be woken up every time at 3:00 AM. They shouldn't be on every instant call. But oftentimes they are the sort of linchpin to addressing, oh, as a business we need to be up 99.99% of the time. So how do we accomplish that? Well, we're going to end up burning those people. >> Lisa: Yeah. >> But also it leads to a great dissatisfaction in the bulk of the engineers who are, you know, just trying to build and operate the services. >> So talk... You mentioned that some of the problems with the traditional three pillars are, it's not outcome based, it leads to silo approaches. What is Chronosphere's definition and can you walk us through those three phases and how that really gives you that competitive edge in the market? >> Yeah, so the three phases being know, triage and understand. So just knowing about a problem, and you can relate this very specifically to capabilities, but it's not capabilities first, not feature function first. So know, I need to be able to alert on things. So I do need to collect data that gives me those signals. But particularly as you know, the industry starts moving towards as slows. You start getting more business relevant data. Everyone knows about alert storms. And as you mentioned, you know, there's this great white hope of AI and machine learning, but AI machine learning is putting a trust in sort of a black box, or the more likely reality is that really statistical model. And you have to go and spend a very significant amount time programming it for sort of not great outcomes. So know, okay, I want to know that I have a problem, I want to maybe understand the symptoms of that particular problem. And then triage, okay, maybe I have a lot of things going wrong at the same time, but I need to be very precise about my resources. I need to be able to understand the scope and importance. Maybe I have five major SLOs being violated right now. Which one is the greatest business impact? Which symptoms are impacting my most valuable customers? And then from there, not getting into the situation, which is very common where, okay, well we have every... Your customer facing engineering team, they have to be on the call. So we have 15 customer facing web services. They all have to be on that call. Triage is that really important aspect of really mitigating the cost to the organization because everyone goes, oh, well I achieved my MTTR and my experience from a variety of vendors is that most organizations, unless you're essentially failing as a business, you achieve your SLA, you know, three nines, four nines, whatever it is. But the cost of doing that becomes incredibly extreme. >> This is huge point. I want to dig into that if you don't mind, 'cause you know, we've been all seeing the cost of ownership miles in it all, the cost of doing business, cost of the shark fan, the iceberg, what's under the water, all those metaphors. >> Ian: Yeah. >> When you look at what you're talking about here, there are actually, actually real hardcore costs that might be under the water, so to speak, like labor, senior engineering time, 'cause Cloud Native engineers are coding in the pipelines. A lot of impact. Can you quantify and just share an example or illustrate where the costs are? 'Cause this is something that's kind of not obvious. >> Ian: Yeah. >> On the hard costs. It's not like a dollar amount, but time resource breach, wrong triage, gap in the data. What are some of the costs? >> Yeah, and I think they're actually far more important than the hard costs of infrastructure and licensing. And of course there are many organizations out there using open source observability components together. And they go, Oh it's free. No licensing costs. But you think again about those outcomes. Okay, I have these 15 teams and okay, I have X number of incidents a month, if I pull a representative from every single one of those teams on. And it turns out that, you know, as we get down in further phases, we need to be able to understand and remediate the issue. But actually only two teams required of that. There's 13 individuals who do not need to be on the call. Okay, yes, I met my SLA and MTTR, but if I am from a competitive standpoint, I'm comparing myself to a very similar organization that only need to impact those two engineers versus the 15 that I had over here. Who is going to be the most competitive? Who's going to be most differentiated? And it's not just in terms of number of lines of code, but leading to burnout of your engineers and the churn of that VPs of engineering, particularly in today's economy, the hardest thing to do is acquire engineers and retain them. So why do you want to burn them unnecessarily on when you can say, okay, well I can achieve the same or better result if I think more clearly about my observability, but reduce the number of people involved, reduce the number of, you know, senior engineers involved, and ultimately have those resources more focused on innovation. >> You know, one thing I want, at least want get in there, but one thing that's come up a lot this year, more than I've ever seen before, we've heard about the skill gaps, obviously, but burnout is huge. >> Ian: Yes. >> That's coming up more and more. This is a real... This actually doesn't help the skills gap either. >> Ian: Correct. >> Because you got skills gap, that's a cost potentially. >> Ian: Yeah. >> And then you got burnout. >> Ian: Yeah. >> People just kind of sitting on their hands or just walking away. >> Yeah. So one of the things that we're doing with Chronosphere is, you know, while we do deal with the, you know, the pillar data, but we're thinking about it more, what can you achieve with that? Right? So, and aligning with the know, triage and understand. And so you think about things like alerts, you know, dashboards, you be able to start triaging your symptoms. But really importantly, how do we bring the capabilities of things like distributed tracing where they can actually impact this? And it's not just in the context of, well, what can we do in this one incident? So there may be scenarios where you, absolutely do need those power users or those really sophisticated engineers. But from a product challenge perspective, what I'm personally really excited about is how do you capture that insight and those capabilities and then feed that back in from a product perspective so it's accessible. So you know, everyone talks about unknown unknowns in observability and then everyone sort of is a little dismissive of monitoring, but monitoring that thing, that democratizes access and the decision making capacity. So if you say I once worked at an organization and there were three engineers in the whole company who could generate the list of customers who were impacted by a particular incident. And I was in post sales at the time. So anytime there was a major incident, need to go generate that list. Those three engineers were on every single incident until one of them got frustrated and built a tool. But he built it entirely on his own. But can you think from an observability perspective, can you build a thing that it makes all those kinds of capabilities accessible to the first point where you take that alert, you know, which customers are affected or whatever other context was useful last time, but took an hour, two hours to achieve. And so that's what really makes a dramatic difference over time, is it's not about the day one experience, but how does the product evolve with the requirements and the workflow- >> And Cloud Native engineers, they're coding so they can actually be reactive. That's interesting, a platform and a tool. >> Ian: Yes. >> And platform engineering is the hottest topic at this event. And this year, I would say with Cloud Native hearing a lot more. I mean, I think that comes from the fact that SREs not really SRE, I think it's more a platform engineer. >> Ian: Yes. >> Not everyone's an... Not company has an SRE or SRE environment. But platform engineering is becoming that new layer that enables the developers. >> Ian: Correct. >> This is what you're talking about. >> Yeah. And there's lots of different labels for it, but I think organizations that really think about it well they're thinking about things like those teams, that developer efficiency, developer productivity. Because again, it's about the outcomes. It's not, oh, we just need to keep the site reliable. Yes, you can do that, but as we talked about, there are many different ways that you can burn unnecessary resources. But if you focus on developer efficiency and productivity, there's retainment, there's that competitive differentiation. >> Let's uplevel those business outcomes. Obviously you talked about in three phases, know, triage and understand. You've got great alignment with the Cloud Native engineers, the end users. Imagine that you're facilitating company's ability to reduce churn, attract more talent, retain talent. But what are some of the business outcomes? Like to the customer experience to the brand? >> Ian: Sure. >> Talk about it in some of those contexts. >> Yeah. One of the things that not a lot of organizations think about is, what is the reliability of my observability solution? It's like, well, that's not what I'm focused on. I'm focused on the reliability of my own website. Okay, let's take the, common open source pattern. I'm going to deploy my observability solution next to my core site infrastructure. Okay, I now have a platform problem because DNS stopped working in cloud provider of my choice. It's also affecting my observability solution. So at the moment that I need- >> And the tool chain and everything else. >> Yeah. At the moment that I need it the most to understand what's going on and to be able to know triage and understand that fails me at the same time. It's like, so reliability has this very big impact. So being able to make sure that my solution's reliable so that when I need it the most, and I can affect reliability of my own solution, my own SLA. That's a really key aspect of it. One of the things though that we, look at is it's not just about the outcomes and the value, it's ROI, right? It's what are you investing to put into that? So we've talked a little bit about the engineering cost, there's the infrastructure cost, but there's also a massive data explosion, particularly with Cloud Native. >> Yes. Give us... Alright, put that into real world examples. A customer that you think really articulates the value of what Chronosphere is delivering and why you're different in the market. >> Yeah, so DoorDash is a great customer example. They're here at KubeCon talking about their experience with Chronosphere and you know, the Cloud Native technologies, Prometheus and those other components align with Chronosphere. But being able to undergo, you know, a transformation, they're a Cloud Native organization, but going a transformation from StatsD to very heavy microservices, very heavy Kubernetes and orchestration. And doing that with your massive explosion, particularly during the last couple of years, obviously that's had a very positive impact on their business. But being able to do that in a cost effective way, right? One of the dirty little secrets about observability in particular is your business growth might be, let's say 50%, 60%, your infrastructure spend in the cloud providers is maybe going to be another 10, 15% on top of that. But then you have the intersection of, well my engineers need more data to diagnose things. The business needs more data to understand what's going on. Plus we've had this massive explosion of containers and everything like that. So oftentimes your business growth is going to be more than doubled with your observability data growth and SaaS solutions and even your on-premises solutions. What's the main cost driver? It's the volume of data that you're processing and storing. And so Chronosphere one of the key things that we do, because we're focused on organizational pain for larger scale organizations, is well, how do we extract the maximum volume of the data you're generating without having to store all of that data and then present it not just from a cost perspective, but also from a performance perspective. >> Yes. >> John: Yeah. >> And so feeding all into developer productivity and also lowering that investment so that your return can stand out more clearly and more valuably when you are assessing that TCO. >> Better insights and outcomes drives developer productivity for sure. That also has top theme here at KubeCon this year. It always is, but this is more than ever 'cause of the velocity. My question for you, given that you're the field chief technology officer for Chronosphere and you have a unique position, you've got a great experience in the industry, been involved in some really big companies and cutting edge. What's the competitive landscape? 'Cause the customers sometimes are confused by all the pitches they're getting from other vendors. Some are bolting on observability. Some have created like I would say, a shim layer or horizontally scalable platform or platform engineering approach. It's a data problem. Okay. This is a data architecture challenge. You mentioned that many times. What's the difference between a pretender and a player in this space? What's the winning architecture look like? What's a, I won't say phony or fake solution, but ones that customers should be aware of? Because my opinion, if you have a gap in the data or you configure it wrong, like a bolt on and say DNS crashes you're dead in the water. >> Ian: Yeah. >> What's the right approach from a customer standpoint? How do they squint through all the noise to figure out what's the right approach? >> Yeah, so I mean, I think one of the ways, and I've worked with customers in a pre-sales capacity for a very long time I know all the tricks of guiding you through. I think it needs to be very clear that customers should not be guided by the vendor. You don't talk to one vendor and they decide, Oh, I'm going to evaluate based off this. We need to particularly get away from feature based evaluations. Features are very important, but they're all have to be aligned around outcomes. And then you have to clearly understand, where am I today? What do I do today? And what is going to be the transformation that I have to go through to take advantage of these features? They can get very entrancing to say, Oh, there's a list of 25 features that this solution has that no one else has, but how am I going to get value out of that? >> I mean, distributed tracing is a distributed word. Distributed is the key word. This is a system architecture. The holistic big picture comes in. How do they figure that out? Knowing what they're transforming into? How does it fit in? >> Ian: Yeah. >> What's the right approach? >> Too often I say distributed tracing, particularly, you know, bought, because again, look at the shiny features look at the the premise and the MTTR expectations, all these other things. And then it's off to the side. We go through the traditional usage of metrics very often, very log heavy approaches, maybe even some legacy APM. And then it's sort of at last resort. And out of all the tools, I think distributed tracing is the worst in the problem we talked about earlier where the most sophisticated engineers, the ones who are being longest tenured, are the only ones who end up using it. So adoption is really, really poor. So again, what do we do today? Well, we alert, we probably want to understand our symptoms, but then what is the key problem? Oh, we spend a lot of time digging into the where the problem exists in my architecture, we talked about, you know, getting every engineer in at the same time, but how do we reduce the number of engineers involved? How do we make it so that, well, this looks like a great day one experience, but what is my day 30 experience like? Day 90. How is the product get more valuable? How do I get my most senior engineers out of this, not just on day one, but as we progress through it? >> You got to operationalize it. That's the key. >> Yeah, Correct. >> Summarize this as we wrap here. When you're in customer conversations, what is the key factor behind Chronosphere's success? If you can boil it down to that key nugget, what is it? >> I think the key nugget is that we're not just fixated on sort of like technical features and functions and frankly gimmicks of like, Oh, what could you possibly do with these three pillars of data? It's more about what can we do to solve organizational pain at the high level? You know, things like what is the cost of these solutions? But then also on the individual level, it's like, what exactly is an engineer trying to do? And how is their quality of life affected by this kind of tooling? And it's something I'm very passionate about. >> Sounds like it. Well, the quality of life's important, right? For everybody, for the business, and ultimately ends up affecting the overall customer experience. So great job, Ian, thank you so much for joining John and me talking about what you guys are doing beyond the three pillars of observability at Chronosphere. We appreciate your insights. >> Thank you so much. >> John: All right. >> All right. For John Furrier and our guest, I'm Lisa Martin. You're watching theCUBE live Friday morning from KubeCon + CloudNativeCon 22' from Detroit. Our next guest joins theCUBE momentarily, so stick around. (upbeat music)

Published Date : Oct 28 2022

SUMMARY :

the last three days. it's on the front lines Ian Smith is here, the It's great to be here. What are some of the challenges with that, the cause of those and be able to take Hey, you know, get the And that'll solve the problem. They're going to give you a So the senior engineers and the required knowledge in the bulk of the and how that really gives you the cost to the organization cost of the shark fan, are coding in the pipelines. What are some of the costs? reduce the number of, you know, but burnout is huge. the skills gap either. Because you got skills gap, People just kind of And it's not just in the context of, And Cloud Native engineers, is the hottest topic that enables the developers. Because again, it's about the outcomes. the Cloud Native engineers, Talk about it in One of the things that not the most to understand what's the value of what One of the dirty little when you are assessing that TCO. 'cause of the velocity. And then you have to clearly understand, Distributed is the key word. And out of all the tools, That's the key. If you can boil it down the cost of these solutions? beyond the three pillars For John Furrier and our

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
IanPERSON

0.99+

Lisa MartinPERSON

0.99+

JohnPERSON

0.99+

Ian SmithPERSON

0.99+

LisaPERSON

0.99+

two hoursQUANTITY

0.99+

15 teamsQUANTITY

0.99+

John FurrierPERSON

0.99+

13 individualsQUANTITY

0.99+

25 featuresQUANTITY

0.99+

50%QUANTITY

0.99+

three engineersQUANTITY

0.99+

three engineersQUANTITY

0.99+

60%QUANTITY

0.99+

two teamsQUANTITY

0.99+

an hourQUANTITY

0.99+

todayDATE

0.99+

third dayQUANTITY

0.99+

15QUANTITY

0.99+

10, 15%QUANTITY

0.99+

DetroitLOCATION

0.99+

two engineersQUANTITY

0.99+

3:00 AMDATE

0.99+

KubeConEVENT

0.99+

15 customerQUANTITY

0.99+

Friday morningDATE

0.99+

first pointQUANTITY

0.99+

KubeConORGANIZATION

0.99+

Cloud NativeORGANIZATION

0.99+

three phasesQUANTITY

0.98+

oneQUANTITY

0.98+

three pillarsQUANTITY

0.98+

DoorDashORGANIZATION

0.98+

OneQUANTITY

0.97+

this yearDATE

0.97+

theCUBEORGANIZATION

0.96+

three ninesQUANTITY

0.95+

three pillarsQUANTITY

0.94+

day oneQUANTITY

0.94+

one stepQUANTITY

0.93+

ChronosphereTITLE

0.92+

one incidentQUANTITY

0.92+

North AmericaLOCATION

0.92+

CloudNativeConEVENT

0.91+

PrometheusTITLE

0.91+

99.99%QUANTITY

0.9+

firstQUANTITY

0.89+

one thingQUANTITY

0.89+

four ninesQUANTITY

0.86+

last couple of yearsDATE

0.85+

one vendorQUANTITY

0.85+

ChronosphereORGANIZATION

0.84+

Day 90QUANTITY

0.84+

Cloud NativeTITLE

0.83+

Sean Scott, PagerDuty | PagerDuty Summit 2022


 

>> Welcome back to theCube's coverage of PagerDuty Summit 22. Lisa Martin with you here on the ground. I've got one of our alumni back with me. Sean Scott joins me, the Chief Product Officer at PagerDuty. It's great to have you here in person. >> Super great to be here in person. >> Isn't it nice? >> Quite a change, quite a change. >> It is a change. We were talking before we went live about it. That's that readjustment to actually being with another human, but it's a good readjustment to have >> Awesome readjustment. I've been traveling more and more in the past few weeks and just speaking the offices, seeing the people the energy we get is the smiles, it's amazing. So it's so much better than just sitting at your home and. >> Oh, I couldn't agree more. For me it's the energy and the CEO of DocuSign talked about that with Jennifer during her fireside chat this morning, but yes, finally, someone like me who doesn't like working from home but as one of the things that you talked about in your keynote this morning was the ways traditionally that we've been working are no longer working. Talk to me about the future of work. What does it look like from PagerDuty's lens? >> Sure. So there's a few things. If we just take a step back and think about, what your day looks like from all the different slacks, chats, emails, you have your dashboards, you have more slacks coming in, you have more emails coming in, more chat and so just when you start the day off, you think you know what you're doing and then it kind of blows up out of the gate and so what we're all about is really trying to revolutionize operations so how do you help make sense of all the chaos that's happening and how do you make it simpler so you can get back to doing the more meaningful work and leave the tedium to the machines and just automate. >> That would be critical. One of the things that such an interesting dynamic two years that we've had obviously here we are in San Francisco with virtual event this year but there's so many problems out there that customer landscape's dealing with the great resignation. The data deluge, there's just data coming in everywhere and we have this expectation when we're on the consumer side, that we're going to be that a business will know us and have enough context to make us that the next best offer that actually makes sense but now what we're seeing is like the great resignation and the data overload is really creating for many organizations, this operational complexity that's now a problem really amorphously across the organization. It's no longer something that the back office has to deal with or just the front office, it's really across. >> Yeah, that's right. So you think about just the customer's experience, their expectations are higher than ever. I think there's been a lot of great consumer products that have taught the world, what good looks like, and I came from a consumer background and we measured the customer experience in milliseconds and so customers talking about minutes or hours of outages, customers are thinking in milliseconds so that's the disconnect and so, you have to be focused at that level and have everybody in your organization focused, thinking about milliseconds of customer experience, not seconds, minutes, hours, if that's where you're at, then you're losing customers. And then you think about, you mentioned the great resignation. Well, what does that mean for a given team or organization? That means lost institutional knowledge. So if you have the experts and they leave now, who's the experts? And do you have the processes and the tools and the runbooks to make sure that nothing falls on the ground? Probably not. Most of the people that we talk to, they're trying to figure it out as they go and they're getting better but there's a lot of institutional knowledge that goes out the door when people leave. And so part of our solution is also around our runbook automation and our process automation and some of our announcements today really help address that problem to keep the business running, keep the operations running, keep everything kind of moving and the customers happy ultimately and keep your business going where it needs to go. >> That customer experience is critical for organizations in every industry these days because we don't to your point. We'll tolerate milliseconds, but that's about it. Talk to me about you did this great keynote this morning that I had a chance to watch and you talked about how PagerDuty is revolutionizing operations and I thought, I want you to be able to break that down for this audience who may not have heard that. What are those four tenants or revolutionizing operations that PagerDuty is delivering to ORGS? >> Sure, so it starts with the data. So you mentioned the data deluge that's happening to everybody, right? And so we actually do, we integrate with over 650 systems to bring all that data in, so if you have an API or webhook, you can actually integrate with PagerDuty and push this data into PagerDuty and so that's where it starts, all these integrations and it's everything from a develop perspective, your CI/CD pipelines, your code repositories, from IT we have those systems are instrumented as well, even marketing, more tech stacks we can actually instrument and pull data in. The next step is now we have all this data, how do we make sense of it? So, we think we have machine learning algorithms that really help you focus your attention and kind of point you to the really relevant work, part of that is also noise suppression. So, our algorithms can suppress noise about 98% of the noise can just be eliminated and that helps you really focus where you need to spend your time 'cause if you think about human time and attention, it's pretty expensive and it's probably one of your company's most precious resources is that human time and so you want the humans doing the really meaningful work. Next step is automation, which is okay. We want the humans doing the special work, so what's the TDM? What's the toil that we can get rid of and push that to the machines 'cause machines are really good at doing very easy, repetitive task and there's a lot of them that we do day in, day out. The next step is just orchestrating the work and putting, getting everybody in the organization on the same page and that's where this morning I talked about our customer service operations product into the customer service is on the front lines and they're often getting signals from actual customers that nobody else in the organization may not even be aware of it yet So, I was running a system before and all our metrics are good and you get a customer feedback saying, "This isn't working for me," and you go look at the metrics and your dashboards and all looks good and then you go back and talk to the customer some more and they're like, "No, it's still not working," and you go back to your data, you're back to your dashboards, back to your metrics and sure enough, we had an instrumentation issue but the customer was giving us that feedback and so customer service is really on the front lines and they're often the kind of the unsung heroes for your customers but they're actually really helping and make sure that everything, the right signals are coming to the dev team, to the owners that own it and even in the case when you think you have everything instrumented, you may be missing something and that's where they can really help but our customer service operations product really helps bring everybody on the same page and then as the development teams and the IT teams and the SRA has pushed information back to customer service, then they're equipped, empowered to go tell the customer, "Okay, we know about the issue. Thank you." We should have it up in the next 30 minutes or whatever it is, five minutes, hopefully it's faster than longer, but they can inform the customer so to help that customer experience as opposed to the customer saying, "Oh, I'm just going to go shop somewhere else," or "I'm going to go buy somewhere else or do something else." And the last part is really around, how do we really enable our customers with the best practices? So those million users, the 21,000 companies in organizations we're working with, we've learned a lot around what good looks like. And so we've really embedded that back into our product in terms of our service standards which is really helps SRES and developers set quality standards for how services should be implemented at their company and then they can actually monitor and track across all their teams, what's the quality of the services and this team against different teams in their organization and really raise the quality of the overall system. >> So for businesses and like I mentioned, DocuSign was on this morning, I know some great brand customers that you guys have. I've seen on the website, Peloton Slack, a couple that popped out to me. When you're able to work with a customer to help them revolutionize operations, what are some of the business impacts? 'Cause some of the things that jump out to me would be like reduction in churn, retention rate or some of those things that are really overall impactful to the revenue of a business. >> Absolutely. And so there's a couple different parts of it. One is, all the work what PagerDuty is known for is orchestrating the work for a service outage or a website outage and so that's actually easy to measure 'cause you can measure your revenue that's coming in or missed revenue and how much we've shortened that. So that's the, I guess that's our kind of the history and our legacy but now we've moved into a lot of the cost side as well. So, helping customers really understand from an outage perspective where to focus our time as opposed to just orchestrating the work. Well now, we can say, we think we have a new feature we launched last year called Probable Origin. So when you have an outage, we can actually narrow in where we think the outage and just give you a few clues of this looks anomalous, for example. So let's start here. So that still focus on the top line and then from an automation perspective, there's lots and lots of just toil and noise that people are dealing with on a day in, day out basis and then some of it's easy work, some of it's harder work. One of the ones I really like is our automated diagnostics. So, if you have an incident, one of the first things you have to do is you have to go gather telemetry of what's actually happening on the servers, to say, is the CPU look good? Does the memory look good? Does the disc look good? Does the network look good? And that's all perfect work for automation. And so we can run our automated diagnostics and have all that data pumped directly into the incident so when the responder engages, it's all right there waiting for them and they don't have to go do all that basic task of getting data, cutting and pasting into the incident or if you're using one of those old ticketing systems, cutting and pacing into a a tickety system, it's all right there waiting for you. And that's on average 15 minutes during an outage of time that's saved. And the nice thing about that is that can all be kicked off at time zero so you can actually call from our event orchestration product, you can call directly into automation actions right there when that event first comes in. So you think about, there's a warning for a CPU and instantly it kicks off this diagnostics and then within seconds or even minutes, it's in the incident waiting for you to take action. >> One of the things that you also shared this morning that I loved was one of the stats around customer sale point that they had 60 different alerts coming in and PagerDuty was able to reduce that to one alert. So, 60 X reduction in alerts, getting rid of a lot of noise allowing them to focus on really those probably key high escalations that are going to make the biggest impact to their customers and to their business. >> That's right. You think about, you have a high severity incident like they actually had a database failure and so, when you're in the heat of the moment and you start getting these alerts, you're trying to figure out, is that one incident? Is it 10 incidents? Is it a hundred incidents that I'm having to deal with? And you probably have a good feeling like there's, I know it's probably this thing but you're not quite sure and so, with our machine learning we're able to eliminate a lot of the noise and in this case it was, going from 60 alerts down to one, just to let you know, this is the actual incident, but then also to focus your attention on where we think may be the cause and you think about all the different teams that historically have been had to pull in for a large scale incident. We can quickly narrow into the root cause and just get the right people involved. So we don't have these conference bridges of a hundred people on which you hear about. When these large cottages happen that everyone's on a call across the entire company and it's not just the dev teams and IT teams, you have PR, you have legal, you have everybody's involved in these. And so the more that we can workshop their work and get smarter about using machine learning, some of these other technologies then the more efficient it is for our customers and ultimately the better it is for their customers. >> Right and hopefully, PR, HR, legal doesn't have to be some of those incident response leaders that right now we're seeing across the organization. >> Exactly. Exactly. >> So when you're talking with customers and some of the things that you announced, you mentioned automated actions, incident workflows, what are you hearing from the voice of the customer as the chief product officer and what influence did that have in terms of this year's vision for the PagerDuty Summit? >> Sure. We listen to our customers all the time. It's one of our leadership principles and really trying to hear their feedback and it was interesting. I got sent some of the chat threads during the keynote afterwards, and there's a lot of excitement about the products we announced. So the first one is incident workflows, and this is really, it's a no code workflow based on or a recent acquisition of a company called Catalytic and what it does is it's, you can think of as kind of our next generation of response plays so you can actually go in and and build a workflow using no code tooling to say, when this incident happens or this type of incident happens, here's what that process looks like and so back to your original comment around the great resignation that loss institutional knowledge, well now, you're building all this into your processes through your incident response. And so, I think the incident workflows, if you want to create a incident specific slack channel or an incident specific zoom bridge, or even just in status updates, all that is right there for you and you can use our out of the box orchestrations or you can define your own 'cause we have back to the, our customer list, we have some of the biggest companies in the world, as customers and we have a very opinionated product and so if you're new to the whole DevOps and full service ownership, we help you through that. But then, a lot of our companies are evolving along that continuum, the operational maturity model continuum. And at the other end, we have customers that say "This is great, but we want to extend it. We want to like call this person or send this or update this system here." And so that's where the incident workflows is really powerful and it lets our customers just tailor it to their processes and really extend it for them. >> And that's GA later this year? >> Later this year, yes, we'll start ING probably the next few months and then GA later this year. >> Got it. Last question, as we're almost out of time here, what are some of the things that as you talk to customers day in and day out, as you see you saw the chats from this morning's live keynote, the excitement, the trust that PagerDuty is building with its customers, its partners, et cetera, What excites you about the future? >> So it's really why I came to PagerDuty. I've been here about a year and a half now, but revolutionizing operations, that's a big statement and I think we need it. I think Jennifer said in her keynote today, work is broken and I think our data, we surveyed our customers earlier this year and 42% of the respondents were working more hours in 2021 compared to 2020. And I don't think anyone goes home and if I could only work more hours, I think there's some and if I could only do more of this like TDM, the TDM, more toils, if I could only do more of that, I think life would be so good. We don't hear that. We don't hear that a lot. We hear about there's a lot of noise. We have a massive attrition that every company does. That's the type of feedback that we get and so we're really, that's what gets me excited about, the tools that we're building that and especially when I think just seeing the chat even this morning about some of the announcements, it shows we've been listening and it shows the excitement in our customers when they're, lots of I'm going to use this tool, that tool, I can just use PagerDuty which is awesome. >> The momentum is clear and it's palpable and I love being a part of that. Thank you so much Sean for joining me on theCube this afternoon, talking about what's new, what's exciting and how you guys are fixing work that's broken that validated me thinking the work was broken so thank you. >> Happy to be here and thanks for having me. >> My pleasure. For Sean Scott. I'm Lisa Martin, you're watching theCube's coverage of PagerDuty Summit 22 on the ground from the San Francisco. (soft music)

Published Date : Jun 8 2022

SUMMARY :

It's great to have you here in person. but it's a good readjustment to have and just speaking the offices, and the CEO of DocuSign talked about that and leave the tedium to the that the back office has to deal with and the tools and the runbooks and I thought, I want you to and even in the case 'Cause some of the things and so that's actually easy to measure and to their business. and it's not just the across the organization. Exactly. and so back to your original comment and then GA later this year. that as you talk to and 42% of the respondents the work was broken Happy to be here and of PagerDuty Summit 22 on the

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
JenniferPERSON

0.99+

Lisa MartinPERSON

0.99+

Sean ScottPERSON

0.99+

SeanPERSON

0.99+

10 incidentsQUANTITY

0.99+

San FranciscoLOCATION

0.99+

60 alertsQUANTITY

0.99+

2020DATE

0.99+

PagerDutyORGANIZATION

0.99+

2021DATE

0.99+

DocuSignORGANIZATION

0.99+

21,000 companiesQUANTITY

0.99+

60 different alertsQUANTITY

0.99+

CatalyticORGANIZATION

0.99+

last yearDATE

0.99+

one alertQUANTITY

0.99+

five minutesQUANTITY

0.99+

INGORGANIZATION

0.99+

15 minutesQUANTITY

0.99+

60 XQUANTITY

0.99+

one incidentQUANTITY

0.99+

42%QUANTITY

0.99+

todayDATE

0.99+

two yearsQUANTITY

0.99+

SRAORGANIZATION

0.98+

oneQUANTITY

0.98+

over 650 systemsQUANTITY

0.98+

about 98%QUANTITY

0.98+

OneQUANTITY

0.98+

million usersQUANTITY

0.97+

PagerDuty Summit 22EVENT

0.97+

first oneQUANTITY

0.97+

this yearDATE

0.97+

Peloton SlackORGANIZATION

0.96+

Later this yearDATE

0.96+

firstQUANTITY

0.96+

GALOCATION

0.96+

four tenantsQUANTITY

0.96+

later this yearDATE

0.96+

PagerDuty SummitEVENT

0.95+

this morningDATE

0.95+

next few monthsDATE

0.94+

this afternoonDATE

0.91+

earlier this yearDATE

0.91+

PagerDuty Summit 2022EVENT

0.87+

hundred incidentsQUANTITY

0.85+

hundred peopleQUANTITY

0.84+

about a year and a halfQUANTITY

0.83+

coupleQUANTITY

0.83+

theCubeORGANIZATION

0.8+

SRESORGANIZATION

0.8+

Probable OriginTITLE

0.79+

first thingsQUANTITY

0.78+

thingsQUANTITY

0.68+

next 30 minutesDATE

0.67+

PagerDutyTITLE

0.58+

runbooksORGANIZATION

0.53+

pastDATE

0.53+

yearDATE

0.49+

weeksDATE

0.48+

zeroQUANTITY

0.46+

Arun Krishnamoorthy, Dell Technologies & Mihir Maniar, Dell Technologies | Dell Tech World '22


 

>> The cube presents, Dell technologies world, brought to you by Dell. >> Hey everyone. Welcome back to the Cube's live coverage of Dell technologies world 2022 from the Venetian in Las Vegas. Lisa Martin here with Dave Valante. Dave, this is our second day. Lots of conversations. We've been talking a lot about apex, multi-cloud, edge, resilience, cyber resilience. >> It is a number one topic actually. I mean, a lot of multi-cloud talk obviously, too. But I think security is the hot topic at the end. >> It is a hot topic and we've got two guests joining us from Dell technologies. We're going to unpack that and talk about some of the great new things they are enabling. Please welcome. One of our alumni, Mihir Maniar, vice president at Dell technologies and Arun Krishnamoorthy, global strategy, resiliency and security at Dell technologies. All right guys, welcome to the program. >> Pleasure, meeting you, Lisa and Dave. >> So ransomware, it's a household term. I'm pretty sure my mom even knows what ransomware is. >> Exactly. >> Legitimately. >> Yeah. >> But I mean, if you look at the numbers, a ransomware attack is happening once every 11 seconds. The numbers, the stats say, you know, an estimated 75% of organizations are going to face an attack, 75% by 2025, it's around the corner. So it's no longer a matter of, are we going to get hit? if we get hit, it's when? and that resiliency and that recovery is absolutely critical. Talk about some of the things there, Dell's comprehensive approach to helping organizations really build resiliency. >> That's a great point. So if you go to see, organizations are going to get hit, if not already, 75% already out there. And then we find that through research, a lot of our customers need a lot of help. They need help because security is really complex. I mean, they have a tough job, right? Because there's so many attacks happening at the same time. One single ransomware incident can cost them on an average 13 million dollars. They have to integrate 50 plus different security vendors to go and build a secured defense in depth, kind of a mechanism. They're liable to the board. At the same time, they have lines of business that are talking about, hey, can you provide me security, but make sure productivity doesn't get impacted. So it's a tough role for them. And that's where Dell services comes in, where our Dell managed security services. We have a full comprehensive suite of offers for our customers to help them, right. To remain secure. And we're focused on the services based on a NIST framework. So I can talk more about the NIST framework as hobby, go about doing. >> There's a lot of talk in the community about, should I pay the ransom? Should they not pay the ransom? And I suppose your advice would be well pay up front and avoid the ransom if you can. Right? >> Absolutely. >> Yeah. Yeah, Dave, what we've seen is the ransomware payment has been very unreliable. We know of many, many examples where either they paid the ransom and they were not able to recover data or they got the decryption keys and the recover process was too slow. So we are all about helping customers understand the risks that they have today and giving them some pragmatic technology solutions. >> Talk about that conversation, where is it, Arun, happening at the customer level as security is a board level conversation. >> Right. >> Are you still talking with the CIOs in lines of business? Who all is involved in really understanding, where all these vulnerabilities are within an organization? >> Yeah, so that's a great question. So we work with CIOs, we work with CSOs, a lot more and the CSOs actually are facing the skills shortage problem. >> Yes. >> That's where they need actually help from, vendors like Dell. And talking about ransomware, if you go to see a NIST framework, it goes all the way from identification of threats to prevention, creating prevention measures with different defense in depth. How do you detect and respond to threats in time. Because time is critical actually and the recovering from threats. So in that whole process, it's better for customers to have the full suite of security services installed, so that they don't end up paying the ransomware eventually, right. To provide their whole defense mechanism. >> So the adversary is very, they're motivated, they're well funded, incredibly sophisticated these days. Okay. So how do you not lose, if you're a customer. What's the playbook that you're helping your customers proceed with? >> Yeah, it's a great, so in the NIST framework, as I mentioned before, services are evolving around, how do you identify the threats that exist in the customer's network? So we provide advisory services and we provide assessment of the customer's vulnerability, that exist so we can detect those vulnerabilities. And then we can build the prevention mechanisms, once you detect those vulnerabilities. This is all about what you cannot see, you can't really defend against. So that's where the whole assessment comes in, where you can go and do a zero trust assessment for the customers, you know, entire infrastructure, and then figure out where those issues lie. So we can go and block those loopholes with the prevention mechanisms. And in prevention mechanisms, actually we have a whole zero trust prevention mechanism. So you can actually go and build out, end to end defense in depth kind of security. >> Arun, before the pandemic, the term zero trust, people would roll their eyes. It was kind of a buzzword and it's becoming sort of a mandate. >> Yeah. >> What does zero trust mean to your customers? How are you helping them achieve it? >> Yeah. So, great question, Dave. A lot of customers think zero trust is a product. It's not. It's a framework. It's a mindset. It helps customer think through what kind of access do I want to give my users, my third party, my customers? Where does my data sit in my environment? Have I configure the right network policies? Have I segmented my network? So it is a collection of different strategies that work across cloud, across data, across network, across applications that interact with each other and what we are helping customers with, understand what that zero trust actually means and how they can translate into actionable technology implementations. >> How do you help customers do that? When we know that, I mean, the average customer has what, seven different backup protection solutions, all alone. If we're talking about like data protection. How do you help them understand, what's in their environment now? If they're talking about protecting applications, users, data, network. What's that conversation? And what's that process like to simplify, their protection so that they really can achieve cyber resilience? >> That's correct. That's a great it question, Lisa. One of the big issues we see with customers is they don't know what they don't know. There's data across multi-cloud, which is great. It enables productivity, but it also is not within the four walls of a data center. So one of the first things we do is identify where customer's data is? Where is their application live? And then we look for blind spots. Are you protecting your SaaS workloads? Are you protecting your endpoints? And we give them a holistic strategy on data protection. And you bring up a great point, a lot of customers have had accidental growth over the years. They started off with one tool and then different business needs drove them to different tools. And maybe now is a good time to evaluate what is your tool set? Can we consolidate it? And reduce the risk in the environment. >> Yeah, I dunno if you guys are be probably familiar with that. I use it a lot, when I write, it's an optive, NSS eye test and it says, here's the security landscape, the taxonomy. It's got to be the most complicated of any, in the business. And so my question is ecosystem, right. You've got to have partners, right. But there's so many choices. How are you helping to solve that problem of consolidating choices and tools? >> That's a great point. So if you look at the zero trust framework, which Lisa, you talked about. In the zero trust framework, we have few things we look at, and that is through Dell's technologies and partner technologies. So we can provide things like secure access, context based, right. So which users can access which applications, identity based. The second one is, which applications can talk to which applications, for micro segmentation, again identity based. And then you have an encryption everywhere. Encryption with data in motion, data in rest. Because encryption is super important to prevent hacks. So, and then you have cloud workloads. We have cloud workload protection. So some of those things, we rely on our partners and some of them actually, we have technologies in the house, like Arun talked about the cyber resilience and the wall that we have in house. So we provide the end-to-end framework for our customers for zero trust, where we can go and identify. We can assess, we can go build it out for them. We can detect and respond with our excellent MDR service, that we came out with last, just last year. So that MDR service allows you to detect attacks and respond automatically using our AI enabled platform that reduces the signal from the noise and allows to prevent these attacks, right, from happening. >> Arun, question for you, as we've seen the proliferation of cyber attacks during the pandemic, we've seen the sophistication increasing, the personalization is increasing. Ransomware is as service is making it, there is no barrier to entry these days. >> Right. >> How has Dell technologies overall, cyber resilience strategy evolved in the last couple of years? I imagine that there's been some silver linings and some accelerations there. >> No, absolutely, Lisa. One of the things we recognized very early on with big cyber attacks going on five years ago, we knew that as much as customers had great technologies to prevent a cyber attack, it was a matter of when, not if, so we created the first purpose built solution to help customers respond and recover from a cyber attack. We created innovative technologies to isolate the data in a cyber wall. We have immutable technologies that lock the data. So they can't be tampered with. And we also build some great intelligence based on AIML. In fact, this is the first and only product in the world that looks it's backup data, does full content indexing and it's able to look for behaviors or patterns in your environment that you could normally not find with signature based detection systems. So it's very revolutionary and we want to help customers not only on the prevention side, which is proactive. We want them to be equally, have a sound strategy on how they would respond and recover from a cyber attack. >> Okay. So there's two pieces there, proactive, and then if and when you get hit, how do you react. And I think about moments in cyber, I mean, Stuxnet was obviously a huge turning point. And then of course the SolarWinds and you see that, the supply chain hacks, you see the island hopping and the living off the land and the stealth moves. So it's almost like, wow, some of these techniques have even been proactive. You're not going to catch them. Right. So you've got to have this, you talked about the NIST framework multilevel, but I mean, customers are aware, obviously everybody, customer you talk to. the SolarWinds, But it seems like, they're still sleeping with one eye open. Like they're really nervous. Right. >> Right. >> And like, we haven't figured it out as an industry yet. And so that's where solutions like this are so critical because you're almost resigning yourself to the fact that while, you may not find it being proactive. >> Yeah. Right. >> But you've got to have, you know, it's like putting tapes in a truck and driving them somewhere. Do you sense that it was a major milestone in the industry? Milestone, negative milestone. And that was a turning point and it was kind of a wake up call for the industry, a new wake up call. What's your sense of how the industry is responding? >> Yeah. I think that's a great point. So if you go to see the verbiage is that it's not, if you're going to get attacked, it's when you're going to get attacked. So the attacks are going to happen no matter what. So that's the reason why the defense in depth and the zero trust framework comes into play. The customers have to have an end-to-end holistic framework, so that they can have, not just the defensive mechanisms, but also detect and respond when the attacks happen. And then as you mentioned, some of them, you just can't catch all of them. So we have excellent incident response and recovery mechanisms. So if the attack happened, it will cause damage. We can do forensics analysis. And on top of that, we can go and recover, like the cyber recovery wall, we can recover that data, make them production again. >> Right. Ready. >> I guess. I'm sorry. What I was trying to ask is, do you think we've understand SolarWinds? Have the industry figured it out? >> Yeah. You know, great question. Right. I think this is where customers have to take a pragmatic approach, on how they do security. And we talk about concepts like intrinsic security. So in other words, you can do a certain activity in your environment and punt the ball to some other team to figure out security, part of what Dell does. You know, you asked the question, right. There's a lot of tools, where do customers start? One of the big values we bring to customers is the initial awareness and just educating customers. Hey, what happened in these watershed moment with these different attacks, right. Wannacry, stuxnet. And how did those customers respond and where did they fail? So let's do some lessons learned with past attacks and let's move forward with some pragmatic solutions. And we usually don't overwhelm our customers with a lot of tools. Let's have a road map. Let's do an incremental build of your security posture. And over time, let's get your entire organization to play with it. >> You talk about awareness, obviously that's critical, but one of the other things that's critical with the cyber threats and the what's going on today is, the biggest threat vector still is people. >> Exactly. >> So talk to me, about out some of the things that you help organizations do. When you're talking about, from an awareness perspective. It's training the people not to open certain links, if they look suspicious, that sort of thing. How involved is Dell technologies with your customers from a strategic perspective about really drilling this into the end users that they've got a lot of responsibility here. >> Yeah, if you go to see phishing is one of the most common attack vectors to go and infiltrate these attacks. So Dell has a whole employee education program that they rolled out. So we all are aware of the fact that clicking on links and phishing, is a risk factor. And we are trying to take that same message to our customers through an employee awareness training service. So we can actually provide education for the employees, from getting these phishing attacks happening. >> Yeah. That's really critical because as I mentioned, we talked about the sophistication, but the personalization, the social engineering is off the church these days. And it's so easy for someone to, especially with all this distractions that we have going on. >> Right. >> If you're working from home and you've got kids at home or dogs barking and whatnot. It's easy to be fooled into something that looks incredibly legitimate. >> Yeah, Yeah. >> You know, you bring another great point, right. You can keep telling people in your environment, don't do things, don't do it. You create a friction, right. We want people to be productive. We want them to use different access to different applications, both in house and in the cloud. So this is where technology comes into play. There are some modern malware defenses that will help customers, identify some of these email phishing, spear phishing. So they are in a better prepared position. And we don't want to curb productivity, but we want to also make a very secure environment where people can work. >> That's a great point is, that it has to be frictionless. >> I do have a question for you guys with respect to SaaS applications. I talk to a lot of customers, using certain SaaS applications who have this sort of, there's a dual responsibility model there, where the SaaS vendor's responsible for the application, protection. But Mr. And miss customer, you're responsible for the data. We are? >> Yeah. >> Are you finding that a lot of organizations are going help. We've got Google workspace, Microsoft 365, Salesforce and it's really incredibly business critical data. Dell technologies help us protect this because this is a vulnerability that we were not aware of. >> Absolutely. And that's why we have the backup service with apex. Where we can actually have SaaS data, which is backed up, using our apex solution for backup recovery. So, yes, that's very critical. We have the end-to-end portfolio for backing it up, having the vault, which is a air gap solution, recovering from it, when you have an attack. And I think the value prop that Dell brings to the table is, we have the client side and we have the data center side, right. With the multi-cloud. So we provide a completely hardened infrastructure where, all the way from supply chain to secure OS, secure bot and secure image. Everything is kind of harden with stick hardening on top of that. And then we have the services layer to go and make sure we can assess the risks. We can detect and respond. We can recover, right. So that we can keep our customers completely secure. That's the value prop that we bring to the table with unmatched scale of Dell services, right. In terms of the scale that we bring to the table, to our customers and help them out. >> Well, it's an interesting opportunity, and it's certainly, from a threats perspective, one that's going to persist, obviously we know that. Great that there's been such a focus from Dell on cyber resiliency for its customers, whether we're talking about multi-cloud, On-Prem, public cloud, SaaS applications, it's critical. It's a techno. It's a solution that every industry has to take advantage of. Guys, thank you so much for joining us. Wish we had more time. I could talk about this all day. >> Yes. >> Thank you. >> Great work going on there. Congratulations on what was going on with apex and the announcement. And I'm sure we'll be hearing more from you in the future. >> Excellent. Thank you, Lisa. >> Thank you very much. >> We are super excited about Dell services and what we can bring for manual security services for our customers. >> Great. >> Excellent. >> Appreciate it. >> Thanks, guys. >> Thank you. >> For our guests and for Dave Valante. I'm Lisa Martin. And You're watching the cube, live from day two of our coverage of Dell technologies world, live from Las Vegas. Dave and I will be right back with our last guest of the day. (upbeat music)

Published Date : May 4 2022

SUMMARY :

brought to you by Dell. from the Venetian in Las Vegas. the hot topic at the end. the great new things So ransomware, it's a household term. The numbers, the stats say, you know, So if you go to see, organizations and avoid the ransom if you can. and the recover process was too slow. happening at the customer level and the CSOs actually are facing and the recovering from threats. So the adversary is very, And then we can build the the term zero trust, Have I configure the I mean, the average customer has what, So one of the first things we do of any, in the business. that we came out with last, during the pandemic, in the last couple of years? One of the things we and the living off the land And like, we haven't figured the industry is responding? and the zero trust Right. Have the industry figured it out? and punt the ball to some other team and the what's going on today is, about out some of the things So we can actually provide distractions that we have going on. It's easy to be fooled into something Yeah, And we don't want to curb productivity, that it has to be frictionless. I do have a question for you guys that we were not aware of. So that we can keep our and it's certainly, and the announcement. and what we can bring for Dave and I will be right back

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Lisa MartinPERSON

0.99+

Dave ValantePERSON

0.99+

Mihir ManiarPERSON

0.99+

DavePERSON

0.99+

Arun KrishnamoorthyPERSON

0.99+

DellORGANIZATION

0.99+

LisaPERSON

0.99+

Las VegasLOCATION

0.99+

two piecesQUANTITY

0.99+

firstQUANTITY

0.99+

13 million dollarsQUANTITY

0.99+

75%QUANTITY

0.99+

2025DATE

0.99+

second dayQUANTITY

0.99+

two guestsQUANTITY

0.99+

last yearDATE

0.99+

Dell TechnologiesORGANIZATION

0.99+

OneQUANTITY

0.99+

one toolQUANTITY

0.99+

first purposeQUANTITY

0.99+

five years agoDATE

0.98+

second oneQUANTITY

0.98+

GoogleORGANIZATION

0.98+

oneQUANTITY

0.98+

apexTITLE

0.98+

SolarWindsORGANIZATION

0.97+

todayDATE

0.96+

zero trustQUANTITY

0.96+

pandemicEVENT

0.96+

bothQUANTITY

0.94+

last couple of yearsDATE

0.93+

ArunPERSON

0.93+

VenetianLOCATION

0.93+

day twoQUANTITY

0.91+

NISTORGANIZATION

0.91+

zeroQUANTITY

0.87+

zero trustQUANTITY

0.87+

once every 11 secondsQUANTITY

0.82+

one eyeQUANTITY

0.79+

SalesforceORGANIZATION

0.79+

50 plus different security vendorsQUANTITY

0.78+

One single ransomware incidentQUANTITY

0.77+

Microsoft 365ORGANIZATION

0.74+

2022DATE

0.73+

seven different backup protection solutionsQUANTITY

0.72+

NSSORGANIZATION

0.7+

Sean Scott, PagerDuty | PagerDuty Summit 2021


 

(upbeat music) >> Narrator: From theCUBE Studios in Palo Alto and Boston, connecting with thought leaders all around the world, this is a CUBE Conversation. >> Welcome to theCUBE's coverage of PagerDuty Summit, I'm your host from theCUBE Natalie Erlich. Now we're joined by Sean Scott, the Chief Product Officer at PagerDuty, thank you very much for joining the program. >> Glad to be here, thank you for having me. >> Terrific. Well, you've been with PagerDuty for about six months, how's it going? >> It's going great. So, I joined PagerDuty because I saw the entire world was shifting to digital first and PagerDuty is key infrastructure for many of the world's largest companies, in fact over 60% of the Fortune 100 are customers. And more importantly, I see a much broader future our platform will play in digital operations for these companies going forward, and I'm excited to be part of that. >> Terrific. Well, you have really robust experience, over 20 years in the Valley leading product, marketing, and engineering teams. What prompted the move? I mean, you explained a bit, but just really curious why you made that? >> Sure, so yeah I had a long career at Amazon where I was responsible for much of the shopping experience, I ran the homepage, product page, checkout, a lot of the underlying tools and tech that supports that worldwide across all devices. And then more recently I built and launched the Scout autonomous delivery robot from the ground up, so. But after 15 years, and I was starting to look for a change and I started talking to Jen, our CEO, and the more we talked, the more excited I became about the platform and what it can be going forward for our customers. You know, the fact that we are already integrated with so many customers around the world and playing such a critical role as part of their infrastructure, and yet, I think we're just getting started, and we can help out companies in so many more use cases across our organizations and really eliminate a lot of time and waste from their processes. Well, this is your first PagerDuty Summit, I would love it if you could share perhaps some insight what you're planning to announce this week? >> Yeah, sure. So, we have a few things that we're announcing. One is, we announced last year, probably the biggest news last September was our acquisition of Rundeck; and so as part of that we're announcing our first integration of PagerDuty and Rundeck in the form of Runbook actions. So this is a, you could think of it as kind of quick, kind of micro-automations or short automations to give responders much more insights into what's actually happening with an incident. So maybe it's running a MIM command or a script on a server, we can actually run that directly from the PagerDuty interface so you don't have to SSH into a box for example, which is all just takes time and effort, and so when you're trying to remediate an issue of maybe a site being down or a service being down, it all happens right there. And even your frontline responders can now do those remediations as well, and those automation actions, to again, before they need to escalate to the next tier or bring in other devs to help troubleshoot. So that's pretty exciting. We're also announcing Service Craft, which is a new way to model your services and to show your services, and really understand your dependency graph. So if you think about one of the biggest challenges often when you're trying to remediate an issue is understanding is it me, or is it one of my dependent services? And so now we actually have new visualizations to really show the responders exactly what's happening and you can quickly see is it you, or is it maybe some dependency, maybe multiple teams are having the same issue that because one of the core services that everybody leverages is down and you can quickly see that. So that's pretty exciting as well. We have change correlation and incident outliers. So change correlation, you know, most incidents occur because of changes that were made by us people, and so being able to spotlight things like here's a change that was recently made, or here's a change based on our machine learning algorithms that we detected that could be a culprit here. So providing much richer insights, to again, reduce that mean time to resolution. So this whole team, our Event Intelligence team, that's our whole purpose in life is really just to reduce that mean time to resolution for our customers. Imagine waking up, you know, tomorrow, and your mean time to resolution just magically goes down because of our software updates, and that's how that team focuses on. And then the last one in this group is internet outliers, which is all about telling you if an incident, is this rare, or is this a frequent incident? And just giving you a little more insights into what you're seeing, which will again, help the responders. We have some other announcements coming up, but I'll save that for Summit. >> Perfect. Well, you know, I'd love it if you could share some insight on the competitive landscape, and how PagerDuty is, how you see its product that they're offering different from the others? >> Sure. So, we go head-to-head with a lot of competitors, and we, we have the, you know, being in the fortunate position that we do have a few competitors coming after us and some big names as well. But, you know, when we go head-to-head with these companies, we generally win. And we see we're constantly getting put in bake-offs with these other competitors. We had one customer I was talking to a few weeks back and they paired us against the incumbent, and out of the box, we saw a 50% improvement in mean time to acknowledge, so this is how quickly we can pull in the responder. And then in addition, I thought was more interesting, is we saw a 50% improvement in the mean time to resolution over the incumbent. And so while we do have competitors coming at us, I'm really happy with the way our product performs and our customers are too. So after these bake-offs, it's usually pretty clear who's staying and who's going. >> Yeah, so, when you were helping develop this program this week, what were some of the key areas that you really wanted to highlight? >> Yeah, so one of the big areas is really talking about our vision, and what is our go forward plan. Because I think while we're really known for incident response, I think, you know, some of the exciting things you'll hear about at Summit are kind of where we're going in terms of four pillars to our vision. One is flexibility. Flexible workflows, and enabling flexibility. So, if you think about all the things that our product is doing beyond DevOps. So for example, you know, we had a customer telling us about they had put PagerDuty in front of everything they're doing, so their whole building is IP enabled, and so they had a contractor drill through a water main, and it was instantly able to shut off the water. So they, you know, within 30 seconds, PagerDuty had notified the right responders of building maintenance, and within a minute and a half the water was shut off, and they made the comment that PagerDuty just paid for itself with this one incident. We see IOT device management, we see even organ transplant delivery using our product, and so we want to continue to fuel that with our flexibility. Second pillar is connect to everyone. We see that we have a lot of people connected, but we just launched fairly recently a customer service offering, so now we can get customer service not only informed what's going on, but also connecting to the dev teams, and engineering teams, and the service owners, to really give them more insights into the blast radius and what they may be seeing. The next one is connect everything. So we have over 550 out of the box integrations, and so that makes it seamless to connect to apps like Datadog. But then also we work where our customers work, so we can actually do work in Slack or MS Teams and take action right in those tools. And the last one is automate away to toil. So we want to automate what can be automated, and this goes back to the Rundeck acquisition that I mentioned, and getting that more deeply integrated with the stack, and with processes across an organization. And we're seeing that when our customers really take advantage of that platform they can really automate away to toil, and automate a lot of redundant work, and work that is just busy work that keeps people from doing their day jobs, so to speak. >> Yeah, well, obviously we had a really unusual last year with the pandemic. How do you think that it changed up business for you? Did it inspire you to move in a new direction? What do you see next in the near future? >> For sure. So, I saw that, and it's probably the reason why I came to PagerDuty, because I saw the transformation industries are making to digital first. Right? And so there was a lot of teams, a lot of companies struggled, but then a lot of companies also, florists, you'd take companies like Instacart, and DoorDash, and Zoom, you know, had a terrific year. And so, you know, PagerDuty, even with the pandemic, and companies that were struggling, we still grew pretty rapidly last year, and that's, I think it's pretty exciting, and it really speaks to that migration to digital where digital is now becoming, you know, table stakes, and just part of what you have to do as a business as opposed to it used to be a goal that oh, we need to do more on digital platform, and now it's like, you have to, you know, focus on your digital platform if you want to simply stay relevant today. And so I think that's really important for PagerDuty because that's where we really help companies thrive. >> Sean, that's really interesting. To close out this interview, do you have any last thoughts? >> No, I think that covers it, I think we're, you know, really excited to grow with our customers and we're seeing great traction in the market, and look forward to a bright future, and our platform really helping customers solve new problems that they might've not even considered us for yet. >> Terrific. Well, thank you very much for your insights. Sean Scott, the Chief Product Officer at PagerDuty. And that wraps up our coverage today for the PagerDuty Summit. I'm your host Natalie Erlich for theCUBE. Thank you for watching. (upbeat music)

Published Date : Jul 9 2021

SUMMARY :

leaders all around the world, thank you very much for thank you for having me. PagerDuty for about six months, and I'm excited to be part of that. but just really curious why you made that? and the more we talked, and so being able to spotlight things like Well, you know, and out of the box, and this goes back to the What do you see next in the near future? and it really speaks to do you have any last thoughts? and look forward to a bright future, Well, thank you very

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Natalie ErlichPERSON

0.99+

Sean ScottPERSON

0.99+

RundeckORGANIZATION

0.99+

JenPERSON

0.99+

SeanPERSON

0.99+

50%QUANTITY

0.99+

AmazonORGANIZATION

0.99+

BostonLOCATION

0.99+

Palo AltoLOCATION

0.99+

last yearDATE

0.99+

firstQUANTITY

0.99+

tomorrowDATE

0.99+

last SeptemberDATE

0.99+

oneQUANTITY

0.99+

theCUBEORGANIZATION

0.99+

PagerDutyORGANIZATION

0.99+

this weekDATE

0.98+

over 60%QUANTITY

0.98+

over 20 yearsQUANTITY

0.98+

over 550QUANTITY

0.98+

PagerDuty SummitEVENT

0.98+

theCUBE StudiosORGANIZATION

0.97+

DatadogTITLE

0.97+

one customerQUANTITY

0.97+

DoorDashORGANIZATION

0.97+

InstacartORGANIZATION

0.97+

OneQUANTITY

0.97+

a minute and a halfQUANTITY

0.97+

about six monthsQUANTITY

0.96+

ZoomORGANIZATION

0.96+

15 yearsQUANTITY

0.96+

30 secondsQUANTITY

0.96+

pandemicEVENT

0.96+

Second pillarQUANTITY

0.94+

todayDATE

0.94+

RunbookORGANIZATION

0.89+

DevOpsTITLE

0.85+

one incidentQUANTITY

0.82+

few weeks backDATE

0.8+

2021DATE

0.76+

MSORGANIZATION

0.69+

SummitEVENT

0.64+

ScoutORGANIZATION

0.63+

IOTORGANIZATION

0.56+

CUBEORGANIZATION

0.53+

OfficerPERSON

0.52+

SlackORGANIZATION

0.52+

ChiefPERSON

0.51+

dependent servicesQUANTITY

0.49+

TeamsTITLE

0.44+

core servicesQUANTITY

0.42+

FortuneQUANTITY

0.39+

100QUANTITY

0.35+

PagerDutyOTHER

0.33+

AWS Executive Summit 2020


 

>>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome to cube three 60 fives coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight. Today we are joined by a cube alum Karthik NurAin. He is Accenture senior managing director and lead Accenture cloud. First, welcome back to the show Karthik. >>Thank you. Thanks for having me here. >>Always a pleasure. So I want to talk to you. You are an industry veteran, you've been in Silicon Valley for decades. Um, I want to hear from your perspective what the impact of the COVID-19 pandemic has been, what are you hearing from clients? What are they struggling with? What are their challenges that they're facing day to day? >>I think, um, COVID-19 is being a eye-opener from, you know, various facets, you know, um, first and foremost, it's a, it's a head, um, situation that everybody's facing, which is not just, uh, highest economic bearings to it. It has enterprise, um, an organization with bedding to it. And most importantly, it's very personal to people, um, because they themselves and their friends, family near and dear ones are going to this challenge, uh, from various different dimension. But putting that aside, when you come to it from an organization enterprise standpoint, it has changed everything well, the behavior of organizations coming together, working in their campuses, working with each other as friends, family, and, uh, um, near and dear colleagues, all of them are operating differently. So that's what big change to get things done in a completely different way, from how they used to get things done. >>Number two, a lot of things that were planned for normal scenarios, like their global supply chain, how they interact with their client customers, how they coordinate with their partners on how that employees contribute to the success of an organization at all changed. And there are no data models that give them a hint of something like this for them to be prepared for this. So we are seeing organizations, um, that have adapted to this reasonably okay, and are, you know, launching to innovate faster in this. And there are organizations that have started with struggling, but are continuing to struggle. And the gap, uh, between the leaders and legs are widening. So this is creating opportunities in a different way for the leaders, um, with a lot of pivot their business, but it's also creating significant challenge for the lag guides, uh, as we defined in our future systems research that we did a year ago, uh, and those organizations are struggling further. So the gap is actually whitening. >>So you've just talked about the widening gap. I've talked about the tremendous uncertainty that so many companies, even the ones who have adapted reasonably well, uh, in this, in this time, talk a little bit about Accenture cloud first and why, why now? >>I think it's a great question. Um, we believe that for many of our clients COVID-19 has turned, uh, cloud from an experimentation aspiration to an origin mandate. What I mean by that is everybody has been doing something on the other end cloud. There's no company that says we don't believe in cloud. Uh, our, we don't want to do cloud. It was how much they did in cloud. And they were experimenting. They were doing the new things in cloud. Um, but they were operating a lot of their core business outside the cloud or not in the cloud. Those organizations have struggled to operate in this new normal, in a remote fashion as with us, uh, that ability to pivot to all the changes the pandemic has brought to them. But on the other hand, the organizations that had a solid foundation in cloud were able to collect faster and not actually gone into the stage of innovating faster and driving a new behavior in the market, new behavior within their organization. >>So we are seeing that spend to make is actually fast-forwarded something that we always believed was going to happen. This, uh, uh, moving to cloud over the next decade is fast, forwarded it to, uh, happen in the next three to five years. And it's created this moment where it's a once in an era, really replatforming of businesses in the cloud that we are going to see. And we see this moment as a cloud first moment where organizations will use cloud as the, the canvas and the foundation with which they're going to reimagine their business after they were born in the cloud. Uh, and this requires a whole new strategy. Uh, and as Accenture, we are getting a lot in cloud, but we thought that this is the moment where we bring all of that capabilities together because we need a strategy for addressing, moving to cloud are embracing cloud in a holistic fashion. And that's what Accenture cloud first brings together a holistic strategy, a team that's 70,000 plus people that's coming together with rich cloud skills, but investing to tie in all the various capabilities of cloud to Delaware, that holistic strategy to our clients. So I want you to >>Delve into a little bit more about what this strategy actually entails. I mean, it's clearly about embracing change and being willing to experiment and, and having capabilities to innovate. Can you tell us a little bit more about what this strategy entails? >>Yeah. The reason why we say that there's a need for the strategy is, like I said, COVID is not new. There's almost every customer client is doing something with the cloud, but all of them have taken different approaches to cloud and different boundaries to cloud. Some organizations say, I just need to consolidate my multiple data centers to a small data center footprint and move the nest to cloud. Certain other organizations say that well, I'm going to move certain workloads to cloud. Certain other organizations said, well, I'm going to build this Greenfield application or workload in cloud. Certain other said, um, I'm going to use the power of AI ML in the cloud to analyze my data and drive insights. But a cloud first strategy is all of this tied with the corporate strategy of the organization with an industry specific cloud journey to say, if in this current industry, if I were to be reborn in the cloud, would I do it in the exact same passion that I did in the past, which means that the products and services that they offer need to be the matching, how they interact with that customers and partners need to be revisited, how they bird and operate their IP systems need to be the, imagine how they unearthed the data from all the systems under which they attract need to be liberated so that you could drive insights of cloud. >>First strategy. Hans is a corporate wide strategy, and it's a C-suite responsibility. It doesn't take the ownership away from the CIO or CIO, but the CIO is, and CDI was felt that it was just their problem and they were to solve it. And everyone as being a customer, now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's agenda, where probably the CDI is the instrument to execute that that's a holistic cloud-first strategy >>And it, and it's a strategy, but the way you're describing it, it sounds like it's also a mindset and an approach, as you were saying, this idea of being reborn in the cloud. So now how do I think about things? How do I communicate? How do I collaborate? How do I get done? What I need to get done. Talk a little bit about how this has changed, the way you support your clients and how Accenture cloud first is changing your approach to cloud services. >>Wonderful. Um, you know, I did not color one very important aspect in my previous question, but that's exactly what you just asked me now, which is to do all of this. I talked about all of the vehicles, uh, an organization or an enterprise is going to go to, but the good part is they have one constant. And what is that? That is their employees, uh, because you do, the employees are able to embrace this change. If they are able to, uh, change them, says, pivot them says retool and train themselves to be able to operate in this new cloud. First one, the ability to reimagine every function of the business would be happening at speed. And cloud first approach is to do all of this at speed, because innovation is deadly proposed there, do the rate of probability on experimentation. You need to experiment a lot for any kind of experimentation. >>There's a probability of success. Organizations need to have an ability and a mechanism for them to be able to innovate faster for which they need to experiment a lot. The more the experiment and the lower cost at which they experiment is going to help them experiment a lot and experiment demic speed, fail fast, succeed more. And hence, they're going to be able to operate this at speed. So the cloud-first mindset is all about speed. I'm helping the clients fast track that innovation journey, and this is going to happen. Like I said, across the enterprise and every function across every department, I'm the agent of this change is going to be the employee's weapon, race, this change through new skills and new grueling and new mindset that they need to adapt to. >>So Karthik what you're describing it, it sounds so exciting. And yet for a pandemic wary workforce, that's been working remotely that may be dealing with uncertainty if for their kid's school and for so many other aspects of their life, it sounds hard. So how are you helping your clients, employees get onboard with this? And because the change management is, is often the hardest part. >>Yeah, I think it's, again, a great question. A bottle has only so much capacity. Something got to come off for something else to go in. That's what you're saying is absolutely right. And that is again, the power of cloud. The reason why cloud is such a fundamental breakthrough technology and capability for us to succeed in this era, because it helps in various forms. What we talked so far is the power of innovation that could create, but cloud can also simplify the life of the employees in an enterprise. There are several activities and tasks that people do in managing their complex infrastructure, complex ID landscape. They used to do certain jobs and activities in a very difficult, uh, underground about with cloud has simplified. And democratised a lot of these activities. So that things which had to be done in the past, like managing the complexity of the infrastructure, keeping them up all the time, managing the, um, the obsolescence of the capabilities and technologies and infrastructure, all of that could be offloaded to the cloud. >>So that the time that is available for all of these employees can be used to further innovate. Every organization is good to spend almost the same amount of money, but rather than spending activities, by looking at the rear view mirror on keeping the lights on, they're going to spend more money, more time, more energy, and spend their skills on things that are going to add value to their organization. Because you, every innovation that an enterprise can give to their end customer need not come from that enterprise. The word of platform economy is about democratising innovation. And the power of cloud is to get all of these capabilities from outside the four walls of the enterprise, >>It will add value to the organization, but I would imagine also add value to that employee's life because that employee, the employee will be more engaged in his or her job and therefore bring more excitement and energy into her, his or her day-to-day activities too. >>Absolutely. Absolutely. And this is, this is a normal evolution we would have seen everybody would have seen in their lives, that they keep moving up the value chain of what activities that, uh, gets performed buying by those individuals. And there's this, um, you know, no more true than how the United States, uh, as an economy has operated where, um, this is the power of a powerhouse of innovation, where the work that's done inside the country keeps moving up to that. You change. And, um, us leverages the global economy for a lot of things that is required to power the United States and that global economic, uh, phenomenon is very proof for an enterprise as well. There are things that an enterprise needs to do them soon. There are things an employee needs to do themselves. Um, but there are things that they could leverage from the external innovation and the power of innovation that is coming from technologies like cloud. >>So at Accenture, you have long, long, deep Stan, sorry, you have deep and long standing relationships with many cloud service providers, including AWS. How does the Accenture cloud first strategy, how does it affect your relationships with those providers? >>Yeah, we have great relationships with cloud providers like AWS. And in fact, in the cloud world, it was one of the first, um, capability that we started about years ago, uh, when we started developing these capabilities. But five years ago, we hit a very important milestone where the two organizations came together and said that we are forging a pharma partnership with joint investments to build this partnership. And we named that as a Accenture, AWS business group ABG, uh, where we co-invest and brought skills together and develop solutions. And we will continue to do that. And through that investment, we've also made several acquisitions that you would have seen in the recent times, like, uh, an invoice and gecko that we made acquisitions in in Europe. But now we're taking this to the next level. What we are saying is two cloud first and the $3 billion investment that we are bringing in, uh, through cloud first, we are going to make specific investment to create unique joint solution and landing zones foundation, um, cloud packs with which clients can accelerate their innovation or their journey to cloud first. >>And one great example is what we are doing with Takeda, uh, billable, pharmaceutical giant, um, between we've signed a five-year partnership. And it was out in the media just a month ago or so, where we are, the two organizations are coming together. We have created a partnership as a power of three partnership where the three organizations are jointly hoarding hats and taking responsibility for the innovation and the leadership position that Decatur wants to get to with this. We are going to simplify their operating model and organization by providing it flexibility. We're going to provide a lot more insights. Tequila has a 230 year old organization. Imagine the amount of trapped data and intelligence that is there. How about bringing all of that together with the power of AWS and Accenture and Takeda to drive more customer insights, um, come up with breakthrough, uh, R and D uh, accelerate clinical trials and improve the patient experience using AI ML and edge technologies. So all of these things that we will do through this partnership with joint investment from Accenture cloud first, as well as partner like AWS, so that Takeda can realize their gain. And, uh, they're seeing you actually made a statement that five years from now, every ticket an employee will have an AI assistant. That's going to make that beginner employee move up the value chain on how they contribute and add value to the future of tequila with the AI assistant, making them even more equipped and smarter than what they could be otherwise. >>So, one last question to close this out here. What is your future vision for, for Accenture cloud first? What are we going to be talking about at next year's Accenture executive summit? Yeah, the future >>Is going to be, um, evolving, but the part that is exciting to me, and this is, uh, uh, a fundamental belief that we are entering a new era of industrial revolution from industry first, second, and third industry. The third happened probably 20 years ago with the advent of Silicon and computers and all of that stuff that happened here in the Silicon Valley. I think the fourth industrial revolution is going to be in the cross section of, uh, physical, digital and biological boundaries. And there's a great article, um, in what economic forum that, that people, uh, your audience can Google and read about it. Uh, but the reason why this is very, very important is we are seeing a disturbing phenomenon that over the last 10 years, they are seeing a Blackwing of the, um, labor productivity and innovation, which has dropped to about 2.1%. When you see that kind of phenomenon over that longer period of time, there has to be breakthrough innovation that needs to happen to come out of this barrier and get to the next base camp, as I would call it to further this productivity, um, lack that we are seeing, and that is going to happen in the intersection of the physical, digital and biological boundaries. >>And I think cloud is going to be the connective tissue between all of these three, to be able to provide that where it's the edge, especially is going to come closer to the human lives. It's going to come from cloud pick totally in your mind, you can think about cloud as central, either in a private cloud, in a data center or in a public cloud, you know, everywhere. But when you think about edge, it's going to be far reaching and coming close to where we live and maybe work and very, um, get entertained and so on and so forth. And there's going to be, uh, intervention in a positive way in the field of medicine, in the field of entertainment, in the field of, um, manufacturing in the field of, um, uh, you know, mobility. When I say mobility, human mobility, people, transportation, and so on and so forth with all of this stuff, cloud is going to be the connective tissue and the vision of cloud first is going to be, uh, you know, blowing through this big change that is going to happen. And the evolution that is going to happen where, you know, the human grace of mankind, um, our person kind of being very gender neutral in today's world. Um, go first needs to be that beacon of, uh, creating the next generation vision for enterprises to take advantage of that kind of an exciting future. And that's why it, Accenture. We say, let there be change as our, as a purpose. >>I genuinely believe that cloud first is going to be in the forefront of that change agenda, both for Accenture as well as for the rest of the world. Excellent. Let there be change, indeed. Thank you so much for joining us Karthik. A pleasure I'm Rebecca night's stay tuned for more of Q3 60 fives coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS >>Welcome everyone to the Q virtual and our coverage of the Accenture executive summit, which is part of AWS reinvent 2020. I'm your host Rebecca Knight. Today, we are talking about the green, the cloud and joining me is Kishor Dirk. He is Accenture senior managing director cloud first global services lead. Thank you so much for coming on the show. Kishor nice to meet you. So I want to start by asking you what it is that we mean when we say green cloud, we know that sustainability is a business imperative. So many organizations around the world are committing to responsible innovation, lowering carbon emissions, but what's this, what is it? What does it mean when they talk about cloud from a sustainability perspective? I think it's about responsible innovation being cloud is a cloud first approach that has profits and benefit the clients by helping reduce carbon emissions. >>Think about it this way. You have a large number of data centers. Each of these data centers are increasing by 14% every year. And this double digit growth. What you're seeing is these data centers and the consumption is nearly coolant to the kind of them should have a country like Spain. So the magnitude of the problem that is out there and how do we pursue a green approach. If you look at this, our Accenture analysis, in terms of the migration to public cloud, we've seen that we can reduce that by 59 million tons of CO2 per year with just the 5.9% reduction in total ID emissions and equates this to 22 million cars off the road. And the magnitude of reduction can go a long way in meeting climate change commitments, particularly for data sensitive. >>Wow, that's incredible. What the numbers that you're putting forward are, are absolutely mind blowing. So how does it work? Is it a simple cloud migration? So, you know, when companies begin their cloud journey and then they confront, uh, with them a lot of questions, the decision to make, uh, this particular, uh, element sustainable in the solution and benefits they drive and they have to make wise choices, and then they will be unprecedented level of innovation leading to both a greener planet, as well as, uh, a greener balance sheet, I would say, uh, so effectively it's all about ambition data, the ambition, greater the reduction in carbon emissions. So from a cloud migration perspective, we look at it as a, as a simple solution with approaches and sustainability benefits, uh, that vary based on things it's about selecting the right cloud provider, a very carbon thoughtful provider and the first step towards a sustainable cloud journey. >>And here we're looking at cloud operators, obviously they have different corporate commitments towards sustainability, and that determines how they plan, how they build, uh, their, uh, uh, the data centers, how they are consumed and assumptions that operate there and how they, or they retire their data centers. Then, uh, the next element that you want to do is how do you build it ambition, you know, for some of the companies, uh, and average on-prem, uh, drives about 65% energy reduction and the carbon emissions and reduction number was 84%, which is kind of good, I would say. But then if you could go up to 98% by configuring applications to the cloud, that is significant benefit for, uh, for the board. And obviously it's a, a greener cloud that we're talking about. And then the question is, how far can you go? And, uh, you know, the, obviously the companies have to unlock greater financial societal environmental benefits, and Accenture has this cloud based circular operations and sustainable products and services that we bring into play. So it's a, it's a very thoughtful, broader approach that w bringing in, in terms of, uh, just a simple concept of cloud migration, >>We know that in the COVID era, shifting to the cloud has really become a business imperative. How is Accenture working with its clients at a time when all of this movement has been accelerated? How do you partner and what is your approach in terms of helping them with their migration? >>Yeah, I mean, let, let me talk a little bit about the pandemic and the crisis that is there today. And if you really look at that in terms of how we partnered with a lot of our clients in terms of the cloud first approach, I'll give you a couple of examples. We worked with rolls Royce, McLaren, DHL, and others, as part of the ventilator challenge consortium, again, to, uh, coordinate production of medical ventilator surgically needed for the UK health service. Many of these farms I've taken similar initiatives in, in terms of, uh, you know, from a few manufacturers hand sanitizers and to hand sanitizers, and again, leading passionate labels, making PPE, and again, at the UN general assembly, we launched the end-to-end integration guide that helps company essentially to have a sustainable development goals. And that's how we have parking at a very large scale. >>Uh, and, and if you really look at how we work with our clients and what is Accenture's role there, uh, you know, from, in terms of our clients, you know, there are multiple steps that we look at. One is about, uh, planning, building, deploying, and managing an optimal green cloud solution. And Accenture has this concept of, uh, helping clients with a platform to kind of achieve that goal. And here we are having, we are having a platform or a mine app, which has a module called BGR advisor. And this is a capability that helps you provide optimal green cloud, uh, you know, a business case, and obviously a blueprint for each of our clients and right from the start in terms of how do we complete cloud migration recommendation to an improved solution, accurate accuracy to obviously bringing in the end to end perspective, uh, you know, with this green card advisor capability, we're helping our clients capture what we call as a carbon footprint for existing data centers and provide, uh, I would say the current cloud CO2 emission score that, you know, obviously helps them, uh, with carbon credits that can further that green agenda. >>So essentially this is about recommending a green index score, reducing carbon footprint for migration migrating for green cloud. And if we look at how Accenture itself is practicing what we preach, 95% of our applications are in the cloud. And this migration has helped us, uh, to lead to about $14.5 million in benefit. And in the third year and another 3 million analytics costs that are saved through right-sizing a service consumption. So it's a very broad umbrella and a footprint in terms of how we engage societaly with the UN or our clients. And what is it that we exactly bring to our clients in solving a specific problem? >>Accenture isn't is walking the walk, as you say yes. >>So that's that instead of it, we practice what we preach, and that is something that we take it to heart. We want to have a responsible business and we want to practice it. And we want to advise our clients around that >>You are your own use case. And so they can, they know they can take your advice. So talk a little bit about, um, the global, the cooperation that's needed. We know that conquering this pandemic is going to take a coordinated global effort and talk a little bit about the great reset initiative. First of all, what is that? Why don't we, why don't we start there and then we can delve into it a little bit more. >>Okay. So before we get to how we are cooperating, the great reset, uh, initiative is about improving the state of the world. And it's about a group of global stakeholders cooperating to simultaneously manage the direct consequences of their COVID-19 crisis. Uh, and in spirit of this cooperation that we're seeing during COVID-19, uh, which will obviously either to post pandemic, to tackle the world's pressing issues. As I say, uh, we are increasing companies to realize a combined potential of technology and sustainable impact to use enterprise solutions, to address with urgency and scale, and, um, obviously, uh, multiple challenges that are facing our world. One of the ways that you're increasing, uh, companies to reach their readiness cloud with Accenture's cloud core strategy is to build a solid foundation that is resilient and will be able to faster to the current, as well as future times. Now, when you think of cloud as the foundation, uh, that drives the digital transformation, it's about scale speed, streamlining your operations, and obviously reducing costs. >>And as these businesses seize the construct of cloud first, they must remain obviously responsible and trusted. Now think about this, right, as part of our analysis, uh, that profitability can co-exist with responsible and sustainable practices. Let's say that all the data centers, uh, migrated from on-prem to cloud based, we estimate that would reduce carbon emissions globally by 60 million tons per year. Uh, and think about it this way, right? Easier metric would be taking out 22 million cars off the road. Um, the other examples that you've seen, right, in terms of the NHS work that they're doing, uh, in, in UK to build, uh, uh, you know, uh, Microsoft teams in based integration. And, uh, the platform rolled out for 1.2 million in interest users, uh, and got 16,000 users that we were able to secure, uh, instant messages, obviously complete audio video calls and host virtual meetings across India. So, uh, this, this work that we did with NHS is something that we have are collaborating with a lot of tools and powering businesses. >>Well, you're vividly describing the business case for sustainability. What do you see as the future of cloud when thinking about it from this lens of sustainability, and also going back to what you were talking about in terms of how you are helping your, your fostering cooperation within these organizations. >>Yeah, that's a very good question. So if you look at today, right, businesses are obviously environmentally aware and they are expanding efforts to decrease power consumption, carbon emissions, and they want to run a sustainable operational efficiency across all elements of their business. And this is an increasing trend, and there is that option of energy efficient infrastructure in the global market. And this trend is the cloud first thinking. And with the right cloud migration that we've been discussing is about unlocking new opportunity, like clean energy foundations enable enabled by cloud based geographic analysis, material, waste reductions, and better data insights. And this is something that, uh, uh, we'll we'll drive, uh, with obviously faster analytics platform that is out there. Now, the sustainability is actually the future of business, which is companies that are historically different, the financial security or agility benefits to cloud. Now sustainability becomes an imperative for them. And I would on expedience Accenture's experience with cloud migrations, we have seen 30 to 40% total cost of ownership savings. And it's driving a greater workload, flexibility, better service, your obligation, and obviously more energy efficient, uh, public clouds that cost we'll see that, that drive a lot of these enterprise own data centers. So in our view, what we are seeing is that this, this, uh, sustainable cloud position helps, uh, helps companies to, uh, drive a lot of the goals in addition to their financial and other goods. >>So what should organizations who are, who are watching this interview and saying, Hey, I need to know more, what, what do you recommend to them? And what, where should they go to get more information on Greenplum? >>No, if you you're, if you are a business leader and you're thinking about which cloud provider is good, or how, how should applications be modernized to meet our day-to-day needs, which cloud driven innovations should be priorities. Uh, you know, that's why Accenture, uh, formed up the cloud first organization and essentially to provide the full stack of cloud services to help our clients become a cloud first business. Um, you know, it's all about excavation, uh, the digital transformation innovating faster, creating differentiated, uh, and sustainable value for our clients. And we're powering it up at 70,000 cloud professionals, $3 billion investment, and, uh, bringing together and services for our clients in terms of cloud solutions. And obviously the ecosystem partnership that we have that we are seeing today, uh, and the assets that help our clients realize their goals. Um, and again, to do reach out to us, uh, we can help them determine obviously, an optimal, sustainable cloud for solution that meets the business needs and being unprecedented levels of innovation. Our experience will be our advantage. And now more than ever, Rebecca, >>Just closing us out here. Do you have any advice for these companies who are navigating a great deal of uncertainty? We, what, what do you think the next 12 to 24 months? What do you think that should be on the minds of CEOs as they go through? >>So, as CEO's are thinking about rapidly leveraging cloud, migrating to cloud, uh, one of the elements that we want them to be thoughtful about is can they do that, uh, with unprecedent level of innovation, but also build a greener planet and a greener balance sheet, if we can achieve this balance and kind of, uh, have a, have a world which is greener, I think the world will win. And we all along with Accenture clients will win. That's what I would say, uh, >>Optimistic outlook. And I will take it. Thank you so much. Kishor for coming on the show >>That was >>Accenture's Kishor Dirk, I'm Rebecca Knight stay tuned for more of the cube virtuals coverage of the Accenture executive summit >>Around the globe. >>It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtual and our coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. Today, we are talking about the power of three. And what happens when you bring together the scientific know-how of a global bias biopharmaceutical powerhouse in Takeda, a leading cloud services provider in AWS, and Accenture's ability to innovate, execute, and deliver innovation. Joining me to talk about these things. We have Aaron, sorry, Arjun, baby. He is the senior managing director and chairman of Accenture's diamond leadership council. Welcome Arjun Karl hick. He is the chief digital and information officer at Takeda. >>What is your bigger, thank you, Rebecca >>And Brian bowhead, global director, and head of the Accenture AWS business group at Amazon web services. Thanks so much for coming on. Thank you. So, as I said, we're talking today about this relationship between, uh, your three organizations. Carl, I want to talk with you. I know you're at the beginning of your cloud journey. What was the compelling reason? What, what, why, why move to the cloud and why now? >>Yeah, no, thank you for the question. So, you know, as a biopharmaceutical leader, we're committed to bringing better health and a brighter future to our patients. We're doing that by translating science into some really innovative and life transporting therapies, but throughout, you know, we believe that there's a responsible use of technology, of data and of innovation. And those three ingredients are really key to helping us deliver on that promise. And so, you know, while I think, uh, I'll call it, this cloud journey is already always been a part of our strategy. Um, and we've made some pretty steady progress over the last years with a number of I'll call it diverse approaches to the digital and AI. We just weren't seeing the impact at scale that we wanted to see. Um, and I think that, you know, there's a, there's a need ultimately to, you know, accelerate and, uh, broaden that shift. >>And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. One of those has been certainly a number of the large acquisitions we've made Shire, uh, being the most pressing example, uh, but also the global pandemic, both of those highlight the need for us to move faster, um, at the speed of cloud, ultimately. Uh, and so we started thinking outside of the box because it was taking us too long and we decided to leverage this strategic partner model. Uh, and it's giving us a chance to think about our challenges very differently. We call this the power of three, uh, and ultimately our focus is singularly on our patients. I mean, they're waiting for us. We need to get there faster. It can take years. And so I think that there is a focus on innovation, um, at a rapid speed, so we can move ultimately from treating conditions to keeping people healthy. >>So as you are embarking on this journey, what are some of the insights you want to share about, about what you're seeing so far? >>Yeah, no, it's a great question. So, I mean, look, maybe right before I highlight some of the key insights, uh, I would say that, you know, with cloud now as the, as the launchpad for innovation, you know, our vision all along has been that in less than 10 years, we want every single to kid, uh, associate we're employed to be empowered by an AI assistant. And I think that, you know, that's going to help us make faster, better decisions. That'll help us, uh, fundamentally deliver transformative therapies and better experiences to, to that ecosystem, to our patients, to physicians, to payers, et cetera, much faster than we previously thought possible. Um, and I think that technologies like cloud and edge computing together with a very powerful I'll call it data fabric is going to help us to create this, this real-time, uh, I'll call it the digital ecosystem. >>The data has to flow ultimately seamlessly between our patients and providers or partners or researchers, et cetera. Uh, and so we've been thinking about this, uh, I'll call it legal, hold up, sort of this pyramid, um, that helps us describe our vision. Uh, and a lot of it has to do with ultimately modernizing the foundation, modernizing and rearchitecting, the platforms that drive the company, uh, heightening our focus on data, which means that there's an accelerated shift towards enterprise data platforms and digital products. And then ultimately, uh, uh, P you know, really an engine for innovation sitting at the very top. Um, and so I think with that, you know, there's a few different, uh, I'll call it insights that, you know, are quickly kind of come zooming into focus. I would say one is this need to collaborate very differently. Um, you know, not only internally, but you know, how do we define ultimately, and build a connected digital ecosystem with the right partners and technologies externally? >>I think the second, uh, component that maybe people don't think as much about, but, you know, I find critically important is for us to find ways of really transforming our culture. We have to unlock talent and shift the culture certainly as a large biopharmaceutical very differently. And then lastly, you've touched on it already, which is, you know, innovation at the speed of cloud. How do we re-imagine that, you know, how do ideas go from getting tested and months to kind of getting tested in days? You know, how do we collaborate very differently? Uh, and so I think those are three, uh, perhaps of the larger I'll call it, uh, insights that, you know, the three of us are spending a lot of time thinking about right now. >>So Arjun, I want to bring you into this conversation a little bit. Let's, let's delve into those a bit. Talk first about the collaboration, uh, that Carl was referencing there. How, how have you seen that it is enabling, uh, colleagues and teams to communicate differently and interact in new and different ways? Uh, both internally and externally, as Carl said, >>No, th thank you for that. And, um, I've got to give call a lot of credit, because as we started to think about this journey, it was clear, it was a bold ambition. It was, uh, something that, you know, we had all to do differently. And so the, the concept of the power of three that Carl has constructed has become a label for us as a way to think about what are we going to do to collectively drive this journey forward. And to me, the unique ways of collaboration means three things. The first one is that, um, what is expected is that the three parties are going to come together and it's more than just the sum of our resources. And by that, I mean that we have to bring all of ourselves, all of our collective capabilities, as an example, Amazon has amazing supply chain capabilities. >>They're one of the best at supply chain. So in addition to resources, when we have supply chain innovations, uh, that's something that they're bringing in addition to just, uh, talent and assets, similarly for Accenture, right? We do a lot, uh, in the talent space. So how do we bring our thinking as to how we apply best practices for talent to this partnership? So, um, as we think about this, so that's, that's the first one, the second one is about shared success very early on in this partnership, we started to build some foundations and actually develop seven principles that all of us would look at as the basis for this success shared success model. And we continue to hold that sort of in the forefront, as we think about this collaboration. And maybe the third thing I would say is this one team mindset. So whether it's the three of our CEOs that get together every couple of months to think about, uh, this partnership, or it is the governance model that Carl has put together, which has all three parties in the governance and every level of leadership, we always think about this as a collective group, so that we can keep that front and center. >>And what I think ultimately has enabled us to do is it allowed us to move at speed, be more flexible. And ultimately all we're looking at the target the same way, the North side, the same way. >>Brian, what about you? What have you observed and what are you thinking about in terms of how this is helping teams collaborate differently? >>Yeah, absolutely. And RJ made some, some great points there. And I think if you really think about what he's talking about, it's that, that diversity of talent, diversity of skill and viewpoint and even culture, right? And so we see that in the power of three. And then I think if we drill down into what we see at Takeda, and frankly, Takeda was, was really, I think, pretty visionary and on their way here, right. And taking this kind of cross-functional approach and applying it to how they operate day to day. So moving from a more functional view of the world to more of a product oriented view of the world, right? So when you think about we're going to be organized around a product or a service or a capability that we're going to provide to our customers or our patients or donors in this case, it implies a different structure, although altogether, and a different way of thinking, right? >>Because now you've got technical people and business experts and marketing experts, all working together in this is sort of cross collaboration. And what's great about that is it's really the only way to succeed with cloud, right? Because the old ways of thinking where you've got application people and infrastructure, people in business, people is suboptimal, right? Because we can all access this tool was, and these capabilities and the best way to do that, isn't across kind of a cross collaborative way. And so this is product oriented mindset. It's a keto was already on. I think it's allowed us to move faster in those areas. >>Carl, I want to go back to this idea of unlocking talent and culture. And this is something that both Brian and Arjun have talked about too. People are, are an essential part of their, at the heart of your organization. How will their experience of work change and how are you helping re-imagine and reinforce a strong organizational culture, particularly at this time when so many people are working remotely. >>Yeah. It's a great question. And it's something that, you know, I think we all have to think a lot about, I mean, I think, um, you know, driving this, this call it, this, this digital and data kind of capability building, uh, takes a lot of, a lot of thinking. So, I mean, there's a few different elements in terms of how we're tackling this one is we're recognizing, and it's not just for the technology organization or for those actors that, that we're innovating with, but it's really across all of the Cato where we're working through ways of raising what I'll call the overall digital leaders literacy of the organization, you know, what are the, you know, what are the skills that are needed almost at a baseline level, even for a global bio-pharmaceutical company and how do we deploy, I'll call it those learning resources very broadly. >>And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are very specialized skills that are needed. Uh, my organization is one of those. And so, you know, we're fostering ways in which, you know, we're very kind of quickly kind of creating, uh, avenues excitement for, for associates in that space. So one example specifically, as we use, you know, during these very much sort of remote, uh, sort of days, we, we use what we call global it days, and we set a day aside every single month and this last Friday, um, you know, we, we create during that time, it's time for personal development. Um, and we provide active seminars and training on things like, you know, robotic process automation, data analytics cloud, uh, in this last month we've been doing this for months and months now, but in his last month, more than 50% of my organization participated, and there's this huge positive shift, both in terms of access and excitement about really harnessing those new skills and being able to apply them. >>Uh, and so I think that that's, you know, one, one element that, uh, can be considered. And then thirdly, um, of course, every organization to work on, how do you prioritize talent, acquisition and management and competencies that you can't rescale? I mean, there are just some new capabilities that we don't have. And so there's a large focus that I have with our executive team and our CEO and thinking through those critical roles that we need to activate in order to kind of, to, to build on this, uh, this business led cloud transformation. And lastly, probably the hardest one, but the one that I'm most jazzed about is really this focus on changing the mindsets and behaviors. Um, and I think there, you know, this is where the power of three is, is really, uh, kind of coming together nicely. I mean, we're working on things like, you know, how do we create this patient obsessed curiosity, um, and really kind of unlock innovation with a real, kind of a growth mindset. >>Uh, and the level of curiosity that's needed, not to just continue to do the same things, but to really challenge the status quo. So that's one big area of focus we're having the agility to act just faster. I mean, to worry less, I guess I would say about kind of the standard chain of command, but how do you make more speedy, more courageous decisions? And this is places where we can emulate the way that a partner like AWS works, or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently to a number of partnerships that we can build. So we can break down some of these barriers and use these networks, um, whether it's within our own internal ecosystem or externally to help, to create value faster. So a lot of energy around ways of working and we'll have to check back in, but I mean, we're early in on this mindset and behavioral shift, um, but a lot of good early momentum. >>Carl you've given me a good segue to talk to Brian about innovation, because you said a lot of the things that I was the customer obsession and this idea of innovating much more quickly. Obviously now the world has its eyes on drug development, and we've all learned a lot about it, uh, in the past few months and accelerating drug development is all, uh, is of great interest to all of us. Brian, how does a transformation like this help a company's, uh, ability to become more agile and more innovative and at a quicker speed to, >>Yeah, no, absolutely. And I think some of the things that Carl talked about just now are critical to that, right? I think where sometimes folks fall short is they think, you know, we're going to roll out the technology and the technology is going to be the silver bullet where we're, in fact it is the culture. It is, is the talent. And it's the focus on that. That's going to be, you know, the determinant of success. And I will say, you know, in this power of three arrangement and Carl talked a little bit about the pyramid, um, talent and culture and that change, and the kind of thinking about that has been a first-class citizen since the very beginning, right. That absolutely is critical for, for being there. Um, and, and so that's been, that's been key. And so we think about innovation at Amazon and AWS, and Carl mentioned some of the things that, you know, partner like AWS can bring to the table is we talk a lot about builders, right? >>So kind of obsessive about builders. Um, and, and we meet what we mean by that is we at Amazon, we hire for builders, we cultivate builders and we like to talk to our customers about it as well. And it also implies a different mindset, right? When you're a builder, you have that, that curiosity, you have that ownership, you have that stake in whatever I'm creating, I'm going to be a co-owner of this product or this service, right. Getting back to that kind of product oriented mindset. And it's not just the technical people or the it people who are builders. It is also the business people as, as Carl talked about. Right. So when we start thinking about, um, innovation again, where we see folks kind of get into a little bit of a innovation pilot paralysis, is that you can focus on the technology, but if you're not focusing on the talent and the culture and the processes and the mechanisms, you're going to be putting out technology, but you're not going to have an organization that's ready to take it and scale it and accelerate it. >>Right. And so that's, that's been absolutely critical. So just a couple of things we've been doing with, with Takeda and Decatur has really been leading the way is, think about a mechanism and a process. And it's really been working backward from the customer, right? In this case, again, the patient and the donor. And that was an easy one because the key value of Decatur is to be a patient focused bio-pharmaceutical right. So that was embedded in their DNA. So that working back from that, that patient, that donor was a key part of that process. And that's really deep in our DNA as well. And Accenture's, and so we were able to bring that together. The other one is, is, is getting used to experimenting and even perhaps failing, right. And being able to iterate and fail fast and experiment and understanding that, you know, some decisions, what we call it at Amazon or two-way doors, meaning you can go through that door, not like what you see and turn around and go back. And cloud really helps there because the costs of experimenting and the cost of failure is so much lower than it's ever been. You can do it much faster and the implications are so much less. So just a couple of things that we've been really driving, uh, with the cadence around innovation, that's been really critical. Carl, where are you already seeing signs of success? >>Yeah, no, it's a great question. And so we chose, you know, uh, with our focus on innovation to try to unleash maybe the power of data digital in, uh, in focusing on what I call sort of a Maven. And so we chose our, our, our plasma derived therapy business, um, and you know, the plasma-derived therapy business unit, it develops critical life-saving therapies for patients with rare and complex diseases. Um, but what we're doing is by bringing kind of our energy together, we're focusing on creating, I'll call it state of the art digitally connected donation centers. And we're really modernizing, you know, the, the, the donor experience right now, we're trying to, uh, improve also I'll call it the overall plasma collection process. And so we've, uh, selected a number of alcohol at a very high speed pilots that we're working through right now, specifically in this, in this area. And we're seeing >>Really great results already. Um, and so that's, that's one specific area of focus are Jen, I want you to close this out here. Any ideas, any best practices advice you would have for other pharmaceutical companies that are, that are at the early stage of their cloud journey? Yes. Sorry. Arjun. >>Yeah, no, I was breaking up a bit. No, I think they, um, the key is what what's sort of been great for me to see is that when people think about cloud, you know, you always think about infrastructure technology. The reality is that the cloud is really the true enabler for innovation and innovating at scale. And, and if you think about that, right, in all the components that you need, uh, ultimately that's where the value is for the company, right? Because yes, you're going to get some cost synergies and that's great, but the true value is in how do we transform the organization in the case of the Qaeda and the life sciences clients, right. We're trying to take a 14 year process of research and development that takes billions of dollars and compress that right. Tremendous amounts of innovation opportunity. You think about the commercial aspect, lots of innovation can come there. The plasma derived therapy is a great example of how we're going to really innovate to change the trajectory of that business. So I think innovation is at the heart of what most organizations need to do. And the formula, the cocktail that Takeda has constructed with this Fuji program really has all the ingredients, um, that are required for that success. >>Great. Well, thank you so much. Arjun, Brian and Carl was really an enlightening conversation. >>Thank you. Yeah, it's been fun. Thanks Rebecca. >>And thank you for tuning into the cube. Virtual is coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cubes coverage of Accenture executive summit here at AWS reinvent. I'm your host Rebecca Knight for this segment? We have two guests. First. We have Helen Davis. She is the senior director of cloud platform services, assistant director for it and digital for the West Midlands police. Thanks so much for coming on the show, Helen, and we also have Matthew lb. He is Accenture health and public service associate director and West Midlands police account lead. Thanks so much for coming on the show. Matthew, thank you for joining us. So we are going to be talking about delivering data-driven insights to the West Midlands police force. Helen, I want to start with >>You. Can you tell us a little bit about the West Midlands police force? How big is the force and also what were some of the challenges that you were grappling with prior to this initiative? >>Yeah, certainly. So Westerners police is the second largest police force in the UK, outside of the metropolitan police in London. Um, we have an excessive, um, 11,000 people work at Westman ins police serving communities, um, through, across the Midlands region. So geographically, we're quite a big area as well, as well as, um, being population, um, density, having that as a, at a high level. Um, so the reason we sort of embarked on the data-driven insights platform and it, which was a huge change for us was for a number of reasons. Um, namely we had a lot of disparate data, um, which was spread across a range of legacy systems that were many, many years old, um, with some duplication of what was being captured and no single view for offices or, um, support staff. Um, some of the access was limited. You have to be in a, in an actual police building on a desktop computer to access it. Um, other information could only reach the offices on the front line, through a telephone call back to one of our enabling services where they would do a manual checkup, um, look at the information, then call the offices back, um, and tell them what they needed to know. So it was a very long laborious, um, process and not very efficient. Um, and we certainly weren't exploiting the data that we had in a very productive way. >>So it sounds like as you're describing, and I'm old clunky system that needed a technological, uh, reimagination. So what was the main motivation for, for doing, for making this shift? >>It was really, um, about making us more efficient and more effective in how we do how we do business. So, um, you know, certainly as a, as an it leader and some of my operational colleagues, we recognize the benefits, um, that data analytics could bring in, uh, in a policing environment, not something that was, um, really done in the UK at the time. You know, we have a lot of data, so we're very data rich and the information that we have, but we needed to turn it into information that was actionable. So that's where we started looking for, um, technology partners and suppliers to help us and sort of help us really with what's the art of the possible, you know, this hasn't been done before. So what could we do in this space? That's appropriate, >>Helen. I love that idea. What is the art of the possible, can you tell us a little bit about why you chose AWS? >>I think really, you know, as with all things and when we're procuring a partner in the public sector that, you know, there are many rules and regulations quite rightly as you would expect that to be because we're spending public money. So we have to be very, very careful and, um, it's, it's a long process and we have to be open to public scrutiny. So, um, we sort of look to everything, everything that was available as part of that process, but we recognize the benefits that Clyde would provide in this space because, you know, we're like moving to a cloud environment. We would literally be replacing something that was legacy with something that was a bit more modern. Um, that's not what we wanted to do. Our ambition was far greater than that. So I think, um, in terms of AWS, really, it was around scalability, interoperability, you know, just us things like the disaster recovery service, the fact that we can scale up and down quickly, we call it dialing up and dialing back. Um, you know, it's it's page go. So it just sort of ticked all the boxes for us. And then we went through the full procurement process, fortunately, um, it came out on top for us. So we were, we were able to move forward, but it just sort of had everything that we were looking for in that space. >>Matthew, I want to bring you into the conversation a little bit here. How are you working with a wet with the West Midlands police, sorry. And helping them implement this cloud-first >>Yeah, so I guess, um, by January the West Midlands police started, um, favorite five years ago now. So, um, we set up a partnership with the fools. I wanted to operate in a way that was very different to a traditional supplier relationship. Um, secretary that the data difference insights program is, is one of many that we've been working with last on, um, over the last five years, um, as having said already, um, cloud gave a number of, uh, advantages certainly from a big data perspective and things that, that enabled us today. Um, I'm from an Accenture perspective that allowed us to bring in a number of the different teams that we have say, cloud teams, security teams, um, and drafted from an insurance perspective, as well as the more traditional services that people would associate with the country. >>I mean, so much of this is about embracing comprehensive change to experiment and innovate and try different things. Matthew, how, how do you help, uh, an entity like West Midlands police think differently when they are, there are these ways of doing things that people are used to, how do you help them think about what is the art of the possible, as Helen said, >>There's a few things to that enable those being critical is trying to co-create solutions together. Yeah. There's no point just turning up with, um, what we think is the right answer, try and say, um, collectively work three, um, the issues that the fullest is seeing and the outcomes they're looking to achieve rather than simply focusing on a long list of requirements, I think was critical and then being really open to working together to create the right solution. Um, rather than just, you know, trying to pick something off the shelf that maybe doesn't fit the forces requirements in the way that it should too, >>Right. It's not always a one size fits all. >>Obviously, you know, today what we believe is critical is making sure that we're creating something that met the forces needs, um, in terms of the outcomes they're looking to achieve the financial envelopes that were available, um, and how we can deliver those in a, uh, iterative agile way, um, rather than spending years and years, um, working towards an outcome, um, that is gonna update before you even get that. >>So Helen, how, how are things different? What kinds of business functions and processes have been re-imagined in, in light of this change and this shift >>It's, it's actually unrecognizable now, um, in certain areas of the business as it was before. So to give you a little bit of, of context, when we, um, started working with essentially an AWS on the data driven insights program, it was very much around providing, um, what was called locally, a wizzy tool for our intelligence analyst to interrogate data, look at data, you know, decide whether they could do anything predictive with it. And it was very much sort of a back office function to sort of tidy things up for us and make us a bit better in that, in that area or a lot better in that area. And it was rolled out to a number of offices, a small number on the front line. Um, and really it was, um, in line with a mobility strategy that we, hardware officers were getting new smartphones for the first time, um, to do sort of a lot of things on, on, um, policing apps and things like that to again, to avoid them, having to keep driving back to police stations, et cetera. >>And the pilot was so successful. Every officer now has access to this data, um, on their mobile devices. So it literally went from a handful of people in an office somewhere using it to do sort of clever whizzbang things to, um, every officer in the force, being able to access that level of data at their fingertips. Literally. So what they were touched we've done before is if they needed to check and address or check details of an individual, um, just as one example, they would either have to, in many cases, go back to a police station to look it up themselves on a desktop computer. Well, they would have to make a call back to a centralized function and speak to an operator, relay the questions, either, wait for the answer or wait for a call back with the answer when those people are doing the data interrogation manually. >>So the biggest change for us is the self-service nature of the data we now have available. So officers can do it themselves on their phone, wherever they might be. So the efficiency savings from that point of view are immense. And I think just parallel to that is the quality of our, because we had a lot of data, but just because you've got a lot of data and a lot of information doesn't mean it's big data and it's valuable necessarily. Um, so again, it was having the single source of truth as we, as we call it. So you know that when you are completing those safe searches and getting the responses back, that it is the most accurate information we hold. And also you're getting it back within minutes, as opposed to, you know, half an hour, an hour or a drive back to a station. So it's making officers more efficient and it's also making them safer. The more efficient they are, the more time they have to spend out with the public doing what they, you know, we all should be doing, >>Seen that kind of return on investment, because what you were just describing with all the steps that we needed to be taken in prior to this, to verify an address say, and those are precious seconds when someone's life is on the line in, in sort of in the course of everyday police work. >>Absolutely. Yeah, absolutely. It's difficult to put a price on it. It's difficult to quantify. Um, but all the, you know, the minutes here and that certainly add up to a significant amount of efficiency savings, and we've certainly been able to demonstrate the officers are spending less time up police stations as a result or more time out on the front frontline also they're safer because they can get information about what may or may not be and address what may or may not have occurred in an area before very, very quickly without having to wait. >>Thank you. I want to hear your observations of working so closely with this West Midlands police. Have you noticed anything about changes in its culture and its operating model in how police officers interact with one another? Have you seen any changes since this technology change? >>What's unique about the Western new misplaces, the buy-in from the top down, the chief and his exact team and Helen as the leader from an IOT perspective, um, the entire force is bought in. So what is a significant change program? Uh, I'm not trickles three. Um, everyone in the organization, um, change is difficult. Um, and there's a lot of time effort. That's been put into both the technical delivery and the business change and adoption aspects around each of the projects. Um, but you can see the step change that is making in each aspect to the organization, uh, and where that's putting West Midlands police as a leader in, um, technology I'm policing in the UK. And I think globally, >>And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain intransigence in workplaces about this is just the way we've always done things and we're used to this and don't try us to get us. Don't try to get us to do anything new here. It works. How do you get the buy-in that you need to do this kind of digital transformation? >>I think it, it would be wrong to say it was easy. Um, um, we also have to bear in mind that this was one program in a five-year program. So there was a lot of change going on, um, both internally for some of our back office functions, as well as front Tai, uh, frontline offices. So with DDI in particular, I think the stat change occurred when people could see what it could do for them. You know, we had lots of workshops and seminars where we all talk about, you know, big data and it's going to be great and it's data analytics and it's transformational, you know, and quite rightly people that are very busy doing a day job that not necessarily technologists in the main and, you know, are particularly interested quite rightly so in what we are not dealing with the cloud, you know? >>And it was like, yeah, okay. It's one more thing. And then when they started to see on that, on their phones and what teams could do, that's when it started to sell itself. And I think that's when we started to see, you know, to see the stat change, you know, and, and if we, if we have any issues now it's literally, you know, our help desks in meltdown. Cause everyone's like, well, we call it manage without this anymore. And I think that speaks for itself. So it doesn't happen overnight. It's sort of incremental changes and then that's a step change in attitude. And when they see it working and they see the benefits, they want to use it more. And that's how it's become fundamental to all policing by itself, really, without much selling >>You, Helen just made a compelling case for how to get buy in. Have you discovered any other best practices when you are trying to get everyone on board for this kind of thing? >>We've um, we've used a lot of the traditional techniques, things around comms and engagement. We've also used things like, um, the 30 day challenge and nudge theory around how can we gradually encourage people to use things? Um, I think there's a point where all of this around, how do we just keep it simple and keep it user centric from an end user perspective? I think DDI is a great example of where the, the technology is incredibly complex. The solution itself is, um, you know, extremely large and, um, has been very difficult to, um, get delivered. But at the heart of it is a very simple front end for the user to encourage it and take that complexity away from them. Uh, I think that's been critical through the whole piece of DDR. >>One final word from Helen. I want to hear, where do you go from here? What is the longterm vision? I know that this has made productivity, um, productivity savings equivalent to 154 full-time officers. Uh, what's next, >>I think really it's around, um, exploiting what we've got. Um, I use the phrase quite a lot, dialing it up, which drives my technical architects crazy. But so, because it's apparently not that simple, but, um, you know, we've, we've been through significant change in the last five years and we are still continuing to batch all of those changes into everyday, um, operational policing. But what we need to see is we need to exploit and build on the investments that we've made in terms of data and claims specifically, the next step really is about expanding our pool of data and our functions. Um, so that, you know, we keep getting better and better at this. And the more we do, the more data we have, the more refined we can be, the more precise we are with all of our actions. Um, you know, we're always being expected to, again, look after the public purse and do more for less. >>And I think this is certainly an and our cloud journey and, and cloud first by design, which is where we are now, um, is helping us to be future-proofed. So for us, it's very much an investment. And I see now that we have good at embedded in operational policing for me, this is the start of our journey, not the end. So it's really exciting to see where we can go from here. Exciting times. Indeed. Thank you so much. Lily, Helen and Matthew for joining us. I really appreciate it. Thank you. And you are watching the cube stay tuned for more of the cubes coverage of the AWS reinvent Accenture executive summit. I'm Rebecca Knight from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome to the cube virtual coverage of the executive summit at AWS reinvent 2020 virtual. This is the cube virtual. We can't be there in person like we are every year we have to be remote. This executive summit is with special programming supported by Accenture where the cube virtual I'm your host John for a year, we had a great panel here called uncloud first digital transformation from some experts, Stuart driver, the director of it and infrastructure and operates at lion Australia, Douglas Regan, managing director, client account lead at lion for Accenture as a deep Islam associate director application development lead for Centure gentlemen, thanks for coming on the cube virtual that's a mouthful, all that digital, but the bottom line it's cloud transformation. This is a journey that you guys have been on together for over 10 years to be really a digital company. Now, some things have happened in the past year that kind of brings all this together. This is about the next generation organization. So I want to ask Stuart you first, if you can talk about this transformation at lion has undertaken some of the challenges and opportunities and how this year in particular has brought it together because you know, COVID has been the accelerant of digital transformation. Well, if you're 10 years in, I'm sure you're there. You're in the, uh, on that wave right now. Take a minute to explain this transformation journey. >>Yeah, sure. So a number of years back, we, we looked at kind of our infrastructure in our landscape trying to figure out where we >>Wanted to go next. And we were very analog based and stuck in the old it groove of, you know, Capitol reef rash, um, struggling to transform, struggling to get to a digital platform and we needed to change it up so that we could become very different business to the one that we were back then obviously cloud is an accelerant to that. And we had a number of initiatives that needed a platform to build on. And a cloud infrastructure was the way that we started to do that. So we went through a number of transformation programs that we didn't want to do that in the old world. We wanted to do it in a new world. So for us, it was partnering up with a dried organizations that can take you on the journey and, uh, you know, start to deliver bit by bit incremental progress, uh, to get to the, uh, I guess the promise land. >>Um, we're not, not all the way there, but to where we're on the way along. And then when you get to some of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually change pretty quickly, um, provide capacity and, uh, and increase your environments and, you know, do the things that you need to do in a much more dynamic way than we would have been able to previously where we might've been waiting for the hardware vendors, et cetera, to deliver capacity. So for us this year, it's been a pretty strong year from an it perspective and delivering for the business needs >>Before I hit the Douglas. I want to just real quick, a redirect to you and say, you know, if all the people said, Oh yeah, you got to jump on cloud, get in early, you know, a lot of naysayers like, well, wait till to mature a little bit, really, if you got in early and you, you know, paying your dues, if you will taking that medicine with the cloud, you're really kind of peaking at the right time. Is that true? Is that one of the benefits that comes out of this getting in the cloud? Yeah, >>John, this has been an unprecedented year, right. And, um, you know, Australia, we had to live through Bush fires and then we had covert and, and then we actually had to deliver a, um, a project on very nice transformational project, completely remote. And then we also had had some, some cyber challenges, which is public as well. And I don't think if we weren't moved into and enabled through the cloud, we would have been able to achieve that this year. It would have been much different and would have been very difficult to do the backing. We're able to work and partner with Amazon through this year, which is unprecedented and actually come out the other end and we've delivered a brand new digital capability across the entire business. Um, in many, you know, wouldn't have been impossible if we could, I guess, stayed in the old world. The fact that we were moved into the new Naval by the new allowed us to work in this unprecedented year. >>Just quilt. What's your personal view on this? Because I've been saying on the Cuban reporting necessity is the mother of all invention and the word agility has been kicked around as kind of a cliche, Oh, it'd be agile. You know, we're going to get the city, you get a minute on specifically, but from your perspective, uh, Douglas, what does that mean to you? Because there is benefits there for being agile. And >>I mean, I think as Stuart mentioned, right, in a lot of these things we try to do and, you know, typically, you know, hardware and, uh, the last >>To be told and, and, and always on the critical path to be done, we really didn't have that in this case, what we were doing with our projects in our deployments, right. We were able to move quickly able to make decisions in line with the business and really get things going. Right. So you see a lot of times in a traditional world, you have these inhibitors, you have these critical path, it takes weeks and months to get things done as opposed to hours and days, and, and truly allowed us to, we had to, you know, VJ things, move things. And, you know, we were able to do that in this environment with AWS to support and the fact that they can kind of turn things off and on as quickly as we needed. >>Yeah. Cloud-scale is great for speed. So DECA, Gardez get your thoughts on this cloud first mission, you know, it, you know, the dev ops world, they saw this early, that jumping in there, they saw the, the, the agility. Now the theme this year is modern applications with the COVID pandemic pressure, there's real business pressure to make that happen. How did you guys learn to get there fast? And what specifically did you guys do at Accenture and how did it all come together? Can you take us inside kind of how it played out? >>Right. So, yeah, we started off with, as we do in most cases with a much more bigger group, and we worked with lions functional experts and, uh, the lost knowledge that allowed the infrastructure had. Um, we then applied our journey to cloud strategy, which basically revolves around the seminars and, and, uh, you know, the deep three steps from our perspective, uh, assessing the current and bottom and setting up the new cloud environment. And as we go modernizing and, and migrating these applications to the cloud now, you know, one of the key things that, uh, you know, we learned along this journey was that, you know, you can have the best plans, but bottom line that we were dealing with, we often than not have to make changes, uh, what a lot of agility and also work with a lot of collaboration with the, uh, lion team, as well as, uh, uh, AWS. I think the key thing for me was being able to really bring it all together. It's not just, uh, you know, we want to hear it's all of us working together to make this happen. >>What were some of the learnings real quick journey there? >>So I think perspective, the key learnings were that, you know, uh, you know, work, when you look back at, uh, the, the infrastructure that was that we were trying to migrate over to the cloud. A lot of the documentation, et cetera, was not, uh, available. We were having to, uh, figure out a lot of things on the fly. Now that really required us to have, uh, uh, people with deep expertise who could go into those environments and, and work out, uh, you know, the best ways to, to migrate the workloads to the cloud. Uh, I think, you know, the, the biggest thing for me was making sure all the had on that real SMEs across the board globally, that we could leverage across the various technologies, uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment with line. >>Let's do what I got to ask you. How did you address your approach to the cloud and what was your experience? >>Yeah, for me, it's around getting the foundations right. To start with and then building on them. Um, so, you know, you've got to have your, your, your process and you've got to have your, your kind of your infrastructure there and your blueprints ready. Um, AWS do a great job of that, right. Getting the foundations right. And then building upon it, and then, you know, partnering with Accenture allows you to do that very successfully. Um, I think, um, you know, the one thing that was probably surprising to us when we started down this journey and kind of after we got a long way down the track and looking backwards is actually how much you can just turn off. Right? So a lot of stuff that you, uh, you get electric with a legacy in your environment, and when you start to work through it with the types of people that civic just mentioned, you know, the technical expertise working with the business, um, you can really rationalize your environment and, uh, you know, cloud is a good opportunity to do that, to drive that legacy out. >>Um, so you know, a few things there, the other thing is, um, you've got to try and figure out the benefits that you're going to get out of moving here. So there's no point in just taking something that is not delivering a huge amount of value in the traditional world, moving it into the cloud, and guess what is going to deliver the same limited amount of value. So you've got to transform it, and you've got to make sure that you build it for the future and understand exactly what you're trying to gain out of it. So again, you need a strong collaboration. You need a good partners to work with, and you need good engagement from the business as well, because the kind of, uh, you know, digital transformation, cloud transformation, isn't really an it project, I guess, fundamentally it is at the core, but it's a business project that you've got to get the whole business aligned on. You've got to make sure that your investment streams are appropriate and that's, uh, you're able to understand the benefits and the value that say, you're going to drive back towards the business. >>Let's do it. If you don't mind me asking, what was some of the obstacles you encountered or learnings, um, that might different from the expectation we all been there, Hey, you know, we're going to change the world. Here's the sales pitch, here's the outcome. And then obviously things happen, you know, you learn legacy, okay. Let's put some containerization around that cloud native, um, all that rational. You're talking about what are, and you're going to have obstacles. That's how you learn. That's how perfection has developed. How, what obstacles did you come up with and how are they different from your expectations going in? >>Yeah, they're probably no different from other people that have gone down the same journey. If I'm totally honest, the, you know, 70 or 80% of what you do is relatively easy of the known quantity. It's relatively modern architectures and infrastructures, and you can upgrade, migrate, move them into the cloud, whatever it is, rehost, replatform, rearchitect, whatever it is you want to do, it's the other stuff, right? It's the stuff that always gets left behind. And that's the challenge. It's, it's getting that last bit over the line and making sure that you haven't been invested in the future while still carrying all of your legacy costs and complexity within your environment. So, um, to be quite honest, that's probably taken longer and has been more of a challenge than we thought it would be. Um, the other piece I touched on earlier on in terms of what was surprising was actually how much of, uh, your environment is actually not needed anymore. >>When you start to put a critical eye across it and understand, um, uh, ask the tough questions and start to understand exactly what, what it is you're trying to achieve. So if you ask a part of a business, do they still need this application or this service a hundred percent of the time, they will say yes until you start to lay out to them, okay, now I'm going to cost you this to migrate it or this, to run it in the future. And, you know, here's your ongoing costs and, you know, et cetera, et cetera. And then, uh, for a significant amount of those answers, you get a different response when you start to layer on the true value of it. So you start to flush out those hidden costs within the business, and you start to make some critical decisions as a company based on, uh, based on that. So that was a little tougher than we first thought and probably broader than we thought there was more of that than we anticipated, um, which actually results in a much cleaner environment, post post migration, >>You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, you know, you want to automate, that's a key thing in cloud, and you've got to discover those opportunities to create value Stuart and Siddique. Mainly if you can weigh in on this love to know the percentage of total cloud that you have now, versus when you started, because as you start to uncover whether it's by design for purpose, or you discover opportunity to innovate, like you guys have, I'm sure it kind of, you took on some territory inside Lyon, what percentage of cloud now versus start? >>Yeah. And at the start it was minimal, right. You know, close to zero, right. Single and single digits. Right. It was mainly SAS environments that we had, uh, sitting in clouds when we, uh, when we started, um, Doug mentioned earlier on a really significant transformation project, um, that we've undertaken and recently gone live on a multi-year one. Um, you know, that's all stood up on AWS and is a significant portion of our environment, um, in terms of what we can move to cloud. Uh, we're probably at about 80 or 90% now. And the balance bit is, um, legacy infrastructure that is just going to retire as we go through the cycle rather than migrate to the cloud. Um, so we are significantly cloud-based and, uh, you know, we're reaping the benefits of it in a year, like 2020, and makes you glad that you did all of the hard yards in the previous years when you started that business challenges thrown out as, >>So do you any common reaction still the cloud percentage penetration? >>Sorry, I didn't, I didn't guys don't, but I, I was going to say it was, I think it's like the 80 20 rule, right? We, we, we worked really hard in the, you know, I think 2018, 19 to get any person off, uh, after getting onto the cloud and, or the last year is the 20% that we have been migrating. And Stuart said like a non-athlete that is also, that's going to be the diet. And I think our next big step is going to be obviously, you know, the icing on the cake, which is to decommission all these apps as well. Right. So, you know, to get the real benefits out of, uh, the whole conservation program from a, uh, from a >>Douglas and Stewart, can you guys talk about the decision around the cloud because you guys have had success with AWS, why AWS how's that decision made? Can you guys give some insight into some of those thoughts? >>I can, I can start, start off. I think back when the decision was made and it was, Oh, it was a while back, um, you know, there's some clear advantages of moving relay, Ws, a lot of alignment with some of the significant projects and, uh, the trend, that particular one big transformation project that we've alluded to as well. Um, you know, we needed some, um, some very robust and, um, just future proof and, um, proven technology. And AWS gave that to us. We needed a lot of those blueprints to help us move down the path. We didn't want to reinvent everything. So, um, you know, having a lot of that legwork done for us and an AWS gives you that, right. And particularly when you partner up with, uh, with a company like Accenture as well, you get combinations of the technology and the skills and the knowledge to, to move you forward in that direction. >>So, um, you know, for us, it was a, uh, uh, it was a decision based on, you know, best of breed, um, you know, looking forward and, and trying to predict the future needs and, and, and kind of the environmental that we might need. Um, and, you know, partnering up with organizations that can take you on the journey. Yeah. And just to build on it. So obviously, you know, lion's like an NWS, but, you know, we knew it was a very good choice given that, um, uh, the skills and the capability that we had, as well as the assets and tools we had to get the most out of, um, out of AWS. And obviously our, our CEO globally is just spending, you know, announcement about a huge investment that we're making in cloud. Um, but you know, we've, we've worked very well. AWS, we've done some joint workshops and joint investments, um, some joint POC. So yeah, w we have a very good working relationship, AWS, and I think, um, one incident to reflect upon whether it's cyber it's and again, where we actually jointly, you know, dove in with, um, with Amazon and some of their security experts and our experts. And we're able to actually work through that with mine quite successful. So, um, you know, really good behaviors as an organization, but also really good capabilities. >>Yeah. As you guys, you're essential cloud outcomes, research shown, it's the cycle of innovation with the cloud. That's creating a lot of benefits, knowing what you guys know now, looking back certainly COVID is impacted a lot of people kind of going through the same process, knowing what you guys know now, would you advocate people to jump on this transformation journey? If so, how, and what tweaks they make, which changes, what would you advise? >>Uh, I might take that one to start with. Um, I hate to think where we would have been when, uh, COVID kicked off here in Australia and, you know, we were all sent home, literally were at work on the Friday, and then over the weekend. And then Monday, we were told not to come back into the office and all of a sudden, um, our capacity in terms of remote access and I quadrupled, or more four, five X, what we had on the Friday we needed on the Monday. And we were able to stand that up during the day Monday into Tuesday, because we were cloud-based and, uh, you know, we just spun up your instances and, uh, you know, sort of our licensing, et cetera. And we had all of our people working remotely, um, within, uh, you know, effectively one business day. Um, I know peers of mine in other organizations and industries that are relying on kind of a traditional wise and getting hardware, et cetera, that were weeks and months before they could get there the right hardware to be able to deliver to their user base. >>So, um, you know, one example where you're able to scale and, uh, um, get, uh, get value out of this platform beyond probably what was anticipated at the time you talk about, um, you know, less the, in all of these kinds of things. And you can also think of a few scenarios, but real world ones where you're getting your business back up and running in that period of time is, is just phenomenal. There's other stuff, right? There's these programs that we've rolled out, you do your sizing, um, and in the traditional world, you would just go out and buy more servers than you need. And, you know, probably never realize the full value of those, you know, the capability of those servers over the life cycle of them. Whereas, you know, in a cloud world, you put in what you think is right. And if it's not right, you pump it up a little bit when, when all of your metrics and so on, tell you that you need to bump it up. And conversely you scale it down at the same rate. So for us, with the types of challenges and programs and, uh, uh, and just business need, that's come at as this year, uh, we wouldn't have been able to do it without a strong cloud base, uh, to, uh, to move forward. >>You know, Douglas, one of the things I talked to, a lot of people on the right side of history who have been on the right wave with cloud, with the pandemic, and they're happy, they're like, and they're humble. Like, well, we're just lucky, you know, luck is preparation meets opportunity. And this is really about you guys getting in early and being prepared and readiness. This is kind of important as people realize, then you gotta be ready. I mean, it's not just, you don't get lucky by being in the right place, the right time. And there were a lot of companies were on the wrong side of history here who might get washed away. This is a super important, I think, >>To echo and kind of building on what Stewart said. I think that the reason that we've had success and I guess the momentum is we didn't just do it in isolation within it and technology. It was actually linked to broader business changes, you know, creating basically a digital platform for the entire business, moving the business, where are they going to be able to come back stronger after COVID, when they're actually set up for growth, um, and actually allows, you know, a line to achievements growth objectives, and also its ambitions as far as what it wants to do, uh, with growth in whatever they make, do with acquiring other companies and moving into different markets and launching new products. So we've actually done it in a way that is, you know, real and direct business benefit, uh, that actually enables line to grow >>General. I really appreciate you coming. I have one final question. If you can wrap up here, uh, Stuart and Douglas, you don't mind weighing in what's the priorities for the future. What's next for lion in a century >>Christmas holidays, I'll start Christmas holidays. I spent a good year and then a, and then a reset, obviously, right? So, um, you know, it's, it's figuring out, uh, transform what we've already transformed, if that makes sense. So God, a huge proportion of our services sitting in the cloud. Um, but we know we're not done even with the stuff that is in there. We need to take those next steps. We need more and more automation and orchestration. We need to, um, our environment is more future proof. We need to be able to work with the business and understand what's coming at them so that we can, um, you know, build that into, into our environment. So again, it's really transformation on top of transformation is the way that I'll describe it. And it's really an open book, right? Once you get it in and you've got the capabilities and the evolving tool sets that AWS continue to bring to the market based, um, you know, working with the partners to, to figure out how we unlock that value, um, you know, drive our costs down efficiency, uh, all of those kind of, you know, standard metrics. >>Um, but you know, we're looking for the next things to transform and showed value back out to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with and understand how we can better meet their needs. Yeah, I think just to echo that, I think it's really leveraging this and then did you capability they have and getting the most out of that investment. And then I think it's also moving to, uh, and adopting more new ways of working as far as, you know, the speed of the business, um, is getting up to speed in the market is changing. So being able to launch and do things quickly and also, um, competitive and efficient operating costs, uh, now that they're in the cloud, right? So I think it's really leveraging the most out of the platform and then, you know, being efficient in launching things. So putting them with >>Siddique, any word from you on your priorities by you see this year in folding, >>There's got to say like e-learning squares, right, for me around, you know, just journey. This is a journey to the cloud, right? >>And, uh, you know, as well dug into sort of Saturday, it's getting all, you know, different parts of the organization along the journey business to it, to your, uh, product lenders, et cetera. Right. And it takes time. It is tough, but, uh, uh, you know, you got to get started on it. And, you know, once we, once we finish off, uh, it's the realization of the benefits now that, you know, looking forward, I think for, from Alliance perspective, it is, uh, you know, once we migrate all the workloads to the cloud, it is leveraging, uh, all stack drive. And as I think Stewart said earlier, uh, with, uh, you know, the latest and greatest stuff that AWS it's basically working to see how we can really, uh, achieve more better operational excellence, uh, from a, uh, from a cloud perspective. >>Well, Stewart, thanks for coming on with a and sharing your environment and what's going on and your journey you're on the right wave. Did the work you're in, it's all coming together with faster, congratulations for your success, and, uh, really appreciate Douglas with Steve for coming on as well from essential. Thank you for coming on. Thanks, John. Okay. Just the cubes coverage of executive summit at AWS reinvent. This is where all the thought leaders share their best practices, their journeys, and of course, special programming with Accenture and the cube. I'm Sean ferry, your host, thanks for watching from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtuals coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. We are talking today about reinventing the energy data platform. We have two guests joining us. First. We have Johan Krebbers. He is the GM digital emerging technologies and VP of it. Innovation at shell. Thank you so much for coming on the show, Johan you're welcome. And next we have Liz Dennett. She is the lead solution architect for O S D U on AWS. Thank you so much, Liz, maybe here. So I want to start our conversation by talking about OSD. You like so many great innovations. It started with a problem. Johann, what was the problem you were trying to solve at shell? We go back a couple of years, we started summer 2017, where we had a meeting with the guys from exploration in shell, and the main problem they had, of course, they got lots of lots of data, but are unable to find the right data. They need to work from all over the place and told him >>To, and we'll probably try to solve is how that person working exploration could find their proper date, not just a day, but also the date you really needed that we did probably talked about is summer 2017. And we said, okay, the only way ABC is moving forward is to start pulling that data into a single data platform. And that, that was at the time that we called it as the, you, the subsurface data universe in there was about the shell name was so in, in January, 2018, we started a project with Amazon to start grating a co fricking that building, that Stu environment, that the, the universe, so that single data level to put all your exploration and Wells data into that single environment that was intent. And every cent, um, already in March of that same year, we said, well, from Michele point of view, we will be far better off if we could make this an industry solution and not just a shelf solution, because Shelby, Shelby, if you can make an industry solution, but people are developing applications for it. >>It also is far better than for shell to say we haven't shell special solution because we don't make money out of how we start a day that we can make money out of it. We have access to the data, we can explore the data. So storing the data we should do as efficiently possibly can. So we monitor, we reach out to about eight or nine other last, uh, or I guess operators like the economics, like the tutorials, like the shepherds of this world and say, Hey, we inshallah doing this. Do you want to join this effort? And to our surprise, they all said, yes. And then in September, 2018, we had our kickoff meeting with your open group where we said, we said, okay, if you want to work together and lots of other companies, we also need to look at, okay, how, how we organize that. >>Or if you started working with lots of large companies, you need to have some legal framework around some framework around it. So that's why we went to the open group and say, okay, let's, let's form the old forum as we call it at the time. So it's September, 2080, where I did a Galleria in Houston, but the kickoff meeting for the OT four with about 10 members at the time. So that's just over two years ago, we started an exercise for me called ODU. They kicked it off. Uh, and so that's really them will be coming from and how we've got there. Also >>The origin story. Um, what, so what digging a little deeper there? What were some of the things you were trying to achieve with the OSU? >>Well, a couple of things we've tried to achieve with you, um, first is really separating data from applications for what is, what is the biggest problem we have in the subsurface space that the data and applications are all interlinked or tied together. And if, if you have them and a new company coming along and say, I have this new application and he's access to the data that is not possible because the data often interlinked with the application. So the first thing we did is really breaking the link between the application, the data as those levels, the first thing we did, secondly, put all the data to a single data platform, take the silos out what was happening in the sub-service space. They got all the data in what we call silos in small little islands out there. So what we're trying to do is first break the link to great, great. >>They put the data single day, the bathroom, and the third part, put a standard layer on top of that, it's an API layer on top to equate a platform. So we could create an ecosystem out of companies to start a valving Schoff application on top of dev data platform across you might have a data platform, but you're only successful if have a rich ecosystem of people start developing applications on top of that. And then you can export the data like small companies, last company, university, you name it, we're getting after create an ecosystem out here. So the three things were first break the link between application data, just break it and put data at the center and also make sure that data, this data structure would not be managed by one company, but it would only be met. It would be managed the data structures by the ODI forum. Secondly, then put a, the data, a single data platform certainly then has an API layer on top and then create an ecosystem. Really go for people, say, please start developing applications, because now you had access to the data. I've got the data no longer linked to somebody whose application was all freely available, but an API layer that was, that was all September, 2018, more or less. >>And hear a little bit. Can you talk a little bit about some of the imperatives from the AWS standpoint in terms of what you were trying to achieve with this? Yeah, absolutely. And this whole thing is Johann said started with a challenge that was really brought out at shell. The challenges that geoscientists spend up to 70% of their time looking for data. I'm a geologist I've spent more than 70% of my time trying to find data in these silos. And from there, instead of just figuring out how we could address that one problem, we worked together to really understand the root cause of these challenges and working backwards from that use case OSU and OSU on AWS has really enabled customers to create solutions that span, not just this in particular problem, but can really scale to be inclusive of the entire energy value chain and deliver value from these use cases to the energy industry and beyond. Thank you, Lee, uh, Johann. So talk a little bit about Accenture's cloud first approach and how it has, uh, helped shell work faster and better with speed. >>Well, of course, access a cloud first approach only works together. It's been an Amazon environment, AWS environment. So we're really looking at, uh, at, at Accenture and others altogether helping shell in this space. Now the combination of the two is what we're really looking at, uh, where access of course can be recent knowledge student to that environment operates support knowledge, do an environment. And of course, Amazon will be doing that to today's environment that underpinning their services, et cetera. So, uh, we would expect a combination, a lot of goods when we started rolling out and put in production, the old you are three and bug because we are anus. Then when the release feed comes to the market in Q1, next year of ODU have already started going to Audi production inside shell. But as the first release, which is ready for prime time production across an enterprise will be released just before Christmas, last year when he's still in may of this year. But really three is the first release we want to use for full scale production deployment inside shell, and also the operators around the world. And there is one Amazon, sorry, at that one. Um, extensive can play a role in the ongoing, in the, in deployment building up, but also support environment. >>So one of the other things that we talk a lot about here on the cube is sustainability. And this is a big imperative at so many organizations around the world in particular energy companies. How does this move to OSD you, uh, help organizations become, how is this a greener solution for companies? >>Well, first we make it's a greatest solution because you start making a much more efficient use of your resources, which is already an important one. The second thing we're doing is also, we started ODU in framers, in the oil and gas space in the expert development space. We've grown, uh, OTU in our strategy of growth. I was, you know, also do an alternative energy sociology. We'll all start supporting next year. Things like solar farms, wind farms, uh, the, the dermatomal environment hydration. So it becomes an and an open energy data platform, not just what I want to get into sleep. That's what new industry, any type of energy industry. So our focus is to create, bring the data of all those various energy data sources to get me to a single data platform you can to use AI and other technologies on top of that, to exploit the data, to meet again into a single data platform. >>Liz, I want to ask you about security because security is, is, is such a big concern when it comes to data. How secure is the data on OSD? You, um, actually, can I talk, can I do a follow up on this sustainability talking? Oh, absolutely. By all means. I mean, I want to interject though security is absolutely our top priority. I don't mean to move away from that, but with sustainability, in addition to the benefits of the OSU data platform, when a company moves from on-prem to the cloud, they're also able to leverage the benefits of scale. Now, AWS is committed to running our business in the most environmentally friendly way possible. And our scale allows us to achieve higher resource utilization and energy efficiency than a typical data center. >>Now, a recent study by four 51 research found that AWS is infrastructure is 3.6 times more energy efficient than the median of surveyed enterprise data centers. Two thirds of that advantage is due to higher, um, server utilization and a more energy efficient server population. But when you factor in the carbon intensity of consumed electricity and renewable energy purchases for 51 found that AWS performs the same task with an 88% lower carbon footprint. Now that's just another way that AWS and OSU are working to support our customers is they seek to better understand their workflows and make their legacy businesses less carbon intensive. >>That's that's incorrect. Those are those statistics are incredible. Do you want to talk a little bit now about security? Absolutely. And security will always be AWS is top priority. In fact, AWS has been architected to be the most flexible and secure cloud computing environment available today. Our core infrastructure is built to satisfy. There are the security requirements for the military, local banks and other high sensitivity organizations. And in fact, AWS uses the same secure hardware and software to build and operate each of our regions. So that customers benefit from the only commercial cloud that's hat hits service offerings and associated supply chain vetted and deemed secure enough for top secret workloads. That's backed by a deep set of cloud security tools with more than 200 security compliance and governmental service and key features as well as an ecosystem of partners like Accenture, that can really help our customers to make sure that their environments for their data meet and or exceed their security requirements. Johann, I want you to talk a little bit about how OSD you can be used today. Does it only handle subsurface data? >>Uh, today it's Honda's subserves or Wells data, we go to add to that production around the middle of next year. That means that the whole upstate business. So we've got goes from exploration all the way to production. You've made it together into a single data platform. So production will be added around Q3 of next year. Then a principal. We have a difficult, the elder data that single environment, and we want to extend them to other data sources or energy sources like solar farms, wind farms, uh, hydrogen, hydro, et cetera. So we're going to add a whore, a whole list of audit day energy source to them and be all the data together into a single data club. So we move from a falling guest data platform to an aniseed data platform. That's really what our objective is because the whole industry, if you look it over, look at our companies are all moving in. That same two acts of quantity of course, are very strong in oil and gas, but also increased the, got into the other energy sources like, like solar, like wind, like th like highly attended, et cetera. So we would be moving exactly. But that same method that, that, that the whole OSU can't really support at home. And as a spectrum of energy sources, >>Of course, and Liz and Johan. I want you to close us out here by just giving us a look into your crystal balls and talking about the five and 10 year plan for OSD. You we'll start with you, Liz. What do you, what do you see as the future holding for this platform? Um, honestly, the incredibly cool thing about working at AWS is you never know where the innovation and the journey is going to take you. I personally am looking forward to work with our customers, wherever their OSU journeys, take them, whether it's enabling new energy solutions or continuing to expand, to support use cases throughout the energy value chain and beyond, but really looking forward to continuing to partner as we innovate to slay tomorrow's challenges, Johann first, nobody can look at any more nowadays, especially 10 years own objective is really in the next five years, you will become the key backbone for energy companies for storing your data. You are efficient intelligence and optimize the whole supply energy supply chain in this world down here, you'll uncovers Liz Dennett. Thank you so much for coming on the cube virtual I'm Rebecca Knight stay tuned for more of our coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cubes coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight today we're welcoming back to Kubila. We have Kishor Dirk. He is the Accenture senior managing director cloud first global services lead. Welcome back to the show Kishore. Thank you very much. Nice to meet again. And, uh, Tristan moral horse set. He is the managing director, Accenture cloud first North America growth. Welcome back to you to trust and great to be back in grapes here again, Rebecca. Exactly. Even in this virtual format, it is good to see your faces. Um, today we're going to be talking about my nav and green cloud advisor capability. Kishor I want to start with you. So my nav is a platform that is really celebrating its first year in existence. Uh, November, 2019 is when Accenture introduced it. Uh, but it's, it has new relevance in light of this global pandemic that we are all enduring and suffering through. Tell us a little bit about the lineup platform, what it is that cloud platform to help our clients navigate the complexity of cloud and cloud decisions to make it faster. And obviously, you know, we have in the cloud, uh, you know, with >>The increased relevance and all the, especially over the last few months with the impact of COVID crisis and exhibition of digital transformation, you know, we are seeing the transformation or the acceleration to cloud much faster. This platform that you're talking about has enabled and 40 clients globally across different industries. You identify the right cloud solution, navigate the complexity, provide a cloud specific solution simulate for our clients to meet the strategy business needs, and the clients are loving it. >>I want to go to you now trust and tell us a little bit about how mine nav works and how it helps companies make good cloud choice. >>Yeah, so Rebecca, we we've talked about cloud is, is more than just infrastructure and that's what mine app tries to solve for it. It really looks at a variety of variables, including infrastructure operating model and fundamentally what client's business outcomes, um, uh, our clients are, are looking for and, and identifies the optimal solution for what they need. And we assign this to accelerate and we mentioned the pandemic. One of the big focus now is to accelerate. And so we worked through a three-step process. The first is scanning and assessing our client's infrastructure, their data landscape, their application. Second, we use our automated artificial intelligence engine to interact with. We have a wide variety and library of a collective plot expertise. And we look to recommend what is the enterprise architecture and solution. And then third, before we aligned with our clients, we look to simulate and test this scaled up model. And the simulation gives our clients a way to see what cloud is going to look like, feel like and how it's going to transform their business before they go there. >>Tell us a little bit about that in real life. Now as a company, so many of people are working remotely having to collaborate, uh, not in real life. How is that helping them right now? >>So, um, the, the pandemic has put a tremendous strain on systems, uh, because of the demand on those systems. And so we talk about resiliency. We also now need to collaborate across data across people. Um, I think all of us are calling from a variety of different places where our last year we were all at the VA cube itself. Um, and, and cloud technologies such as teams, zoom that we're we're leveraging now has fundamentally accelerated and clients are looking to onboard this for their capabilities. They're trying to accelerate their journey. They realize that now the cloud is what is going to become important for them to differentiate. Once we come out of the pandemic and the ability to collaborate with their employees, their partners, and their clients through these systems is becoming a true business differentiator for our clients. >>Keisha, I want to talk with you now about my navs multiple capabilities, um, and helping clients design and navigate their cloud journeys. Tell us a little bit about the green cloud advisor capability and its significance, particularly as so many companies are thinking more deeply and thoughtfully about sustainability. >>Yes. So since the launch of my lab, we continue to enhance, uh, capabilities for our clients. One of the significant, uh, capabilities that we have enabled is the being taught advisor today. You know, Rebecca, a lot of the businesses are more environmentally aware and are expanding efforts to decrease power consumption, uh, and obviously carbon emissions and, uh, and run a sustainable operations across every aspect of the enterprise. Uh, as a result, you're seeing an increasing trend in adoption of energy, efficient infrastructure in the global market. And one of the things that we did a lot of research we found out is that there's an ability to influence our client's carbon footprint through a better cloud solution. And that's what the internet brings to us, uh, in, in terms of a lot of the client connotation that you're seeing in Europe, North America and others, lot of our clients are accelerating to a green cloud strategy to unlock beta financial, societal and environmental benefit, uh, through obviously cloud-based circular, operational, sustainable products and services. That is something that we are enhancing my now, and we are having active client discussions at this point of time. >>So Tristan, tell us a little bit about how this capability helps clients make greener decisions. >>Yeah. Um, well, let's start about the investments from the cloud providers in renewable and sustainable energy. Um, they have most of the hyperscalers today, um, have been investing significantly on data centers that are run on renewable energy, some incredibly creative constructs on the how to do that. And sustainability is there for a key, um, key item of importance for the hyperscalers and also for our clients who now are looking for sustainable energy. And it turns out this marriage is now possible. I can, we marry the, the green capabilities of the comm providers with a sustainability agenda of our clients. And so what we look into the way the mine EF works is it looks at industry benchmarks and evaluates our current clients, um, capabilities and carpet footprint leveraging their existing data centers. We then look to model from an end-to-end perspective, how the, their journey to the cloud leveraging sustainable and, um, and data centers with renewable energy. We look at how their solution will look like and, and quantify carbon tax credits, um, improve a green index score and provide quantifiable, um, green cloud capabilities and measurable outcomes to our clients, shareholders, stakeholders, clients, and customers. Um, and our green plot advisers sustainability solutions already been implemented at three clients. And in many cases in two cases has helped them reduce the carbon footprint by up to 400% through migration from their existing data center to green cloud. Very, very, >>That is remarkable. Now tell us a little bit about the kinds of clients. Is this, is this more interesting to clients in Europe? Would you say that it's catching on in the United States? Where, what is the breakdown that you're seeing right now? >>Sustainability is becoming such a global agenda and we're seeing our clients, um, uh, tie this and put this at board level, um, uh, agenda and requirements across the globe. Um, Europe has specific constraints around data sovereignty, right, where they need their data in country, but from a green, a sustainability agenda, we see clients across all our markets, North America, Europe, and our growth markets adopt this. And we have seen case studies and all three months. >>Keisha, I want to bring you back into the conversation. Talk a little bit about how MindUP ties into Accenture's cloud first strategy, your Accenture's CEO, Julie Sweet has talked about post COVID leadership requiring every business to become a cloud first business. Tell us a little bit about how this ethos is in Accenture and how you're sort of looking outward with it too. >>So Rebecca mine is the launch pad, uh, to a cloud first transformation for our clients. Uh, Accenture, see your jewelry suite, uh, you know, shared the Accenture cloud first and our substantial investment demonstrate our commitment and is delivering greater value for our clients when they need it the most. And with the digital transformation requiring cloud at scale, you know, we're seeing that in the post COVID leadership, it requires that every business should become a cloud business. And my nap helps them get there by evaluating the cloud landscape, navigating the complexity, modeling architecting and simulating an optimal cloud solution for our clients. And as Justin was sharing a greener cloud. >>So Tristan, talk a little bit more about some of the real life use cases in terms of what are we, what are clients seeing? What are the results that they're having? >>Yes. Thank you, Rebecca. I would say two key things right around my neck. The first is the iterative process. Clients don't want to wait, um, until they get started, they want to get started and see what their journey is going to look like. And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need to move to cloud very quickly. And my nav is there to do that. So how do we do that? First is generating the business cases. Clients need to know in many cases that they have a business case by business case, we talk about the financial benefits, as well as the business outcomes, the green, green clot impact sustainability impacts with minus. We can build initial recommendations using a basic understanding of their environment and benchmarks in weeks versus months with indicative value savings in the millions of dollars arranges. >>So for example, very recently, we worked with a global oil and gas company, and in only two weeks, we're able to provide an indicative savings for $27 million over five years. This enabled the client to get started, knowing that there is a business case benefit and then iterate on it. And this iteration is, I would say the second point that is particularly important with my nav that we've seen in bank, the clients, which is, um, any journey starts with an understanding of what is the application landscape and what are we trying to do with those, these initial assessments that used to take six to eight weeks are now taking anywhere from two to four weeks. So we're seeing a 40 to 50% reduction in the initial assessment, which gets clients started in their journey. And then finally we've had discussions with all of the hyperscalers to help partner with Accenture and leverage mine after prepared their detailed business case module as they're going to clients. And as they're accelerating the client's journey, so real results, real acceleration. And is there a journey? Do I have a business case and furthermore accelerating the journey once we are by giving the ability to work in iterative approach. >>I mean, it sounds as though that the company that clients and and employees are sort of saying, this is an amazing time savings look at what I can do here in, in so much in a condensed amount of time, but in terms of getting everyone on board, one of the things we talked about last time we met, uh, Tristan was just how much, uh, how one of the obstacles is getting people to sign on and the new technologies and new platforms. Those are often the obstacles and struggles that companies face. Have you found that at all? Or what is sort of the feedback that you're getting from employers? >>Sorry. Yes. We clearly, there are always obstacles to a cloud journey. If there were an obstacles, all our clients would be, uh, already fully in the cloud. What man I gives the ability is to navigate through those, to start quickly. And then as we identify obstacles, we can simulate what things are going to look like. We can continue with certain parts of the journey while we deal with that obstacle. And it's a fundamental accelerator. Whereas in the past one, obstacle would prevent a class from starting. We can now start to address the obstacles one at a time while continuing and accelerating the contrary. That is the fundamental difference. >>Kishor I want to give you the final word here. Tell us a little bit about what is next for Accenture might have and what we'll be discussing next year at the Accenture executive summit >>Sort of echo, we are continuously evolving with our client needs and reinventing, reinventing for the future. For mine, as I've been taught advisor, our plan is to help our clients reduce carbon footprint and again, migrate to a green cloud. Uh, and additionally, we're looking at, you know, two capabilities, uh, which include sovereign cloud advisor, uh, with clients, especially in, in Europe and others are under pressure to meet, uh, stringent data norms that Kristen was talking about. And the sovereign cloud advisor health organization to create an architecture cloud architecture that complies with the green. Uh, I would say the data sovereignty norms that is out there. The other element is around data to cloud. We are seeing massive migration, uh, for, uh, for a lot of the data to cloud. And there's a lot of migration hurdles that come within that. Uh, we have expanded mine app to support assessment capabilities, uh, for, uh, assessing applications, infrastructure, but also covering the entire state, including data and the code level to determine the right cloud solution. So we are, we are pushing the boundaries on what mine app can do with mine. Have you created the ability to take the guesswork out of cloud navigate the complexity? We are roaring risks costs, and we are, you know, achieving client's static business objectives while building a sustainable alerts with being cloud >>Any platform that can take some of the guesswork out of the future. I'm I'm onboard with. Thank you so much, Tristin and Kishore. This has been a great conversation. >>Thank you. >>Stay tuned for more of the cubes coverage of the Accenture executive summit. I'm Rebecca Knight from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Hey, welcome back to the cubes coverage of 80 us reinvent 2020 virtual centric executive summit. The two great guests here to break down the analysis of the relationship with cloud and essential Brian bowhead director ahead of a century 80. It was business group at Amazon web services. And Andy T a B G the M is essentially Amazon business group lead managing director at Accenture. Uh, I'm sure you're super busy and dealing with all the action, Brian. Great to see you. Thanks for coming on. So thank you. You guys essentially has been in the spotlight this week and all through the conference around this whole digital transformation, essentially as business group is celebrating its fifth anniversary. What's new, obviously the emphasis of next gen post COVID generation, highly digital transformation, a lot happening. You got your five-year anniversary, what's new. >>Yeah, it, you know, so if you look back, it's exciting. Um, you know, so it was five years ago. Uh, it was actually October where we, where we launched the Accenture AWS business group. And if we think back five years, I think we're still at the point where a lot of customers were making that transition from, you know, should I move to cloud to how do I move to cloud? Right? And so that was one of the reasons why we launched the business group. And since, since then, certainly we've seen that transition, right? Our conversations today are very much around how do I move to cloud, help me move, help me figure out the business case and then pull together all the different pieces so I can move more quickly, uh, you know, with less risk and really achieve my business outcomes. And I would say, you know, one of the things too, that's, that's really changed over the five years. >>And what we're seeing now is when we started, right, we were focused on migration data and IOT as the big three pillars that we launched with. And those are still incredibly important to us, but just the breadth of capability and frankly, the, the, the breadth of need that we're seeing from customers. And obviously as AWS has matured over the years and launched our new capabilities, we're Eva with Accenture and in the business group, we've broadened our capabilities and deepened our capabilities over the, over the last five years as well. For instance, this year with, with COVID, especially, it's really forced our customers to think differently about their own customers or their citizens, and how do they service those citizens? So we've seen a huge acceleration around customer engagement, right? And we powered that with Accenture customer engagement platform powered by ADA, Amazon connect. And so that's been a really big trend this year. And then, you know, that broadens our capability from just a technical discussion to one where we're now really reaching out and, and, um, and helping transform and modernize that customer and citizen experience as well, which has been exciting to see. >>Yeah, Andy, I want to get your thoughts here. We've been reporting and covering essentially for years. It's not like it's new to you guys. I mean, five years is a great anniversary. You know, check is good relationship, but you guys have been doing the work you've been on the trend line. And then this hits and Andy said on his keynote and I thought he said it beautifully. And he even said it to me in my one-on-one interview with them was it's on full display right now, the whole digital transformation, everything about it is on full display and you're either were prepared for it or you kind of word, and you can see who's there. You guys have been prepared. This is not new. So give us the update from your perspective, how you're taking advantage of this, of this massive shift, highly accelerated digital transformation. >>Well, I think, I think you can be prepared, but you've also got to be prepared to always sort of, I think what we're seeing in, in, um, in, in, in, in recent times and particularly 20 w what is it I think today there are, um, full sense of the enterprise workloads, the cloud, um, you know, that leaves 96 percentile now for him. Um, and I, over the next four to >>Five years, um, we're going to see that sort of, uh, acceleration to the, to the cloud pick up, um, this year is, as Andy touched on, I think, uh, uh, on Tuesday in his, I think the pandemic is a forcing function, uh, for companies to, to really pause and think about everything from, from, you know, how they, um, manage that technology to infrastructure, to just to carotenoids where the data sets to what insights and intelligence that getting from that data. And then eventually even to, to the talent, the talent they have in the organization and how they can be competitive, um, their culture, their culture of innovation, of invention and reinvention. And so I think, I think, you know, when you, when you think of companies out there faced with these challenges, it, it forces us, it forces AWS, it forces AEG to come together and think through how can we help create value for them? How can we help help them move from sort of just causing and rethinking to having real plans in an action and that taking them, uh, into, into implementation. And so that's, that's what we're working on. Um, I think over the next five years, we're looking to just continue to come together and help these, these companies get to the cloud and get the value from the cloud because it's beyond just getting to the cloud attached to them and living in the cloud and, and getting the value from it. >>It's interesting. Andy was saying, don't just put your toe in the water. You got to go beyond the toe in the water kind of approach. Um, I want to get to that large scale cause that's the big pickup this week that I kind of walked away with was it's large scale. Acceleration's not just toe in the water experimentation. Can you guys share, what's causing this large scale end to end enterprise transformation? And what are some of the success criteria have you seen for the folks who have done that? >>Yeah. And I'll, I'll, I'll start. And at the end you can buy a lawn. So, you know, it's interesting if I look back a year ago at re-invent and when I did the cube interview, then we were talking about how the ABG, we were starting to see this shift of customers. You know, we've been working with customers for years on a single of what I'll call a single-threaded programs, right. We can do a migration, we could do SAP, we can do a data program. And then even last year, we were really starting to see customers ask. The question is like, what kind of synergies and what kind of economies of scale do I get when I start bringing these different threads together, and also realizing that it's, you know, to innovate for the business and build new applications, new capabilities. Well, that then is going to inform what data you need to, to hydrate those applications, right? Which then informs your data strategy while a lot of that data is then also embedded in your underlying applications that sit on premises. So you should be thinking through how do you get those applications into the cloud? So you need to draw that line through all of those layers. And that was already starting last year. And so last year we launched the joint transformation program with AEG. And then, so we were ready when this year happened and then it was just an acceleration. So things have been happening faster than we anticipated, >>But we knew this was going to be happening. And luckily we've been in a really good position to help some of our customers really think through all those different layers of kind of pyramid as we've been calling it along with the talent and change pieces, which are also so important as you make this transformation to cloud >>Andy, what's the success factors. Andy Jassy came on stage during the partner day, a surprise fireside chat with Doug Hume and talking about this is really an opportunity for partners to, to change the business landscape with enablement from Amazon. You guys are in a pole position to do that in the marketplace. What's the success factors that you see, >>Um, really from three, three fronts, I'd say, um, w one is the people. Um, and, and I, I, again, I think Andy touched on sort of eight, uh, success factors, uh, early in the week. And for me, it's these three areas that it sort of boils down to these three areas. Um, one is the, the, the, the people, uh, from the leaders that it's really important to set those big, bold visions point the way. And then, and then, you know, set top down goals. How are we going to measure Z almost do get what you measure, um, to be, you know, beyond the leaders, to, to the right people in the right position across the company. We we're finding a key success factor for these end to end transformations is not just the leaders, but you haven't poached across the company, working in a, in a collaborative, shared, shared success model, um, and people who are not afraid to, to invent and fail. >>And so that takes me to perhaps the second point, which is the culture, um, it's important, uh, with finding for the right conditions to be set in the company that enabled, uh, people to move at pace, move at speed, be able to fail fast, um, keep things very, very simple and just keep iterating and that sort of culture of iteration and improvement versus seeking perfection is, is super important for, for success. And then the third part of maybe touch on is, is partners. Um, I think, you know, as we move forward over the next five years, we're going to see an increasing number of players in the ecosystem in the enterprise and state. Um, you're going to see more and more SAS providers. And so it's important for companies and our joint clients out there to pick partners like, um, like AWS or, or Accenture or others, but to pick partners who have all worked together and you have built solutions together, and that allows them to get speed to value quicker. It allows them to bring in pre-assembled solutions, um, and really just drive that transformation in a quicker, it sorts of manner. >>Yeah, that's a great point worth calling out, having that partnership model that's additive and has synergy in the cloud, because one of the things that came out of this this week, this year is reinvented, is there's new things going on in the public cloud, even though hybrid is an operating model, outpost and super relevant. There, there are benefits for being in the cloud and you've got partners API, for instance, and have microservices working together. This is all new, but I got, I got to ask that on that thread, Andy, where did you see your customers going? Because I think, you know, as you work backwards from the customers, you guys do, what's their needs, how do you see them? W you know, where's the puck going? Where can they skate where the puck's going, because you can almost look forward and say, okay, I've got to build modern apps. I got to do the digital transformation. Everything is a service. I get that, but what are they, what solutions are you building for them right now to get there? >>Yeah. And, and of course, with, with, you know, industries blurring and multiple companies, it's always hard to boil down to the exact situations, but you could probably look at it from a sort of a thematic lens. And what we're seeing is as the cloud transformation journey picks up, um, from us perspective, we've seen a material shift in the solutions and problems that we're trying to address with clients that they are asking for us, uh, to, to help, uh, address is no longer just the back office, where you're sort of looking at cost and efficiency and, um, uh, driving gains from that perspective. It's beyond that, it's now materially the top line. It's, how'd you get the driving to the, you know, speed to insights, how'd you get them decomposing, uh, their application set in order to derive those insights. Um, how'd you get them, um, to, to, um, uh, sort of adopt leading edge industry solutions that give them that jump start, uh, and that accelerant to winning the customers, winning the eyeballs. >>Um, and then, and then how'd, you help drive the customer experience. We're seeing a lot of push from clients, um, or ask for help on how do I optimize my customer experience in order to retain my eyeballs. And then how do I make sure I've got a soft self-learning ecosystem of play, um, where, uh, you know, it's not just a practical experience that I can sort of keep learning and iterating, um, how I treat my, my customers, um, and a lot of that, um, that still self-learning, that comes from, you know, putting in intelligence into your, into your systems, getting an AI and ML in there. And so, as a result of that work, we're seeing a lot of push and a lot of what we're doing, uh, is pouring investment into those areas. And then finally, maybe beyond the bottom line, and the top line is how do you harden that and protect that with, um, security and resilience? So I'll probably say those are the three areas. John, >>You know, the business model side, obviously the enablement is what Amazon has. Um, we see things like SAS factory coming on board and the partner network, obviously a century is a big, huge partner of you guys. Um, the business models there, you've got I, as, as doing great with chips, you have this data modeling this data opportunity to enable these modern apps. We heard about the partner strategy for me and D um, talking to me now about how can partners within even Accenture, w w what's the business model, um, side on your side that you're enabling this. Can you just share your thoughts on that? >>Yeah, yeah. And so it's, it's interesting. I think I'm going to build it and then build a little bit on some of the things that Andy really talked about there, right? And that we, if you think of that from the partnership, we are absolutely helping our customers with kind of that it modernization piece. And we're investing a lot and there's hard work that needs to get done there. And we're investing a lot as a partnership around the tools, the assets and the methodology. So in AWS and Accenture show up together as AEG, we are executing office single blueprint with a single set of assets, so we can move fast. So we're going to continue to do that with all the hybrid announcements from this past week, those get baked into that, that migration modernization theme, but the other really important piece here as we go up the stack, Andy mentioned it, right? >>The data piece, like so much of what we're talking about here is around data and insights. Right? I did a cube interview last week with, uh, Carl hick. Um, who's the CIO from Takeda. And if you hear Christophe Weber from Takeda talk, he talks about Takeda being a data company, data and insights company. So how do we, as a partnership, again, build the capabilities and the platforms like with Accenture's applied insights platform so that we can bootstrap and really accelerate our client's journey. And then finally, on the innovation on the business front, and Andy was touching on some of these, we are investing in industry solutions and accelerators, right? Because we know that at the end of the day, a lot of these are very similar. We're talking about ingesting data, using machine learning to provide insights and then taking action. So for instance, the cognitive insurance platform that we're working together on with Accenture, if they give out property and casualty claims and think about how do we enable touchless claims using machine learning and computer vision that can assess based on an image damage, and then be able to triage that and process it accordingly, right? >>Using all the latest machine learning capabilities from AWS with that deep, um, AI machine learning data science capability from Accenture, who knows all those algorithms that need to get built and build that library by doing that, we can really help these insurance companies accelerate their transformation around how they think about claims and how they can speed those claims on behalf of their policy holder. So that's an example of a, kind of like a bottom to top, uh, view of what we're doing in the partnership to address these new needs. >>That's awesome. Andy, I want to get back to your point about culture. You mentioned it twice now. Um, talent is a big part of the game here. Andy Jassy referenced Lambda. The next generation developers were using Lambda. He talked about CIO stories around, they didn't move fast enough. They lost three years. A new person came in and made it go faster. This is a new, this is a time for a certain kind of, um, uh, professional and individual, um, to, to be part of, um, this next generation. What's the talent strategy you guys have to attract and attain the best and retain the people. How do you do it? >>Um, you know, it's, it's, um, it's an interesting one. It's, it's, it's oftentimes a, it's, it's a significant point and often overlooked. Um, you know, people, people really matter and getting the right people, um, in not just in AWS or it, but then in our customers is super important. We often find that much of our discussions with, with our clients is centered around that. And it's really a key ingredient. As you touched on, you need people who are willing to embrace change, but also people who are willing to create new, um, to invent new, to reinvent, um, and to, to keep it very simple. Um, w we're we're we're seeing increasingly that you need people that have a sort of deep learning and a deep, uh, or deep desire to keep learning and to be very curious as, as they go along. Most of all, though, I find that, um, having people who are not willing or not afraid to fail is critical, absolutely critical. Um, and I think that that's, that's, uh, a necessary ingredient that we're seeing, um, our clients needing more off, um, because if you can't start and, and, and you can't iterate, um, you know, for fear of failure, you're in trouble. And, and I think Andy touched on that you, you know, where that CIO, that you referred to last three years, um, and so you really do need people who are willing to start not afraid to start, uh, and, uh, and not afraid to lead >>Was a gut check there. I just say, you guys have a great team over there. Everyone at the center I've interviewed strong, talented, and not afraid to lean in and, and into the trends. Um, I got to ask on that front cloud first was something that was a big strategic focus for Accenture. How does that fit into your business group? That's an Amazon focused, obviously they're cloud, and now hybrid everywhere, as I say, um, how does that all work it out? >>We're super excited about our cloud first initiative, and I think it fits it, um, really, uh, perfectly it's it's, it's what we needed. It's, it's, it's a, it's another accelerant. Um, if you think of count first, what we're doing is we're, we're putting together, um, uh, you know, capability set that will help enable him to and transformations as Brian touched on, you know, help companies move from just, you know, migrating to, to, to modernizing, to driving insights, to bringing in change, um, and, and, and helping on that, on that talent side. So that's sort of component number one is how does Accenture bring the best, uh, end to end transformation capabilities to our clients? Number two is perhaps, you know, how do we, um, uh, bring together pre-assembled as Brian touched on pre-assembled industry offerings to help as an accelerant, uh, for our, for our customers three years, as we touched on earlier is, is that sort of partnership with the ecosystem. >>We're going to see an increasing number of SAS providers in an estate, in the enterprise of snakes out there. And so, you know, panto wild cloud first, and our ABG strategy is to increase our touch points in our integrations and our solutions and our offerings with the ecosystem partners out there, the ISP partners out, then the SAS providers out there. And then number four is really about, you know, how do we, um, extend the definition of the cloud? I think oftentimes people thought of the cloud just as sort of on-prem and prem. Um, but, but as Andy touched on earlier this week, you know, you've, you've got this concept of hybrid cloud and that in itself, um, uh, is, is, is, you know, being redefined as well. You know, when you've got the intelligent edge and you've got various forms of the edge. Um, so that's the fourth part of, of, uh, of occupied for strategy. And for us was super excited because all of that is highly relevant for ABG, as we look to build those capabilities as industry solutions and others, and as when to enable our customers, but also how we, you know, as we, as we look to extend how we go to market, I'll join tele PS, uh, in, uh, in our respective skews and products. >>Well, what's clear now is that people now realize that if you contain that complexity, the upside is massive. And that's great opportunity for you guys. We got to get to the final question for you guys to weigh in on, as we wrap up next five years, Brian, Andy weigh in, how do you see that playing out? What do you see this exciting, um, for the partnership and the cloud first cloud, everywhere cloud opportunities share some perspective. >>Yeah, I, I think, you know, just kinda building on that cloud first, right? What cloud first, and we were super excited when cloud first was announced and you know, what it signals to the market and what we're seeing in our customers, which has cloud really permeates everything that we're doing now. Um, and so all aspects of the business will get infused with cloud in some ways, you know, it, it touches on, on all pieces. And I think what we're going to see is just a continued acceleration and getting much more efficient about pulling together the disparate, what had been disparate pieces of these transformations, and then using automation using machine learning to go faster. Right? And so, as we started thinking about the stack, right, well, we're going to get, I know we are, as a partnership is we're already investing there and getting better and more efficient every day as the migration pieces and the moving the assets to the cloud are just going to continue to get more automated, more efficient. And those will become the economic engines that allow us to fund the differentiated, innovative activities up the stack. So I'm excited to see us kind of invest to make those, those, um, those bets accelerated for customers so that we can free up capital and resources to invest where it's going to drive the most outcome for their end customers. And I think that's going to be a big focus and that's going to have the industry, um, you know, focus. It's going to be making sure that we can >>Consume the latest and greatest of AWS as capabilities and, you know, in the areas of machine learning and analytics, but then Andy's also touched on it bringing in ecosystem partners, right? I mean, one of the most exciting wins we had this year, and this year of COVID is looking at the universe, looking at Massachusetts, the COVID track and trace solution that we put in place is a partnership between Accenture, AWS, and Salesforce, right? So again, bringing together three really leading partners who can deliver value for our customers. I think we're going to see a lot more of that as customers look to partnerships like this, to help them figure out how to bring together the best of the ecosystem to drive solutions. So I think we're going to see more of that as well. >>All right, Andy final word, your take >>Thinks of innovation is, is picking up, um, dismiss things are just going faster and faster. I'm just super excited and looking forward to the next five years as, as you know, the technology invention, um, comes out and continues to sort of set new standards from AWS. Um, and as we, as Accenture wringing, our industry capabilities, we marry the two. We, we go and help our customers super exciting time. >>Well, congratulations on the partnership. I want to say thank you to you guys, because I've reported a few times some stories around real successes around this COVID pandemic that you guys worked together on with Amazon that really changed people's lives. Uh, so congratulations on that too as well. I want to call that out. Thanks for coming >>Up. Thank you. Thanks for coming on. >>Okay. This is the cubes coverage, essentially. AWS partnership, part of a century executive summit at Atrius reinvent 2020 I'm John for your host. Thanks. >>You're watching from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Hello, and welcome back to the cubes coverage of AWS reinvent 2020. This is special programming for the century executive summit, where all the thought leaders going to extract the signal from the nose to share with you their perspective of this year's reinvent conference, as it respects the customers' digital transformation. Brian Bohan is the director and head of a center. ADA was business group at Amazon web services. Brian, great to see you. And Chris Wegman is the, uh, center, uh, Amazon business group technology lead at Accenture. Um, guys, this is about technology vision, this, this conversation, um, Chris, I want to start with you because you, Andy Jackson's keynote, you heard about the strategy of digital transformation, how you gotta lean into it. You gotta have the guts to go for it, and you got to decompose. He went everywhere. So what, what did you hear? What was striking about the keynote? Because he covered a lot of topics. Yeah. You know, it >>Was Epic, uh, as always for Mandy, a lot of topics, a lot to cover in the three hours. Uh, there was a couple of things that stood out for me, first of all, hybrid, uh, the concept, the new concept of hybrid and how Andy talked about it, you know, uh, bringing the compute and the power to all parts of the enterprise, uh, whether it be at the edge or are in the big public cloud, uh, whether it be in an outpost or wherever it might be right with containerization now, uh, you know, being able to do, uh, Amazon containerization in my data center and that that's, that's awesome. I think that's gonna make a big difference, all that being underneath the Amazon, uh, console and billing and things like that, which is great. Uh, I'll also say the, the chips, right. And I know compute is always something that, you know, we always kind of take for granted, but I think again, this year, uh, Amazon and Andy really focused on what they're doing with the chips and PR and compute, and the compute is still at the heart of everything in cloud. And that continued advancement is, is making an impact and will make a continue to make a big impact. >>Yeah, I would agree. I think one of the things that really, I mean, the container thing was, I think really kind of a nuanced point when you got Deepak sing on the opening day with Andy Jassy and he's, he runs a container group over there, you know, small little team he's on the front and front stage. That really is the key to the hybrid. And I think this showcases this new layer and taking advantage of the graviton two chips that, which I thought was huge. Brian, this is really a key part of the platform change, not change, but the continuation of AWS higher level servers building blocks that provide more capabilities, heavy lifting as they say, but the new services that are coming on top really speaks to hybrid and speaks to the edge. >>It does. Yeah. And it, it, you know, I think like Andy talks about, and we talk about, I, you know, we really want to provide choice to our customers, uh, first and foremost, and you can see that and they re uh, services. We have, we can see it in the, the hybrid options that Chris talked about, being able to run your containers through ECS or EKS anywhere I just get to the customer's choice. And one of the things that I'm excited about as you talk about going up the stack and on the edge are things will certainly outpost. Um, right. So now I'll post those launched last year, but then with the new form factors, uh, and then you look at services like Panorama, right? Being able to take computer vision and embed machine learning and computer vision, and do that as a managed capability at the edge, um, for customers. >>And so we see this across a number of industries. And so what we're really thinking about is customers no longer have to make trade-offs and have to think about those, those choices that they can really deploy, uh, natively in the cloud. And then they can take those capabilities, train those models, and then deploy them where they need to, whether that's on premises or at the edge, you know, whether it be in a factory or retail environment. When we start, I think we're really well positioned when, um, you know, hopefully next year we started seeing the travel industry rebound, um, and the, the need, you know, more than ever really to, uh, to kind of rethink about how we kind of monitor and make those environments safe. Having this kind of capability at the edge is really going to help our customers as, as we come out of this year and hopefully rebound next year. >>Yeah. Chris, I want to go back to you for a second. It's hard to hard to pick your favorite innovation from the keynote, because, you know, just reminded me that Brian just reminded me of some things I forgot happened. It was like a buffet of innovation. Some keynotes have one or two, it was like 20, you got the industrial piece that was huge. Computer vision machine learning. That's just a game changer. The connect thing came out of nowhere, in my opinion, I mean, it's a call center technology. This is boring as hell. What are you gonna do with that? It turns out it's a game changer. It's not about the calls with the contact and that's discern intermediating, um, in the stack as well. So again, a feature that looks old is actually new and relevant. What's your, what was your favorite, um, innovation? >>Uh, it it's, it's, it's hard to say. I will say my personal favorite was the, the maca last. I, I just, I think that is a phenomenal, um, uh, just addition, right? And the fact that AWS is, has worked with Apple to integrate the Nitra chip into, into, uh, you know, the iMac and offer that out. Um, you know, a lot of people are doing development, uh, on for ILS and that stuff. And that there's just gonna be a huge benefit, uh, for the development teams. But, you know, I will say, I'll come back to connect you. You mentioned it. Um, you know, but you're right. It was a, it's a boring area, but it's an area that we've seen huge success with since, since connect was launched and the additional features and the Amazon continues to bring, you know, um, obviously with, with the pandemic and now that, you know, customer engagement through the phone, uh, through omni-channel has just been critical for companies, right. >>And to be able to have those agents at home, working from home versus being in the office, it was a huge, huge advantage for, for several customers that are using connect. You know, we, we did some great stuff with some different customers, but the continue technology, like you said, the, you know, the call translation and during a call to be able to pop up those key words and have a, have a supervisor, listen is awesome. And a lot of that was some of that was already being done, but we were stitching multiple services together. Now that's right out of the box. Um, and that Google's location is only going to make that go faster and make us to be able to innovate faster for that piece of the business. >>It's interesting, you know, not to get all nerdy and, and business school life, but you've got systems of records, systems of engagement. If you look at the call center and the connect thing, what got my attention was not only the model of disintermediating, that part of the engagement in the stack, but what actually cloud does to something that's a feature or something that could be an element, like say, call center, you old days of, you know, calling an 800 number, getting some support you got in chip, you have machine learning, you actually have stuff in the, in the stack that actually makes that different now. So you w you know, the thing that impressed me was Andy was saying, you could have machine learning, detect pauses, voice inflections. So now you have technology making that more relevant and better and different. So a lot going on, this is just one example of many things that are happening from a disruption innovation standpoint. W what do you guys, what do you guys think about that? And is that like getting it right? Can you share it? >>I think, I think, I think you are right. And I think what's implied there and what you're saying, and even in the, you know, the macro S example is the ability if we're talking about features, right. Which by themselves, you're saying, Oh, wow, what's, what's so unique about that, but because it's on AWS and now, because whether you're a developer working on, you know, w with Mac iOS and you have access to the 175 plus services, that you can then weave into your new applications, talk about the connect scenario. Now we're embedding that kind of inference and machine learning to do what you say, but then your data Lake is also most likely running in AWS, right? And then the other channels, whether they be mobile channels or web channels, or in store physical channels, that data can be captured in that same machine learning could be applied there to get that full picture across the spectrum. Right? So that's the, that's the power of bringing together on AWS to access to all those different capabilities of services, and then also the where the data is, and pulling all that together, that for that end to end view, okay, >>You guys give some examples of work you've done together. I know this stuff we've reported on. Um, in the last session we talked about some of the connect stuff, but that kind of encapsulates where this, where this is all going with respect to the tech. >>Yeah. I think one of the, you know, it was called out on Doug's partner summit was, you know, is there a, uh, an SAP data Lake accelerator, right? Almost every enterprise has SAP, right. And SAP getting data out of SAP has always been a challenge, right. Um, whether it be through, you know, data warehouses and AWS, sorry, SAP BW, you know, what we've focused on is, is getting that data when you're on have SAP on AWS getting that data into the data Lake, right. And getting it into, into a model that you can pull the value out of the customers can pull the value out, use those AI models. Um, so that was one thing we worked on in the last 12 months, super excited about seeing great success with customers. Um, you know, a lot of customers had ideas. They want to do this. They had different models. What we've done is, is made it very, uh, simplified, uh, framework that allows customers to do it very quickly, get the data out there and start getting value out of it and iterating on that data. Um, we saw customers are spending way too much time trying to stitch it all together and trying to get it to work technically. Uh, and we've now cut all that out and they can immediately start getting down to, to the data and taking advantage of those, those different, um, services are out there by AWS. >>Brian, you want to weigh in as things you see as relevant, um, builds that you guys done together that kind of tease out the future and connect the dots to what's coming. >>Uh, I, you know, I'm going to use a customer example. Uh, we worked with, um, and it just came out with, with Unilever around their blue air connected, smart air purifier. And what I think is interesting about that, I think it touches on some of the themes we're talking about, as well as some of the themes we talked about in the last session, which is we started that program before the pandemic. Um, and, but, you know, Unilever recognized that they needed to differentiate their product in the marketplace, move to more of a services oriented business, which we're seeing as a trend. We, uh, we enabled this capability. So now it's a smart air purifier that can be remote manage. And now in the pandemic head, they are in a really good position, obviously with a very relevant product and capability, um, to be used. And so that data then, as we were talking about is going to reside on the cloud. And so the learning that can now happen about usage and about, you know, filter changes, et cetera, can find its way back into future iterations of that valve, that product. And I think that's, that's keeping with, you know, uh, Chris was talking about where we might be systems of record, like in SAP, how do we bring those in and then start learning from that data so that we can get better on our future iterations? >>Hey, Chris, on the last segment we did on the business mission, um, session, Andy Taylor from your team, uh, talked about partnerships within a century and working with other folks. I want to take that now on the technical side, because one of the things that we heard from, um, Doug's, um, keynote and that during the partner day was integrations and data were two big themes. When you're in the cloud, technically the integrations are different. You're going to get unique things in the public cloud that you're just not going to get on premise access to other cloud native technologies and companies. How has that, how do you see the partnering of Accenture with people within your ecosystem and how the data and the integration play together? What's your vision? >>Yeah, I think there's two parts of it. You know, one there's from a commercial standpoint, right? So marketplace, you know, you, you heard Dave talk about that in the, in the partner summit, right? That marketplace is now bringing together this ecosystem, uh, in a very easy way to consume by the customers, uh, and by the users and bringing multiple partners together. And we're working with our ecosystem to put more products out in the marketplace that are integrated together, uh, already. Um, you know, I think one from a technical perspective though, you know, if you look at Salesforce, you know, we talked a little earlier about connect another good example, technically underneath the covers, how we've integrated connect and Salesforce, some of it being prebuilt by AWS and Salesforce, other things that we've added on top of it, um, I think are good examples. And I think as these ecosystems, these IFCs put their products out there and start exposing more and more API APIs, uh, on the Amazon platform, make opening it up, having those, those prebuilt network connections there between, you know, the different VPCs and the different areas within, within a customer's network. >>Um, and having them, having that all opened up and connected and having all that networking done underneath the covers. You know, it's one thing to call the API APIs. It's one thing to have access to those. And that's been a big focus of a lot of, you know, ISBNs and customers to build those API APIs and expose them, but having that network infrastructure and being able to stay within the cloud within AWS to make those connections, the past that data, we always talk about scale, right? It's one thing if I just need to pass like a, you know, a simple user ID back and forth, right? That's, that's fine. We're not talking massive data sets, whether it be seismic data or whatever it be passing those of those large, those large data sets between customers across the Amazon network is going to, is going to open up the world. >>Yeah. I see huge possibilities there and love to keep on this story. I think it's going to be important and something to keep track of. I'm sure you guys will be on top of it. You know, one of the things I want to, um, dig into with you guys now is Andy had kind of this philosophy philosophical thing in his keynote, talk about societal change and how tough the pandemic is. Everything's on full display. Um, and this kind of brings out kind of like where we are and the truth. You look at the truth, it's a virtual event. I mean, it's a website and you got some sessions out there with doing remote best weekend. Um, and you've got software and you've got technology and, you know, the concept of a mechanism it's software, it does something, it does a purpose. Essentially. You guys have a concept called living systems where growth strategy powered by technology. How do you take the concept of a, of a living organism or a system and replace the mechanism, staleness of computing and software. And this is kind of an interesting, because we're on the cusp of a, of a major inflection point post COVID. I get the digital transformation being slow that's yes, that's happening. There's other things going on in society. What do you guys think about this living systems concept? >>Yeah, so I, you know, I'll start, but, you know, I think the living system concept, um, you know, it started out very much thinking about how do you rapidly change the system, right? And, and because of cloud, because of, of dev ops, because of, you know, all these software technologies and processes that we've created, you know, that's where it started it, making it much easier to make it a much faster being able to change rapidly, but you're right. I think as you now bring in more technologies, the AI technology self-healing technologies, again, you're hurting Indian in his keynote, talk about, you know, the, the systems and services they're building to the tech problems and, and, and, and give, uh, resolve those problems. Right. Obviously automation is a big part of that living systems, you know, being able to bring that all together and to be able to react in real time to either what a customer, you know, asks, um, you know, either through the AI models that have been generated and turning those AI models around much faster, um, and being able to get all the information that came came in in the last 20 minutes, right. >>You know, society's moving fast and changing fast. And, you know, even in one part of the world, if, um, something, you know, in 10 minutes can change and being able to have systems to react to that, learn from that and be able to pass that on to the next country, especially in this world with COVID and, you know, things changing very quickly with quickly and, and, and, um, diagnosis and, and, um, medical response, all that so quickly to be able to react to that and have systems pass that information learned from that information is going to be critical. >>That's awesome. Brian, one of the things that comes up every year is, Oh, the cloud scalable this year. I think, you know, we've, we've talked on the cube before, uh, years ago, certainly with the censure and Amazon, I think it was like three or four years ago. Yeah. The clouds horizontally scalable, but vertically specialized at the application layer. But if you look at the data Lake stuff that you guys have been doing, where you have machine learning, the data's horizontally scalable, and then you got the specialization in the app changes that changes the whole vertical thing. Like you don't need to have a whole vertical solution or do you, so how has this year's um, cloud news impacted vertical industries because it used to be, Oh, the oil and gas financial services. They've got a team for that. We've got a stack for that. Not anymore. Is it going away? What's changing. Wow. >>I, you know, I think it's a really good question. And I don't think, I think what we're saying, and I was just on a call this morning talking about banking and capital markets. And I do think the, you know, the, the challenges are still pretty sector specific. Um, but what we do see is the, the kind of commonality, when we start looking at the, and we talked about it as the industry solutions that we're building as a partnership, most of them follow the pattern of ingesting data, analyzing that data, and then being able to, uh, provide insights and an actions. Right. So if you think about creating that yeah. That kind of common chassis of that ingest the data Lake and then the machine learning, can you talk about, you know, the announces around SageMaker and being able to manage these models, what changes then really are the very specific industries algorithms that you're, you're, you're writing right within that framework. And so we're doing a lot in connect is a good example of this too, where you look at it. Yeah. Customer service is a horizontal capability that we're building out, but then when you stop it into insurance or retail banking or utilities, there are nuances then that we then extend and build so that we meet the unique needs of those, those industries. And that's usually around those, those models. >>Yeah. And I think this year was the first reinvented. I saw real products coming out that actually solve that problem. And that was their last year SageMaker was kinda moving up the stack, but now you have apps embedding machine learning directly in, and users don't even know it's in there. I mean, Christmas is kind of where it's going. Right. I mean, >>Yeah. Announcements. Right. How many, how many announcements where machine learning is just embedded in? I mean, so, you know, code guru, uh, dev ops guru Panorama, we talked about, it's just, it's just there. >>Yeah. I mean, having that knowledge about the linguistics and the metadata, knowing the, the business logic, those are important specific use cases for the vertical and you can get to it faster. Right. Chris, how is this changing on the tech side, your perspective? Yeah. >>You know, I keep coming back to, you know, AWS and cloud makes it easier, right? None of this stuff, you know, all of this stuff can be done, uh, and has some of it has been, but you know, what Amazon continues to do is make it easier to consume by the developer, by the, by the customer and to actually embedded into applications much easier than it would be if I had to go set up the stack and build it all on that and, and, and, uh, embed it. Right. So it's, shortcutting that process. And again, as these products continue to mature, right. And some of the stuff is embedded, um, it makes that process so much faster. Uh, it makes it reduces the amount of work required by the developers, uh, the engineers to get there. So I I'm expecting, you're going to see more of this. >>Right. I think you're going to see more and more of these multi connected services by AWS that has a lot of the AIML, um, pre-configured data lakes, all that kind of stuff embedded in those services. So you don't have to do it yourself and continue to go up the stack. And we was talking about, Amazon's built for builders, right. But, you know, builders, you know, um, have been super specialized in, or we're becoming, you know, as engineers, we're being asked to be bigger and bigger and to be, you know, uh, be able to do more stuff. And I think, you know, these kinds of integrated services are gonna help us do that >>And certainly needed more. Now, when you have hybrid edge that are going to be operating with microservices on a cloud model, and with all those advantages that are going to come around the corner for being in the cloud, I mean, there's going to be, I think there's going to be a whole clarity around benefits in the cloud with all these capabilities and benefits cloud guru. Thanks my favorite this year, because it just points to why that could happen. I mean, that happens because of the cloud data. If you're on premise, you may not have a little cloud guru, you got to got to get more data. So, but they're all different edge certainly will come into your vision on the edge. Chris, how do you see that evolving for customers? Because that could be complex new stuff. How is it going to get easier? >>Yeah. It's super complex now, right? I mean, you gotta design for, you know, all the different, uh, edge 5g, uh, protocols are out there and, and, and solutions. Right. You know, Amazon's simplifying that again, to come back to simplification. Right. I can, I can build an app that, that works on any 5g network that's been integrated with AWS. Right. I don't have to set up all the different layers to get back to my cloud or back to my, my bigger data side. And I was kind of choking. I don't even know where to call the cloud anymore, big cloud, which is a central and I go down and then I've got a cloud at the edge. Right. So what do I call that? >>Exactly. So, you know, again, I think it is this next generation of technology with the edge comes, right. And we put more and more data at the edge. We're asking for more and more compute at the edge, right? Whether it be industrial or, you know, for personal use or consumer use, um, you know, that processing is gonna get more and more intense, uh, to be able to manage and under a single console, under a single platform and be able to move the code that I develop across that entire platform, whether I have to go all the way down to the, you know, to the very edge, uh, at the, at the 5g level, right? Or all the way into the bigger cloud and how that process, isn't there be able to do that. Seamlessly is going to be allow the speed of development that's needed. >>Well, you guys done a great job and no better time to be a techie or interested in technology or computer science or social science for that matter. This is a really perfect storm, a lot of problems to solve a lot of things, a lot of change happening, positive change opportunities, a lot of great stuff. Uh, final question guys, five years working together now on this partnership with AWS and Accenture, um, congratulations, you guys are in pole position for the next wave coming. Um, what's exciting. You guys, Chris, what's on your mind, Brian. What's, what's getting you guys pumped up >>Again. I come back to G you know, Andy mentioned it in his keynote, right? We're seeing customers move now, right. We're seeing, you know, five years ago we knew customers were going to get a new, this. We built a partnership to enable these enterprise customers to make that, that journey. Right. But now, you know, even more, we're seeing them move at such great speed. Right. Which is super excites me. Right. Because I can see, you know, being in this for a long time, now I can see the value on the other end. And I really, we've been wanting to push our customers as fast as they can through the journey. And now they're moving out of, they're getting, they're getting the religion, they're getting there. They see, they need to do it to change your business. So that's what excites me is just the excites me. >>It's just the speed at which we're, we're in a single movement. Yeah, yeah. I'd agree with, yeah, I'd agree with that. I mean, so, you know, obviously getting, getting customers to the cloud is super important work, and we're obviously doing that and helping accelerate that, it's it, it's what we've been talking about when we're there, all the possibilities that become available right. Through the common data capabilities, the access to the 175 some-odd AWS services. And I also think, and this is, this is kind of permeated through this week at re-invent is the opportunity, especially in those industries that do have an industrial aspect, a manufacturing aspect, or a really strong physical aspect of bringing together it and operational technology and the business with all these capabilities, then I think edge and pushing machine learning down to the edge and analytics at the edge is really going to help us do that. And so I'm super excited by all that possibility is I feel like we're just scratching the surface there, >>Great time to be building out. And you know, this is the time for re reconstruction. Re-invention big themes. So many storylines in the keynote, in the events. It's going to keep us busy here. It's looking at angle in the cube for the next year. Gentlemen, thank you for coming out. I really appreciate it. Thanks. Thank you. All right. Great conversation. You're getting technical. We could've go on another 30 minutes. Lot to talk about a lot of storylines here at AWS. Reinvent 2020 at the Centure executive summit. I'm John furrier. Thanks for watching.

Published Date : Dec 10 2020

SUMMARY :

It's the cube with digital coverage Welcome to cube three 60 fives coverage of the Accenture executive summit. Thanks for having me here. impact of the COVID-19 pandemic has been, what are you hearing from clients? you know, various facets, you know, um, first and foremost, to this reasonably okay, and are, you know, launching to many companies, even the ones who have adapted reasonably well, uh, all the changes the pandemic has brought to them. in the cloud that we are going to see. Can you tell us a little bit more about what this strategy entails? all the systems under which they attract need to be liberated so that you could drive now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's Talk a little bit about how this has changed, the way you support your clients and how That is their employees, uh, because you do, across every department, I'm the agent of this change is going to be the employee's weapon, So how are you helping your clients, And that is again, the power of cloud. And the power of cloud is to get all of these capabilities from outside that employee, the employee will be more engaged in his or her job and therefore And there's this, um, you know, no more true than how So at Accenture, you have long, long, deep Stan, sorry, And through that investment, we've also made several acquisitions that you would have seen in And, uh, they're seeing you actually made a statement that five years from now, Yeah, the future to me, and this is, uh, uh, a fundamental belief that we are entering a new And the evolution that is going to happen where, you know, the human grace of mankind, I genuinely believe that cloud first is going to be in the forefront of that change It's the cube with digital coverage I want to start by asking you what it is that we mean when we say green cloud, So the magnitude of the problem that is out there and how do we pursue a green you know, when companies begin their cloud journey and then they confront, uh, And, uh, you know, We know that in the COVID era, shifting to the cloud has really become a business imperative. uh, you know, from a few manufacturers hand sanitizers and to hand sanitizers, role there, uh, you know, from, in terms of our clients, you know, there are multiple steps And in the third year and another 3 million analytics costs that are saved through right-sizing So that's that instead of it, we practice what we preach, and that is something that we take it to heart. We know that conquering this pandemic is going to take a coordinated And it's about a group of global stakeholders cooperating to simultaneously manage the uh, in, in UK to build, uh, uh, you know, uh, Microsoft teams in What do you see as the different, the financial security or agility benefits to cloud. And obviously the ecosystem partnership that we have that We, what, what do you think the next 12 to 24 months? And we all along with Accenture clients will win. Thank you so much. It's the cube with digital coverage of AWS reinvent executive And what happens when you bring together the scientific And Brian bowhead, global director, and head of the Accenture AWS business group at Amazon Um, and I think that, you know, there's a, there's a need ultimately to, And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. And I think that, you know, that's going to help us make faster, better decisions. Um, and so I think with that, you know, there's a few different, How do we re-imagine that, you know, how do ideas go from getting tested So Arjun, I want to bring you into this conversation a little bit. It was, uh, something that, you know, we had all to do differently. And maybe the third thing I would say is this one team And what I think ultimately has enabled us to do is it allowed us to move And I think if you really think about what he's talking about, Because the old ways of thinking where you've got application people and infrastructure, How will their experience of work change and how are you helping re-imagine and And it's something that, you know, I think we all have to think a lot about, I mean, And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are very Uh, and so I think that that's, you know, one, one element that, uh, can be considered. or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently the customer obsession and this idea of innovating much more quickly. and Carl mentioned some of the things that, you know, partner like AWS can bring to the table is we talk a lot about builders, And it's not just the technical people or the it people who are you know, some decisions, what we call it at Amazon or two-way doors, meaning you can go through that door, And so we chose, you know, uh, with our focus on innovation Jen, I want you to close this out here. sort of been great for me to see is that when people think about cloud, you know, Well, thank you so much. Yeah, it's been fun. And thank you for tuning into the cube. It's the cube with digital coverage Matthew, thank you for joining us. and also what were some of the challenges that you were grappling with prior to this initiative? Um, so the reason we sort of embarked So what was the main motivation for, for doing, um, you know, certainly as a, as an it leader and some of my operational colleagues, What is the art of the possible, can you tell us a little bit about why you the public sector that, you know, there are many rules and regulations quite rightly as you would expect Matthew, I want to bring you into the conversation a little bit here. to bring in a number of the different teams that we have say, cloud teams, security teams, um, I mean, so much of this is about embracing comprehensive change to experiment and innovate and Um, rather than just, you know, trying to pick It's not always a one size fits all. Obviously, you know, today what we believe is critical is making sure that we're creating something that met the forces needs, So to give you a little bit of, of context, when we, um, started And the pilot was so successful. And I think just parallel to that is the quality of our, because we had a lot of data, Seen that kind of return on investment, because what you were just describing with all the steps that we needed Um, but all the, you know, the minutes here and that certainly add up Have you seen any changes Um, but you can see the step change that is making in each aspect to the organization, And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain You know, we had lots of workshops and seminars where we all talk about, you know, see, you know, to see the stat change, you know, and, and if we, if we have any issues now it's literally, when you are trying to get everyone on board for this kind of thing? The solution itself is, um, you know, extremely large and, um, I want to hear, where do you go from here? But so, because it's apparently not that simple, but, um, you know, And I see now that we have good at embedded in operational policing for me, this is the start of our journey, in particular has brought it together because you know, COVID has been the accelerant So a number of years back, we, we looked at kind of our infrastructure in our landscape trying to figure uh, you know, start to deliver bit by bit incremental progress, uh, to get to the, of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually I want to just real quick, a redirect to you and say, you know, if all the people said, Oh yeah, And, um, you know, Australia, we had to live through Bush fires You know, we're going to get the city, you get a minute on specifically, but from your perspective, uh, Douglas, to hours and days, and, and truly allowed us to, we had to, you know, VJ things, And what specifically did you guys do at Accenture and how did it all come one of the key things that, uh, you know, we learned along this journey was that, uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment How did you address your approach to the cloud and what was your experience? And then building upon it, and then, you know, partnering with Accenture allows because the kind of, uh, you know, digital transformation, cloud transformation, learnings, um, that might different from the expectation we all been there, Hey, you know, It's, it's getting that last bit over the line and making sure that you haven't been invested in the future hundred percent of the time, they will say yes until you start to lay out to them, okay, You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, Um, you know, that's all stood up on AWS and is a significant portion of And I think our next big step is going to be obviously, So, um, you know, having a lot of that legwork done for us and an AWS gives you that, And obviously our, our CEO globally is just spending, you know, announcement about a huge investment that we're making in cloud. a lot of people kind of going through the same process, knowing what you guys know now, And we had all of our people working remotely, um, within, uh, you know, effectively one business day. So, um, you know, one example where you're able to scale and, uh, And this is really about you guys when they're actually set up for growth, um, and actually allows, you know, a line to achievements I really appreciate you coming. to figure out how we unlock that value, um, you know, drive our costs down efficiency, to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with There's got to say like e-learning squares, right, for me around, you know, It is tough, but, uh, uh, you know, you got to get started on it. It's the cube with digital coverage of Thank you so much for coming on the show, Johan you're welcome. their proper date, not just a day, but also the date you really needed that we did probably talked about So storing the data we should do as efficiently possibly can. Or if you started working with lots of large companies, you need to have some legal framework around some framework around What were some of the things you were trying to achieve with the OSU? So the first thing we did is really breaking the link between the application, And then you can export the data like small companies, last company, standpoint in terms of what you were trying to achieve with this? a lot of goods when we started rolling out and put in production, the old you are three and bug because we are So one of the other things that we talk a lot about here on the cube is sustainability. I was, you know, also do an alternative I don't mean to move away from that, but with sustainability, in addition to the benefits purchases for 51 found that AWS performs the same task with an So that customers benefit from the only commercial cloud that's hat hits service offerings and the whole industry, if you look it over, look at our companies are all moving in. objective is really in the next five years, you will become the key backbone It's the cube with digital coverage And obviously, you know, we have in the cloud, uh, you know, with and exhibition of digital transformation, you know, we are seeing the transformation or I want to go to you now trust and tell us a little bit about how mine nav works and how it helps One of the big focus now is to accelerate. having to collaborate, uh, not in real life. They realize that now the cloud is what is going to become important for them to differentiate. Keisha, I want to talk with you now about my navs multiple capabilities, And one of the things that we did a lot of research we found out is that there's an ability to influence So Tristan, tell us a little bit about how this capability helps clients make greener on renewable energy, some incredibly creative constructs on the how to do that. Would you say that it's catching on in the United States? And we have seen case studies and all Keisha, I want to bring you back into the conversation. And with the digital transformation requiring cloud at scale, you know, we're seeing that in And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need This enabled the client to get started, knowing that there is a business Have you found that at all? What man I gives the ability is to navigate through those, to start quickly. Kishor I want to give you the final word here. and we are, you know, achieving client's static business objectives while Any platform that can take some of the guesswork out of the future. It's the cube with digital coverage of And Andy T a B G the M is essentially Amazon business group lead managing the different pieces so I can move more quickly, uh, you know, And then, you know, that broadens our capability from just a technical discussion to It's not like it's new to you guys. the cloud, um, you know, that leaves 96 percentile now for him. And so I think, I think, you know, when you, when you think of companies out there faced with these challenges, have you seen for the folks who have done that? And at the end you can buy a lawn. it along with the talent and change pieces, which are also so important as you make What's the success factors that you see, a key success factor for these end to end transformations is not just the leaders, but you And so that takes me to perhaps the second point, which is the culture, um, it's important, Because I think, you know, as you work backwards from the customers, to the, you know, speed to insights, how'd you get them decomposing, uh, their application set and the top line is how do you harden that and protect that with, um, You know, the business model side, obviously the enablement is what Amazon has. And that we, if you think of that from the partnership, And if you hear Christophe Weber from Takeda talk, that need to get built and build that library by doing that, we can really help these insurance companies strategy you guys have to attract and attain the best and retain the people. Um, you know, it's, it's, um, it's an interesting one. I just say, you guys have a great team over there. um, uh, you know, capability set that will help enable him to and transformations as Brian And then number four is really about, you know, how do we, um, extend We got to get to the final question for you guys to weigh in on, and that's going to have the industry, um, you know, focus. Consume the latest and greatest of AWS as capabilities and, you know, in the areas of machine learning and analytics, as you know, the technology invention, um, comes out and continues to sort of I want to say thank you to you guys, because I've reported a few times some stories Thanks for coming on. at Atrius reinvent 2020 I'm John for your host. It's the cube with digital coverage of the century executive summit, where all the thought leaders going to extract the signal from the nose to share with you their perspective And I know compute is always something that, you know, over there, you know, small little team he's on the front and front stage. And one of the things that I'm excited about as you talk about going up the stack and on the edge are things will um, and the, the need, you know, more than ever really to, uh, to kind of rethink about because, you know, just reminded me that Brian just reminded me of some things I forgot happened. uh, you know, the iMac and offer that out. And a lot of that was some of that was already being done, but we were stitching multiple services It's interesting, you know, not to get all nerdy and, and business school life, but you've got systems of records, and even in the, you know, the macro S example is the ability if we're talking about features, Um, in the last session we talked And getting it into, into a model that you can pull the value out of the customers can pull the value out, that kind of tease out the future and connect the dots to what's coming. And I think that's, that's keeping with, you know, uh, Chris was talking about where we might be systems of record, Hey, Chris, on the last segment we did on the business mission, um, session, Andy Taylor from your team, So marketplace, you know, you, you heard Dave talk about that in the, in the partner summit, It's one thing if I just need to pass like a, you know, a simple user ID back and forth, You know, one of the things I want to, um, dig into with you guys now is in real time to either what a customer, you know, asks, um, you know, of the world, if, um, something, you know, in 10 minutes can change and being able to have the data's horizontally scalable, and then you got the specialization in the app changes And so we're doing a lot in connect is a good example of this too, where you look at it. And that was their last year SageMaker was kinda moving up the stack, but now you have apps embedding machine learning I mean, so, you know, code guru, uh, dev ops guru Panorama, those are important specific use cases for the vertical and you can get None of this stuff, you know, all of this stuff can be done, uh, and has some of it has been, And I think, you know, these kinds of integrated services are gonna help us do that I mean, that happens because of the cloud data. I mean, you gotta design for, you know, all the different, um, you know, that processing is gonna get more and more intense, uh, um, congratulations, you guys are in pole position for the next wave coming. I come back to G you know, Andy mentioned it in his keynote, right? I mean, so, you know, obviously getting, getting customers to the cloud is super important work, And you know, this is the time for re reconstruction.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StevePERSON

0.99+

RebeccaPERSON

0.99+

StewartPERSON

0.99+

Rebecca KnightPERSON

0.99+

Liz DennettPERSON

0.99+

LizPERSON

0.99+

MatthewPERSON

0.99+

AmazonORGANIZATION

0.99+

BrianPERSON

0.99+

StuartPERSON

0.99+

AWSORGANIZATION

0.99+

ABGORGANIZATION

0.99+

CarlPERSON

0.99+

HelenPERSON

0.99+

AustraliaLOCATION

0.99+

Brian bowheadPERSON

0.99+

JohanPERSON

0.99+

January, 2018DATE

0.99+

Johan KrebbersPERSON

0.99+

September, 2018DATE

0.99+

TakedaORGANIZATION

0.99+

Douglas ReganPERSON

0.99+

AccentureORGANIZATION

0.99+

JohnPERSON

0.99+

EuropeLOCATION

0.99+

30QUANTITY

0.99+

JohannPERSON

0.99+

Helen DavisPERSON

0.99+

November, 2019DATE

0.99+

LeePERSON

0.99+

DHLORGANIZATION

0.99+

HondaORGANIZATION

0.99+

ArjunPERSON

0.99+

$3 billionQUANTITY

0.99+

Sean ferryPERSON

0.99+

Douglas Regan, Stuart Driver & Sadiq Islam | AWS Executive Summit 2020


 

>>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Hi, everyone. Welcome to the cube virtual coverage of the executive summit at AWS reinvent 2020 virtual. This is the cube virtual. We can't be there in person like we are every year we have to be remote. This executive summit is with special programming supported by Accenture where the cube virtual I'm your host John for a year. We had a great panel here called on cloud first digital transformation from some experts, Stuart driver, the director of it and infrastructure and operates at lion Australia, Douglas Regan, managing director, client account lead at lion for Accenture as a deep Islam associate director application development lead for Accenture gentlemen. Thanks for coming on the cube virtual. >>That's a mouthful, >>All that digital, but the bottom line it's cloud transformation. This is a journey that you guys have been on together for over 10 years to be really a digital company. Now, some things have happened in the past year that kind of brings all this together. This is about the next generation organization. So I want to ask a Stuart, you first, if you can talk about this transformation at lion has undertaken some of the challenges and opportunities and how this year in particular has brought it together because you know, COVID has been the accelerant of digital transformation. Well, if you're 10 years in, I'm sure you're there. You're in the, uh, on that wave right now. Take a minute to explain this transformation journey. >>Yeah, sure. So number of years back, we, we looked at kind of our infrastructure and our landscape. I'm trying to figure out where we wanted to go next. And we were very analog based, um, and stuck in the old it Grove of Capitol reef rash, um, struggling to transform, struggling to get to a digital platform and we needed to change it up so that we could, uh, become very different business to the one that we were back then. Um, obviously cloud is an accelerant to that and we had a number of initiatives that needed a platform to build on. And a cloud infrastructure was the way that we started today. That side, we went through a number of transformation programs that we didn't want to do that in the old world. We wanted to do it in the new world. So, um, for us, it was palming up with, uh, you know, dried organizations that can take you on the journey and, uh, you know, start to deliver a bit by bit incremental progress, uh, to get to the, uh, I guess the promise land. >>Um, we're not, uh, not all the way there, but to where we were a long way along. And then when you get to some of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually change pretty quickly, um, provide capacity and, uh, and increase your environments and, you know, do the things that you need to do in a much more dynamic way than we would have been able to previously where we might've been waiting for the hardware vendors, et cetera, to deliver, um, capacity for us this year. It's been a pretty strong year from an it perspective and delivering for the business needs before we hit the Douglas. I want to >>Just really quick redirect to you and say, you know, if all the people who said, Oh yeah, you got to jump on cloud, get in early, you know, a lot of naysayers like, well, wait till to mature a little bit. Really, if you got in early and you, you know, paying your dues, if you will taking that medicine with the cloud, you're really kind of peaking at the right time. Is that true? Is that one of the benefits that comes out of this getting in there? >>Well, I mean, John, this has been an unprecedented year, right? And, um, you know, Australia, we had to live through bushfires and then we had covert and, and then we actually had to deliver a, um, a project on very large transformational product project, completely remote. And then we also had had some, some cyber challenges, which is public as well. And I don't think if we weren't moved into and enabled through the cloud, we would have been able to achieve that this year. It would have been much different. It would have been very difficult to do the fact that we're able to work and partner with Amazon through this year, which has been unprecedented and actually come out the other end and we've delivered a brand new digital capability across the entire business. Um, it really wouldn't have been impossible if we could, I guess, stayed in the old world. The fact that we were moved into the new Naval by the Navy allowed us to work in this unprecedented year. >>Just quick. What's your personal view on this? Because I've been saying on the Cuban reporting, necessity's the mother of all invention and the word agility has been kicked around as kind of a cliche, Oh, be agile. You know, we're going to get to Sydney. You can a minute on specifically, but from your perspective, uh, Douglas, what does that mean to you? Because there is benefits there for being agile. And >>I mean, I think as Stuart mentioned, right, in a lot of these things we try to do and, you know, typically, you know, hardware capabilities, uh, the last to be told and, and, and always the only critical path to be done, you know, we really didn't have that in this case, what we were doing with our projects in our deployments, right. We were able to move quickly able to make decisions in line with the business and really get things going, right. So a lot of times in a traditional world, you have these inhibitors, you have these critical path, it takes weeks and months to get things done as opposed to hours and days, and, and truly allowed us to, we had to, you know, BJ things, move things. And, you know, we were able to do that in this environment with AWS to support and the fact that we can kind of turn things off and on as quickly as we needed. Yeah. >>Cloud-scale is great for speed. So DECA, Gardez get your thoughts on this cloud first mission, you know, it, you know, the dev ops world, they saw this early, that jumping in there, they saw the, the, the agility. Now the theme this year is modern applications with the COVID pandemic pressure, there's real business pressure to make that happen. How did you guys learn to get there fast? And what specifically did you guys do at Accenture and how did it all come together? Can you take us inside kind of how it played out? >>No ma'am. So we started off with us and we worked with lions experts and, uh, the lost knowledge that I had, um, we then applied >>Our journey to cloud strategy and basically revolves around the seminars and, and, uh, you know, the deep repeating steps from our perspective was, uh, assessing the current environment, setting up the new cloud environment. And as we go modernizing and migrating these applications to the cloud now, you know, one of the key things that, uh, you know, we did not along this journey was that, you know, you can have the best plans, but the environment that we were dealing with, we, we often than not have to make changes. Uh, what opened a lot of agility and also work with a lot of collaboration with the, uh, Lyon team, as well as, uh, uh, AWS. I think the key thing for me was being able to really bring it all together. It's not just, uh, you know, essentially mobilize all of us working together to make this happen. >>What were some of the learnings real quick here for your journey there? >>So I think so from our perspective, the key learnings that, you know, uh, you know, when, when we look back at, uh, the, the infrastructure that was that we were trying to migrate over to the cloud, a lot of the documentation, et cetera, was not, uh, available. We were having to, uh, figure out a lot of things on the fly. Now that really required us to have, uh, uh, people with deep expertise who could go into those environments and, and work out, uh, you know, the best ways to, to migrate the workloads to the cloud. Uh, I think, you know, the biggest thing for me was making Jovi had on that real SMEs across the board globally, that we could leverage across the various technologies, uh, uh, and, and, and, you know, that would really work in our collaborative and agile. A lot of it would lie. >>Let's do what I got to ask you. How did you address your approach to the cloud and what was your experience? >>Yeah, for me, it's around getting the foundations right. To start with and then building on them. Um, so, you know, you've gotta have your, your, your process and you've got to have your, your kind of your infrastructure there and your blueprints ready. Um, AWS do a great job of that, right. Getting the foundations right. And then building upon it, and then, you know, partnering with Accenture allows you to do that very successfully. Um, I think, um, you know, the one thing that was probably surprising to us when we started down this journey and kind of after we got a long way down the track and looking backwards is actually how much you can just turn off. Right? So a lot of stuff that you, uh, you get left with a legacy in your environment, and when you start to work through it with the types of people that civic just mentioned, you know, the technical expertise working with the business, um, you can really rationalize environment and, uh, um, you know, cloud is a good opportunity to do that, to drive that legacy out. >>Um, so you know, a few things there, the other thing is, um, you've got to try and figure out the benefits that you're going to get out of moving here. So there's no point just taking something that is not delivering a huge amount of value in the traditional world, moving it into the cloud, and guess what is going to deliver the same limited amount of value. So you've got to transform it, and you've got to make sure that you build it for the future and understand exactly what you're trying to gain out of it. So again, you need a strong collaboration, you need, uh, um, you know, good partners to work with, and you need good engagement from the business as well, because the kind of, uh, you know, digital transformation, cloud transformation, isn't really an it project, I guess, fundamentally it is at the core, but it's a business project that you've got to get the whole business aligned on. You've got to make sure that your investment streams are appropriate and that's, uh, you're able to understand the benefits and the value that say, you're going to draw it back towards the business. >>Let's do it. If you don't mind me asking, what was some of the obstacles you encountered or learnings, um, that might've differed from the expectations we all been there, Hey, you know, we're going to change the world. Here's the sales pitch, here's the outcome. And then obviously things happen, you know, you learn legacy, okay. Let's put some containerization around that cloud native, um, all that rational. You're talking about what are you going to have obstacles? That's how you learn. That's how perfection is developed. How, what obstacles did you come up with and how are they different from your expectations going in? Yeah, >>They're probably no different from other people that have gone down the same journey. If I'm totally honest, the, you know, 70 or 80% of what you do is relatively easy because of the known quantity, it's relatively modern architectures and infrastructures, and you can, you know, upgrade, migrate, move them into the cloud, whatever it is, rehost, replatform, you know, rearchitect, whatever it is you want to do, it's the other stuff, right? It's the stuff that always gets left behind. And that's the challenge. It's, it's getting that last bit over the line and making sure that you haven't invested in the future while still carrying all of your legacy costs and complexity within your environment. So, um, to be quite honest, that's probably taken longer and has been more of a challenge than we thought it would be. Um, the other piece I touched on earlier on in terms of what was surprising was actually how much of, uh, your environment is actually not needed anymore. >>When you start to put a critical eye across it and understand, um, uh, ask the tough questions and start to understand exactly what, what it is you're trying to achieve. So if you ask a part of the business, do they still need this application or this service a hundred percent of the time, they'll say yes, until you start to lay out to them, okay. Now going to cost you this to migrate it or this, to run it in the future. And, you know, here's your ongoing costs and, you know, et cetera, et cetera. And then, uh, for a significant amount of those answers, you get a different response when you start to layer on the true value of it. So you start to flush out those hidden costs within the, and you start to make some critical decisions as a company based on that, based on that. So that was a little tougher than we first thought and probably broader than we thought there was more of that than we anticipated, uh, which actually resulted in a much cleaner environment, post post migration, >>You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, you know, you want to automate, that's a key thing in cloud, and you've got to discover those opportunities to create value, uh, Stuart and Siddique. Mainly if you can weigh in on this love to know the percentage of total cloud that you have now, versus when you started, because as you start to uncover whether it's by design for purpose, or you discover opportunity to innovate like you guys have, I'm sure it kind of, you took on some territory inside Lyon, what percentage of cloud now versus stark? >>Yeah. I just thought it was minimal, right. You know, close to zero rise, single and single digits. Right. It was mainly SAS environments that we had, uh, sitting in cloud when we, uh, when we started, um, Don mentioned that air on a really significant transformation project, um, that we've on the Turk and recently gone live on a multi-year one. Um, you know, that's all stood up on AWS and there's a, a significant portion of our environment, um, in terms of what we can move to cloud. Uh, we're probably at about 80 or 90% now. And the balanced bit is, um, legacy infrastructure that is just gonna retire as we go through the cycle rather than migrate to the cloud. Um, so we are significantly cloud biased and, uh, you know, we're reaping the benefits of it in a year, like 2020, and makes you glad that you did all of the hard yards in the previous years when you start business challenges starting out as, yeah. >>So I think any common reaction. Yeah. Still the cloud percentage penetration. Okay. >>So I do, I do guys, all I was going to say was, I think it's like the 80 20 rule, right? We, we, we worked really hard in the, you know, I think 2018, 19 to get any person off the application onto the cloud. And over the last year is the 20% that we have been migrating to extend. Right. Uh, not, I think that is also, that's going to be good diet. And I think our next big step is going to be obviously, you know, the icing on the cake, which is to decommission all of these apps as well. Right. So, you know, to get the real benefits out of, uh, the whole conservation program from a, uh, from a reduction of cap ex >>Douglas and Stuart, can you guys talk about the decision around the cloud because you guys have had success with AWS, why AWS how's that decision made? Can you guys give some insight into some of those thoughts? >>I can, I can stop, start off. I think back when the decision was made and it was, it was a while back, um, you know, there's some clear advantages of moving relay, Ws, a lot of alignment with some of the significant projects and the trend, that particular one big transformation project that we've alluded to as well. Um, you know, we needed some, um, um, some very robust and, um, just future proof and, um, proven technology. And AWS gave that to us. We needed a lot of those blueprints to help us move down the path. We didn't want to reinvent everything. So, um, you know, having a lot of that legwork done for us and AWS gives you that, right. And particularly when you partner up with, uh, with a company like Accenture as well, you get a combination of the technology and the, and the skills and the knowledge to, to move you forward in that direction. >>So, um, you know, for us, it was a, uh, uh, it was a decision based on, you know, best of breed, um, you know, looking forward and, and trying to predict the future needs and, and, and kind of the environmental that we might need. Um, and, you know, partnering up with organizations that can take you on the journey. Yeah. And just to build on that. So obviously, you know, lions like an NWS, but, you know, we knew it was a very good choice given the, um, uh, the skills and the capability that we had, as well as the assets and tools we had to get the most out of, um, out of the AWS. And obviously our CEO globally has just made an announcement about a huge investment that we're making in cloud. Um, but you know, we've, we've worked very well with AWS. We've done some joint workshops and joint investments, um, some joint POC. So yeah, w we have a very good working relationship, AWS, and I think, um, one incident to reflect upon the cyber is, and again, where we actually jointly, you know, dove in with, um, with Amazon and some of their security experts and our experts, and we're able to actually work through that with wine success, quite them. So, um, you know, really good behaviors as an organization, but also really good capabilities. >>Yeah. As you guys, you're essential cloud outcomes, research shown, it's the cycle of innovation with the cloud. That's creating a lot of benefits knowing what you guys know now, looking back certainly COVID has impacted a lot of people kind of going through the same process, uh, knowing what you guys know now, would you advocate people to jump on this transformation journey? If so, how and what tweaks they make what's, uh, changes, what would you advise? >>I might take that one to start with. Um, I hate to think where we would have been when, uh, COVID kicked off here in Australia and, you know, we were all sent home, literally were at work on the Friday, and then over the weekend. And then Monday, we were told not to come back into the office and all of a sudden, um, our capacity in terms of remote access quadrupled, or more four, five X, uh, what we had on the Friday we needed on the Monday. And we were able to stand that up during the day Monday night into Tuesday, because we were cloud-based and, uh, you know, we just spun up your instances and, uh, you know, sort of our licensing, et cetera. And, and we had all of our people working remotely, um, within, uh, you know, effectively one business day. Um, I know peers of mine in other organizations and industries that are relying on kind of a traditional wise and getting hardware, et cetera, that were weeks and before they could get the right hardware to be able to deliver to their user base. >>So, um, you know, one example where you're able to scale and, uh, um, get, uh, get value out of this platform beyond probably what was anticipated at the time you talked about, um, you know, less this, the, in all of these kinds of things. And you can also think of a few scenarios, but real world ones where you're getting your business back up and running in that period of time is, is just phenomenal. There's other stuff, right? There's these programs that we've rolled out, you do your sizing, um, and in the traditional world, you would just go out and buy more servers than you need. And, you know, probably never realize the full value of those, you know, the capability of those servers over the life cycle of them. Whereas, you know, in a cloud world, you're putting what you think is right. And if it's not right, you bump it up a little bit when, when all of your metrics and so on, I'm tell you that you need to bump it up. And conversely, you Scarlet down at a, at the same rate. So for us with the types of challenges and programs and, uh, uh, and just business need, that's come at as this year, uh, we wouldn't have been able to do it without a strong cloud base, uh, to, uh, to move forward with >>Yeah, Douglas, one of the things I talked to, a lot of people on the right side of history who have been on the right wave with cloud, with the pandemic, and they're happy, they're like, and they're humble. Like, well, we're just lucky, you know, luck is preparation meets opportunity. And this is really about you guys getting in early and being prepared and readiness. This is kind of important as people realize that you gotta be ready. I mean, it's not just, you don't get lucky by being in the right place, the right time. And there were a lot of companies were on the wrong side of history here who might get washed away. This is a super important one >>Yeah. To echo and kind of build on what Stewart said. I think that the reason that we've had success and, and I guess the momentum is we, we didn't just do it in isolation within it and technology. It was actually linked to broader business changes, you know, creating basically a digital platform for the entire business, moving the business, where are they going to be able to come back stronger after COVID, when they're actually set up for growth, um, and actually allows, you know, uh, line to achievements growth objectives, and also its ambitions as far as what it wants to do, uh, with growth and whatever they may do with acquiring other companies and moving into different markets and launching new products. So we've actually done it in a way that is, you know, real and direct business benefit. Uh, it actually enables learning to grow. >>Jim. I really appreciate you coming. I have one final question. If you can wrap up here, uh, Stuart and Douglas, you don't mind weighing in what's the priorities for the future. What's next for lion and essential >>Christmas holidays, I'll start Christmas holidays and it's been a big year and then a, and then a reset, obviously, right? So, um, you know, it's, it's figuring out, uh, transform what we've already transformed, if that makes sense. So God, a huge proportion of our services sitting in the cloud. Um, but we know we're not done even with the stuff that is in there. We need to take those steps. We need more and more automation and orchestration. Uh, we need to, um, uh, our environment is more future growth. We need to be able to work with the business and understand what's coming at them so that we can know, build that into our environment. So again, it's really transformation on top of transformation. It's the way that I'll describe it. And it's really an open book, right? Once you get it in and you've got the capabilities and the evolving tool sets that, uh, AWS continue to bring to the market, um, you know, working with the partners to, to figure out how we unlock that value, um, you know, drive our costs down our efficiency up, uh, all of those kind of, you know, standard metrics. >>Um, but you know, we're looking for the next things to transform and showed value back out to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with and understand how we can better make their names. Yeah, I think just to echo that, I think it's really leveraging this end to end digital capability they have and getting the most out of that investment. And then I think it's also moving to, uh, in a dumping more new ways of working as far as, you know, the state of the business. Um, it's getting up the speed of the market is changing. So being able to launch and do things quickly and also, um, be competitive with it, you know, inefficient operating costs, uh, now that they're in the cloud, right. So I think it's really leveraging the most out of a platform and then, you know, being efficient in launching things. So putting it with the business, >>Sadiq, any word from you on your priorities by UC this year in folding. >>Yeah. So, uh, there's got to say like e-learning squares, right? For me around this journey, this is a journey to the cloud, right. And, uh, you know, as well dug the students at it's getting all, you know, different parts of the organization along the journey business to ID to your, uh, Warnock Legos, et cetera. Right. And it takes time. It is tough, but, uh, uh, you know, you got to get started on it and, you know, once we, once we finish off, uh, it's the realization of the benefits now that, you know, looking forward, I think for, from Alliance perspective is, is, uh, you know, once we migrate all the workloads to the cloud, it is leveraging, uh, our stack drive. And as I think Stewart said, uh, earlier, uh, with, uh, you know, the latest and greatest stuff that non-compete WLC, it's basically working to see how we can really, uh, achieve more better operational excellence, uh, from a, uh, from a cloud perspective. >>Well, Stewart, thanks for coming on with a century, sharing your environment and what's going on and your journey you're on the right wave. Did the work you're in the, it's all coming together with faster, congratulations for your success and, uh, really appreciate Douglas and Steve for coming on as well from Accenture. Thank you for coming on. Thanks, John. Okay. Just the cubes coverage of executive summit at AWS reinvent. This is where all the thought leaders share their best practices, their journeys, and of course, special programming with Accenture and the cube. I'm Sean ferry, your host. Thanks for watching.

Published Date : Dec 1 2020

SUMMARY :

It's the cube with digital coverage the cube virtual I'm your host John for a year. particular has brought it together because you know, COVID has been the accelerant uh, you know, dried organizations that can take you on the journey and, uh, you know, you know, do the things that you need to do in a much more dynamic way than we would have been able to previously where we Just really quick redirect to you and say, you know, if all the people who said, Oh yeah, you got to jump on cloud, And, um, you know, Because I've been saying on the Cuban reporting, necessity's the mother of and, and always the only critical path to be done, you know, we really didn't have that in this case, you know, it, you know, the dev ops world, they saw this early, that jumping in there, they saw the, the, So we started off with us and applications to the cloud now, you know, one of the key things that, uh, you know, you know, uh, you know, when, when we look back at, uh, How did you address your approach to the cloud and what was your experience? Um, I think, um, you know, the one thing that was probably surprising because the kind of, uh, you know, digital transformation, cloud transformation, learnings, um, that might've differed from the expectations we all been there, Hey, you know, you know, 70 or 80% of what you do is relatively easy because of the known quantity, And, you know, here's your ongoing costs You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, you know, we're reaping the benefits of it in a year, like 2020, and makes you glad that you did all of the hard Still the cloud percentage penetration. you know, the icing on the cake, which is to decommission all of these apps as well. So, um, you know, having a lot of that legwork done for us and AWS gives you that, So obviously, you know, lions like an NWS, but, you know, a lot of people kind of going through the same process, uh, knowing what you guys know now, uh, you know, we just spun up your instances and, uh, you know, sort of our licensing, et cetera. And, you know, probably never realize the full value of those, you know, the capability of those servers over the you know, luck is preparation meets opportunity. So we've actually done it in a way that is, you know, real and direct business benefit. Stuart and Douglas, you don't mind weighing in what's the priorities for the future. to figure out how we unlock that value, um, you know, drive our costs down our efficiency to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with It is tough, but, uh, uh, you know, you got to get started on it Thank you for coming on.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
StewartPERSON

0.99+

StevePERSON

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

JimPERSON

0.99+

StuartPERSON

0.99+

Douglas ReganPERSON

0.99+

DouglasPERSON

0.99+

AustraliaLOCATION

0.99+

AccentureORGANIZATION

0.99+

JohnPERSON

0.99+

2018DATE

0.99+

Sean ferryPERSON

0.99+

20%QUANTITY

0.99+

MondayDATE

0.99+

70QUANTITY

0.99+

SiddiquePERSON

0.99+

DonPERSON

0.99+

NWSORGANIZATION

0.99+

10 yearsQUANTITY

0.99+

90%QUANTITY

0.99+

FridayDATE

0.99+

SydneyLOCATION

0.99+

TuesdayDATE

0.99+

80%QUANTITY

0.99+

2020DATE

0.99+

firstQUANTITY

0.99+

19DATE

0.99+

SadiqPERSON

0.99+

Monday nightDATE

0.98+

last yearDATE

0.98+

one business dayQUANTITY

0.98+

LyonLOCATION

0.98+

over 10 yearsQUANTITY

0.98+

first missionQUANTITY

0.98+

COVIDORGANIZATION

0.98+

one final questionQUANTITY

0.98+

Sadiq IslamPERSON

0.97+

this yearDATE

0.97+

todayDATE

0.97+

fourQUANTITY

0.97+

one exampleQUANTITY

0.97+

AWSEVENT

0.97+

GardezPERSON

0.97+

UCORGANIZATION

0.97+

pandemicEVENT

0.96+

echoCOMMERCIAL_ITEM

0.96+

one incidentQUANTITY

0.96+

hundred percentQUANTITY

0.95+

oneQUANTITY

0.94+

lionORGANIZATION

0.94+

NavyORGANIZATION

0.93+

cube virtualCOMMERCIAL_ITEM

0.92+

past yearDATE

0.92+

Stuart driverPERSON

0.91+

COVIDTITLE

0.91+

AWS Executive Summit 2020


 

>>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome to cube three 60 fives coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight. Today we are joined by a cube alum, Karthik, Lorraine. He is Accenture senior managing director and lead Accenture cloud. First, welcome back to the show Karthik. >>Thank you. Thanks for having me here. >>Always a pleasure. So I want to talk to you. You are an industry veteran, you've been in Silicon Valley for decades. Um, I want to hear from your perspective what the impact of the COVID-19 pandemic has been, what are you hearing from clients? What are they struggling with? What are their challenges that they're facing day to day? >>I think, um, COVID-19 is being a eye-opener from, you know, various facets, you know, um, first and foremost, it's a, it's a hell, um, situation that everybody's facing, which is not just, uh, highest economic bearings to it. It has enterprise, um, an organization with bedding to it. And most importantly, it's very personal to people, um, because they themselves and their friends, family near and dear ones are going through this challenge, uh, from various different dimension. But putting that aside, when you come to it from an organization enterprise standpoint, it has changed everything well, the behavior of organizations coming together, working in their campuses, working with each other as friends, family, and, uh, um, near and dear colleagues, all of them are operating differently. So that's what big change to get things done in a completely different way, from how they used to get things done. >>Number two, a lot of things that were planned for normal scenarios, like their global supply chain, how they interact with their client customers, how they go innovate with their partners on how that employees contribute to the success of an organization at all changed. And there are no data models that give them a hint of something like this for them to be prepared for this. So we are seeing organizations, um, that have adapted to this reasonably okay, and are, you know, launching to innovate faster in this. And there are organizations that have started with struggling, but are continuing to struggle. And the gap between the leaders and legs are widening. So this is creating opportunities in a different way for the leaders, um, with a lot of pivot their business, but it's also creating significant challenge for the lag guides, uh, as we defined in our future systems research that we did a year ago, uh, and those organizations are struggling further. So the gap is actually widening. >>So you just talked about the widening gap. I've talked about the tremendous uncertainty that so many companies, even the ones who have adapted reasonably well, uh, in this, in this time, talk a little bit about Accenture cloud first and why, why now? >>I think it's a great question. Um, we believe that for many of our clients COVID-19 has turned, uh, cloud from an experimentation aspiration to an origin mandate. What I mean by that is everybody has been doing something on the other end cloud. There's no company that says we don't believe in cloud are, we don't want to do cloud. It was how much they did in cloud. And they were experimenting. They were doing the new things in cloud, but they were operating a lot of their core business outside the cloud or not in the cloud. Those organizations have struggled to operate in this new normal, in a remote fashion, as well as, uh, their ability to pivot to all the changes the pandemic has brought to them. But on the other hand, the organizations that had a solid foundation in cloud were able to collect faster and not actually gone into the stage of innovating faster and driving a new behavior in the market, new behavior within their organization. >>So we are seeing that spend to make is actually fast-forwarded something that we always believed was going to happen. This, uh, uh, moving to cloud over the next decade is fast forward it to happen in the next three to five years. And it's created this moment where it's a once in an era, really replatforming of businesses in the cloud that we are going to see. And we see this moment as a cloud first moment where organizations will use cloud as the, the, the canvas and the foundation with which they're going to reimagine their business after they were born in the cloud. Uh, and this requires a whole new strategy. Uh, and as Accenture, we are getting a lot in cloud, but we thought that this is the moment where we bring all of that, gave him a piece together because we need a strategy for addressing, moving to cloud are embracing cloud in a holistic fashion. And that's what Accenture cloud first brings together a holistic strategy, a team that's 70,000 plus people that's coming together with rich cloud skills, but investing to tie in all the various capabilities of cloud to Delaware, that holistic strategy to our clients. So I want you to >>Delve into a little bit more about what this strategy actually entails. I mean, it's clearly about embracing change and being willing to experiment and having capabilities to innovate. Can you tell us a little bit more about what this strategy entails? >>Yeah. The reason why we say that as a need for strategy is like I said, cloud is not new. There's almost every customer client is doing something with the cloud, but all of them have taken different approaches to cloud and different boundaries to cloud. Some organizations say, I just need to consolidate my multiple data centers to a small data center footprint and move the nest to cloud. Certain other organizations say that well, I'm going to move certain workloads to cloud. Certain other organizations said, well, I'm going to build this Greenfield application or workload in cloud. Certain other said, um, I'm going to use the power of AI ML in the cloud to analyze my data and drive insights. But a cloud first strategy is all of this tied with the corporate strategy of the organization with an industry specific cloud journey to say, if in this current industry, if I were to be reborn in the cloud, would I do it in the exact same passion that I did in the past, which means that the products and services that they offer need to be the matching, how they interact with that customers and partners need to be revisited, how they bird and operate their IP systems need to be the, imagine how they unearthed the data from all of the systems under which they attract need to be liberated so that you could drive insights of cloud. >>First strategy hands is a corporate wide strategy, and it's a C-suite responsibility. It doesn't take the ownership away from the CIO or CIO, but the CIO is, and CDI was felt that it was just their problem and they were to solve it. And everyone as being a customer, now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's agenda, where probably the CDI is the instrument to execute that that's a holistic cloud-first strategy >>And it, and it's a strategy, but the way you're describing it, it sounds like it's also a mindset and an approach, as you were saying, this idea of being reborn in the cloud. So now how do I think about things? How do I communicate? How do I collaborate? How do I get done? What I need to get done. Talk a little bit about how this has changed, the way you support your clients and how Accenture cloud first is changing your approach to cloud services. >>Wonderful. Um, you know, I did not color one very important aspect in my previous question, but that's exactly what you just asked me now, which is to do all of this. I talked about all of the variables, uh, an organization or an enterprise is going to go through, but the good part is they have one constant. And what is that? That is their employees, uh, because you do, the employees are able to embrace this change. If they are able to, uh, change them, says, pivot them says retool and train themselves to be able to operate in this new cloud. First one, the ability to reimagine every function of the business would be happening at speed. And cloud first approach is to do all of this at speed, because innovation is deadly proposed there, do the rate of probability on experimentation. You need to experiment a lot for any kind of experimentation. >>There's a probability of success. Organizations need to have an ability and a mechanism for them to be able to innovate faster for which they need to experiment a lot, the more the experiment and the lower cost at which they experiment is going to help them experiment a lot. And they experiment demic speed, fail fast, succeed more. And hence, they're going to be able to operate this at speed. So the cloud-first mindset is all about speed. I'm helping the clients fast track that innovation journey, and this is going to happen. Like I said, across the enterprise and every function across every department, I'm the agent of this change is going to be the employees or weapon, race, this change through new skills and new grueling and new mindset that they need to adapt to. >>So Karthik what you're describing it, it sounds so exciting. And yet for a pandemic wary workforce, that's been working remotely that may be dealing with uncertainty if for their kid's school and for so many other aspects of their life, it sounds hard. So how are you helping your clients, employees get onboard with this? And because the change management is, is often the hardest part. >>Yeah, I think it's, again, a great question. A bottle has only so much capacity. Something got to come off for something else to go in. That's what you're saying is absolutely right. And that is again, the power of cloud. The reason why cloud is such a fundamental breakthrough technology and capability for us to succeed in this era, because it helps in various forms. What we talked so far is the power of innovation that can create, but cloud can also simplify the life of the employees in an enterprise. There are several activities and tasks that people do in managing that complex infrastructure, complex ID landscape. They used to do certain jobs and activities in a very difficult underground about with cloud has simplified. And democratised a lot of these activities. So that things which had to be done in the past, like managing the complexity of the infrastructure, keeping them up all the time, managing the, um, the obsolescence of the capabilities and technologies and infrastructure, all of that could be offloaded to the cloud. >>So that the time that is available for all of these employees can be used to further innovate. Every organization is going to spend almost the same amount of money, but rather than spending activities, by looking at the rear view mirror on keeping the lights on, they're going to spend more money, more time, more energy, and spend their skills on things that are going to add value to their organization. Because you, every innovation that an enterprise can give to their end customer need not come from that enterprise. The word of platform economy is about democratising innovation. And the power of cloud is to get all of these capabilities from outside the four walls of the enterprise, >>It will add value to the organization, but I would imagine also add value to that employee's life because that employee, the employee will be more engaged in his or her job and therefore bring more excitement and energy into her, his or her day-to-day activities too. >>Absolutely. Absolutely. And this is, this is a normal evolution we would have seen everybody would have seen in their lives, that they keep moving up the value chain of what activities that, uh, gets performed buying by those individuals. And this is, um, you know, no more true than how the United States, uh, as an economy has operated where, um, this is the power of a powerhouse of innovation, where the work that's done inside the country keeps moving up to value chain. And, um, us leverage is the global economy for a lot of things that is required to power the United States and that global economic, uh, phenomenon is very proof for an enterprise as well. There are things that an enterprise needs to do them soon. There are things an employee needs to do themselves. Um, but there are things that they could leverage from the external innovation and the power of innovation that is coming from technologies like cloud. >>So at Accenture, you have long, long, deep Stan, sorry, you have deep and long-standing relationships with many cloud service providers, including AWS. How does the Accenture cloud first strategy, how does it affect your relationships with those providers? >>Yeah, we have great relationships with cloud providers like AWS. And in fact, in the cloud world, it was one of the first, um, capability that we started about years ago, uh, when we started developing these capabilities. But five years ago, we hit a very important milestone where the two organizations came together and said that we are forging a pharma partnership with joint investments to build this partnership. And we named that as a Accenture, AWS business group ABG, uh, where we co-invest and brought skills together and develop solutions. And we will continue to do that. And through that investment, we've also made several acquisitions that you would have seen in the recent times, like, uh, an invoice and gecko that we made acquisitions in in Europe. But now we're taking this to the next level. What we are saying is two cloud first and the $3 billion investment that we are bringing in, uh, through cloud-first. >>We are going to make specific investment to create unique joint solution and landing zones foundation, um, cloud packs with which clients can accelerate their innovation or their journey to cloud first. And one great example is what we are doing with Takeda, uh, billable, pharmaceutical giant, um, between we've signed a five-year partnership. And it was out in the media just a month ago or so, where we are, the two organizations are coming together. We have created a partnership as a power of three partnership, where the three organizations are jointly hoarding hats and taking responsibility for the innovation and the leadership position that Takeda wants to get to with this. We are going to simplify their operating model and organization by providing and flexibility. We're going to provide a lot more insights. Tequila has a 230 year old organization. Imagine the amount of trapped data and intelligence that is there. >>How about bringing all of that together with the power of AWS and Accenture and Takeda to drive more customer insights, um, come up with breakthrough R and D uh, accelerate clinical trials and improve the patient experience using AI ML and edge technologies. So all of these things that we will do through this partnership with joined investment from Accenture cloud first, as well as partner like AWS, so that Takeda can realize their gain. And, uh, their senior actually made a statement that five years from now, every ticket an employee will have an AI assistant. That's going to make that beginner employee move up the value chain on how they contribute and add value to the future of tequila with the AI assistant, making them even more equipped and smarter than what they could be otherwise. >>So, one last question to close this out here. What is your future vision for, for Accenture cloud first? What are we going to be talking about at next year's Accenture executive summit? Yeah, the future >>Is going to be, um, evolving, but the part that is exciting to me, and this is, uh, uh, a fundamental belief that we are entering a new era of industrial revolution from industry first, second, and third industry. The third happened probably 20 years ago with the advent of Silicon and computers and all of that stuff that happened here in the Silicon Valley. I think the fourth industrial revolution is going to be in the cross section of, uh, physical, digital and biological boundaries. And there's a great article, um, in one economic forum that people, uh, your audience can Google and read about it. Uh, but the reason why this is very, very important is we are seeing a disturbing phenomenon that over the last 10 years are seeing a Blackwing of the, um, labor productivity and innovation, which has dropped to about 2.1%. When you see that kind of phenomenon over that longer period of time, there has to be breakthrough innovation that needs to happen to come out of this barrier and get to the next, you know, base camp, as I would call it to further this productivity, um, lack that we are seeing, and that is going to happen in the intersection of the physical, digital and biological boundaries. >>And I think cloud is going to be the connective tissue between all of these three, to be able to provide that where it's the edge, especially is good to come closer to the human lives. It's going to come from cloud. Yeah. Pick totally in your mind, you can think about cloud as central, either in a private cloud, in a data center or in a public cloud, you know, everywhere. But when you think about edge, it's going to be far reaching and coming close to where we live and maybe work and very, um, get entertained and so on and so forth. And there's good to be, uh, intervention in a positive way in the field of medicine, in the field of entertainment, in the field of, um, manufacturing in the field of, um, you know, mobility. When I say mobility, human mobility, people, transportation, and so on and so forth with all of this stuff, cloud is going to be the connective tissue and the vision of cloud first is going to be, uh, you know, blowing through this big change that is going to happen. And the evolution that is going to happen where, you know, the human grace of mankind, um, our person kind of being very gender neutral in today's world. Um, go first needs to be that beacon of, uh, creating the next generation vision for enterprises to take advantage of that kind of an exciting future. And that's why it, Accenture, are we saying that there'll be change as our, as our purpose? >>I genuinely believe that cloud first is going to be in the forefront of that change agenda, both for Accenture as well as for the rest of the work. Excellent. Let there be change, indeed. Thank you so much for joining us Karthik. A pleasure I'm Rebecca nights stay tuned for more of Q3 60 fives coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS >>Welcome everyone to the Q virtual and our coverage of the Accenture executive summit, which is part of AWS reinvent 2020. I'm your host Rebecca Knight. Today, we are talking about the green cloud and joining me is Kishor Dirk. He is Accenture senior managing director cloud first global services lead. Thank you so much for coming on the show. Kishor nice to meet you. So I want to start by asking you what it is that we mean when we say green cloud, we know the sustainability is a business imperative. So many organizations around the world are committing to responsible innovation, lowering carbon emissions. But what is this? What is it? What does it mean when they talk about cloud from a sustainability perspective? I think it's about responsible innovation being cloud is a cloud first approach that has benefit the clients by helping reduce carbon emissions. Think about it this way. >>You have a large number of data centers. Each of these data centers are increasing by 14% every year. And this double digit growth. What you're seeing is these data centers and the consumption is nearly coolant to the kind of them should have a country like Spain. So the magnitude of the problem that is out there and how do we pursue a green approach. If you look at this, our Accenture analysis, in terms of the migration to public cloud, we've seen that we can reduce that by 59 million tons of CO2 per year with just the 5.9% reduction in total emissions and equates this to 22 million cars off the road. And the magnitude of reduction can go a long way in meeting climate change commitments, particularly for data sensitive. Wow, that's incredible. The numbers that you're putting forward are, are absolutely mind blowing. So how does it work? Is it a simple cloud migration? So, you know, when companies begin their cloud journey and then they confront, uh, with >>Them a lot of questions, the decision to make, uh, this particular, uh, element sustainable in the solution and benefits they drive and they have to make wise choices, and then they will gain unprecedented level of innovation leading to both a greener planet, as well as, uh, a greener balance sheet, I would say, uh, so effectively it's all about ambition, data ambition, greater the reduction in carbon emissions. So from a cloud migration perspective, we look at it as a, as a simple solution with approaches and sustainability benefits, uh, that vary based on things it's about selecting the right cloud provider, a very carbon thoughtful provider and the first step towards a sustainable cloud journey. And here we're looking at cloud operators know, obviously they have different corporate commitments towards sustainability, and that determines how they plan, how they build, uh, their, uh, uh, the data centers, how they are consumed and assumptions that operate there and how they, or they retire their data centers. >>Then, uh, the next element that you want to do is how do you build it ambition, you know, for some of the companies, uh, and average on-prem, uh, drives about 65% energy reduction and the carbon emission reduction number was 84%, which is kind of good, I would say. But then if you could go up to 98% by configuring applications to the cloud, that is significant benefit for, uh, for the board. And obviously it's a, a greener cloud that we're talking about. And then the question is, how far can you go? And, uh, you know, the, obviously the companies have to unlock greater financial societal environmental benefits, and Accenture has this cloud based circular operations and sustainable products and services that we bring into play. So it's a, it's a very thoughtful, broader approach that w bringing in, in terms of, uh, just a simple concept of cloud migration. >>So we know that in the COVID era, shifting to the cloud has really become a business imperative. How is Accenture working with its clients at a time when all of this movement has been accelerated? How do you partner and what is your approach in terms of helping them with their migrations? >>Yeah, I mean, let, let me talk a little bit about the pandemic and the crisis that is that today. And if you really look at that in terms of how we partnered with a lot of our clients in terms of the cloud first approach, I'll give you a couple of examples. We worked with rolls, Royce, MacLaren, DHL, and others, as part of the ventilator, a UK challenge consortium, again, to, uh, coordinate production of medical ventilator surgically needed for the UK health service. Many of these farms I've taken similar initiatives in, in terms of, uh, you know, from a few manufacturers hand sanitizers, and to answer it as us and again, leading passionate labels, making PPE, and again, at the UN general assembly, we launched the end-to-end integration guide that helps company is essentially to have a sustainable development goals. And that's how we are parking at a very large scale. >>Uh, and, and if you really look at how we work with our clients and what is Accenture's role there, uh, you know, from, in terms of our clients, you know, there are multiple steps that we look at. One is about planning, building, deploying, and managing an optimal green cloud solution. And Accenture has this concept of, uh, helping clients with a platform to kind of achieve that goal. And here we are having, we are having a platform or a mine app, which has a module called BGR advisor. And this is a capability that helps you provide optimal green cloud, uh, you know, a business case, and obviously a blueprint for each of our clients and right from the start in terms of how do we complete cloud migration recommendation to an improved solution, accurate accuracy to obviously bringing in the end to end perspective, uh, you know, with this green card advisor capability, we're helping our clients capture what we call as a carbon footprint for existing data centers and provide, uh, I would say the current cloud CO2 emission score that, you know, obviously helps them, uh, with carbon credits that can further that green agenda. >>So essentially this is about recommending a green index score, reducing carbon footprint for migration migrating for green cloud. And if we look at how Accenture itself is practicing what we preach, 95% of our applications are in the cloud. And this migration has helped us, uh, to lead to about $14.5 million in benefit. And in the third year and another 3 million analytics costs that are saved through right-sizing a service consumption. So it's a very broad umbrella and a footprint in terms of how we engage societaly with the UN or our clients. And what is it that we exactly bring to our clients in solving a specific problem? >>Accenture isn't is walking the walk, as you say, >>Instead of it, we practice what we preach, and that is something that we take it to heart. We want to have a responsible business and we want to practice it. And we want to advise our clients around that >>You are your own use case. And so they can, they know they can take your advice. So talk a little bit about, um, the global, the cooperation that's needed. We know that conquering this pandemic is going to take a coordinated global effort and talk a little bit about the great reset initiative. First of all, what is that? Why don't we, why don't we start there and then we can delve into it a little bit more. >>Okay. So before we get to how we are cooperating, the great reset, uh, initiative is about improving the state of the world. And it's about a group of global stakeholders cooperating to simultaneously manage the direct consequences of their COVID-19 crisis. Uh, and in spirit of this cooperation that we're seeing during COVID-19, uh, which will obviously either to post pandemic, to tackle the world's pressing issues. As I say, uh, we are increasing companies to realize a combined potential of technology and sustainable impact to use enterprise solutions, to address with urgency and scale, and, um, obviously, uh, multiple challenges that are facing our world. One of the ways that are increasing, uh, companies to reach their readiness cloud with Accenture's cloud strategy is to build a solid foundation that is resilient and will be able to faster to the current, as well as future times. Now, when you think of cloud as the foundation, uh, that drives the digital transformation, it's about scale speed, streamlining your operations, and obviously reducing costs. >>And as these businesses seize the construct of cloud first, they must remain obviously responsible and trusted. Now think about this, right, as part of our analysis, uh, that profitability can co-exist with responsible and sustainable practices. Let's say that all the data centers, uh, migrated from on-prem to cloud based, we estimate that would reduce carbon emissions globally by 60 million tons per year. Uh, and think about it this way, right? Easier metric would be taking out 22 million cars off the road. Um, the other examples that you've seen, right, in terms of the NHS work that they're doing, uh, in, in UK to build, uh, uh, you know, uh, Microsoft teams in based integration. And, uh, the platform rolled out for 1.2 million users, uh, and got 16,000 users that we were able to secure, uh, instant messages, obviously complete audio video calls and host virtual meetings across India. So, uh, this, this work that we did with NHS is, is something that we have, we are collaborating with a lot of tools and powering businesses. >>Well, you're vividly describing the business case for sustainability. What do you see as the future of cloud when thinking about it from this lens of sustainability, and also going back to what you were talking about in terms of how you are helping your, your fostering cooperation within these organizations. >>Yeah, that's a very good question. So if you look at today, right, businesses are obviously environmentally aware and they are expanding efforts to decrease power consumption, carbon emissions, and they want to run a sustainable operational efficiency across all elements of their business. And this is an increasing trend, and there is that option of energy efficient infrastructure in the global market. And this trend is the cloud first thinking. And with the right cloud migration that we've been discussing is about unlocking new opportunity, like clean energy foundations enable enabled by cloud based geographic analysis, material, waste reductions, and better data insights. And this is something that, uh, uh, will drive, uh, with obviously faster analytics platform that is out there. Now, the sustainability is actually the future of business, which is companies that are historically different, the financial security or agility benefits to cloud. Now sustainability becomes an imperative for them. And I would own experience Accenture's experience with cloud migrations. We have seen 30 to 40% total cost of ownership savings, and it's driving a greater workload, flexibility, better service, your obligation, and obviously more energy efficient, uh, public clouds that cost, uh, we'll see that, that drive a lot of these enterprise own data centers. So in our view, what we are seeing is that this, this, uh, sustainable cloud position helps, uh, helps companies to, uh, drive a lot of the goals in addition to their financial and other goods. >>So what should organizations who are, who are watching this interview and saying, Hey, I need to know more, what, what do you recommend to them? And what, where should they go to get more information on Greenplum? >>Yeah. If you wanna, if you are a business leader and you're thinking about which cloud provider is good, or how, how should applications be modernized to meet our day-to-day needs, which cloud driven innovations should be priorities. Uh, you know, that's why Accenture, uh, formed up the cloud first organization and essentially to provide the full stack of cloud services to help our clients become a cloud first business. Um, you know, it's all about excavation, uh, the digital transformation innovating faster, creating differentiated, uh, and sustainable value for our clients. And we are powering it up at 70,000 cloud professionals, $3 billion investment, and, uh, bringing together and services for our clients in terms of cloud solutions. And obviously the ecosystem partnership that we have that we are seeing today, uh, and, and the assets that help our clients realize their goals. Um, and again, to do reach out to us, uh, we can help them determine obviously, an optimal, sustainable cloud for solution that meets the business needs and being unprecedented levels of innovation. Our experience, uh, will be our advantage. And, uh, now more than ever Rebecca, >>Just closing us out here. Do you have any advice for these companies who are navigating a great deal of uncertainty? We, what, what do you think the next 12 to 24 months? What do you think that should be on the minds of CEOs as they go through? >>So, as CEO's are thinking about rapidly leveraging cloud, migrating to cloud, uh, one of the elements that we want them to be thoughtful about is can they do that, uh, with unprecedent level of innovation, but also build a greener planet and a greener balance sheet, if we can achieve this balance and kind of, uh, have a, have a world which is greener, I think the world will win. And we all along with Accenture clients will win. That's what I would say, uh, >>Optimistic outlook, and I will take it. Thank you so much. Kishor for coming on the show >>That was >>Accenture's Kishor Dirk, I'm Rebecca Knight stay tuned for more of the cube virtuals coverage of the Accenture executive summit >>Around the globe. >>It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtual and our coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. Today, we are talking about the power of three. And what happens when you bring together the scientific know-how of a global bias biopharmaceutical powerhouse in Takeda, a leading cloud services provider in AWS, and Accenture's ability to innovate, execute, and deliver innovation. Joining me to talk about these things. We have Aaron, sorry, Arjun, baby. He is the senior managing director and chairman of Accenture's diamond leadership council. Welcome Arjun, Karl hick. He is the chief digital and information officer at Takeda. What is your bigger, thank you, Rebecca and Brian bowhead, global director, and head of the Accenture AWS business group at Amazon web services. Thanks so much for coming up. So, as I said, we're talking today about this relationship between, uh, your three organizations. Carl, I want to talk with you. I know you're at the beginning of your cloud journey. What was the compelling reason? What w why, why move to the cloud and why now? >>Yeah, no, thank you for the question. So, you know, as a biopharmaceutical leader, we're committed to bringing better health and a brighter future to our patients. We're doing that by translating science into some really innovative and life transporting therapies, but throughout, you know, we believe that there's a responsible use of technology, of data and of innovation. And those three ingredients are really key to helping us deliver on that promise. And so, you know, while I think, uh, I'll call it, this cloud journey is already always been a part of our strategy. Um, and we've made some pretty steady progress over the last years with a number of I'll call it diverse approaches to the digital and AI. We just weren't seeing the impact at scale that we wanted to see. Um, and I think that, you know, there's a, there's a need ultimately to, you know, accelerate and, uh, broaden that shift. >>And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. One of those has been certainly a number of the large acquisitions we've made Shire, uh, being the most pressing example, uh, but also the global pandemic, both of those highlight the need for us to move faster, um, at the speed of cloud, ultimately. Uh, and so we started thinking outside of the box because it was taking us too long and we decided to leverage the strategic partner model. Uh, and it's giving us a chance to think about our challenges very differently. We call this the power of three, uh, and ultimately our focus is singularly on our patients. I mean, they're waiting for us. We need to get there faster. It can take years. And so I think that there is a focus on innovation, um, at a rapid speed, so we can move ultimately from treating conditions to keeping people healthy. >>So, as you are embarking on this journey, what are some of the insights you want to share about, about what you're seeing so far? >>Yeah, no, it's a great question. So, I mean, look, maybe right before I highlight some of the key insights, uh, I would say that, you know, with cloud now as the, as the launchpad for innovation, you know, our vision all along has been that in less than 10 years, we want every single to kid, uh, associate we're employed to be empowered by an AI assistant. And I think that, you know, that's going to help us make faster, better decisions. It'll help us, uh, fundamentally deliver transformative therapies and better experiences to, to that ecosystem, to our patients, to physicians, to payers, et cetera, much faster than we previously thought possible. Um, and I think that technologies like cloud and edge computing together with a very powerful I'll call it data fabric is going to help us to create this, this real-time, uh, I'll call it the digital ecosystem. >>The data has to flow ultimately seamlessly between our patients and providers or partners or researchers, et cetera. Uh, and so we've been thinking about this, uh, I'll call it, we call it sort of this pyramid, um, that helps us describe our vision. Uh, and a lot of it has to do with ultimately modernizing the foundation, modernizing and rearchitecting, the platforms that drive the company, uh, heightening our focus on data, which means that there's an accelerated shift towards, uh, enterprise data platforms and digital products. And then ultimately, uh, uh, P you know, really an engine for innovation sitting at the very top. Um, and so I think with that, you know, there's a few different, I'll call it insights that, you know, are quickly kind of come zooming into focus. I would say one is this need to collaborate very differently. Um, you know, not only internally, but you know, how do we define ultimately, and build a connected digital ecosystem with the right partners and technologies externally? >>I think the second component that maybe people don't think as much about, but, you know, I find critically important is for us to find ways of really transforming our culture. We have to unlock talent and shift the culture certainly as a large biopharmaceutical very differently. And then lastly, you've touched on it already, which is, you know, innovation at the speed of cloud. How do we re-imagine that, you know, how do ideas go from getting tested and months to kind of getting tested in days? You know, how do we collaborate very differently? Uh, and so I think those are three, uh, perhaps of the larger I'll call it, uh, insights that, you know, the three of us are spending a lot of time thinking about right now. >>So Arjun, I want to bring you into this conversation a little bit, let let's delve into those a bit. Talk first about the collaboration, uh, that Carl was referencing there. How, how have you seen that? It is enabling, uh, colleagues and teams to communicate differently and interact in new and different ways? Uh, both internally and externally, as Carl said, >>No, th thank you for that. And, um, I've got to give call a lot of credit, because as we started to think about this journey, it was clear, it was a bold ambition. It was, uh, something that, you know, we had all to do differently. And so the, the concept of the power of three that Carl has constructed has become a label for us as a way to think about what are we going to do to collectively drive this journey forward. And to me, the unique ways of collaboration means three things. The first one is that, um, what is expected is that the three parties are going to come together and it's more than just the sum of our resources. And by that, I mean that we have to bring all of ourselves, all of our collective capabilities, as an example, Amazon has amazing supply chain capabilities. >>They're one of the best at supply chain. So in addition to resources, when we have supply chain innovations, uh, that's something that they're bringing in addition to just, uh, talent and assets, similarly for Accenture, right? We do a lot, uh, in the talent space. So how do we bring our thinking as to how we apply best practices for talent to this partnership? So, um, as we think about this, so that's, that's the first one, the second one is about shared success very early on in this partnership, we started to build some foundations and actually develop seven principles that all of us would look at as the basis for this success shared success model. And we continue to hold that sort of in the forefront, as we think about this collaboration. And maybe the third thing I would say is this one team mindset. So whether it's the three of our CEOs that get together every couple of months to think about, uh, this partnership, or it is the governance model that Carl has put together, which has all three parties in the governance and every level of leadership. We always think about this as a collective group, so that we can keep that front and center. And what I think ultimately has enabled us to do is it allowed us to move at speed, be more flexible. And ultimately all we're looking at the target the same way, the North side, the same way. >>Brian, what about you? What have you observed? And are you thinking about in terms of how this is helping teams collaborate differently, >>Lillian and Arjun made some, some great points there. And I think if you really think about what he's talking about, it's that, that diversity of talent, diversity of scale and viewpoint and even culture, right? And so we see that in the power of three. And then I think if we drill down into what we see at Takeda, and frankly, Takeda was, was really, I think, pretty visionary and on their way here, right? And taking this kind of cross functional approach and applying it to how they operate day to day. So moving from a more functional view of the world to more of a product oriented view of the world, right? So when you think about we're going to be organized around a product or a service or a capability that we're going to provide to our customers or our patients or donors in this case, it implies a different structure, although altogether, and a different way of thinking, right? >>Because now you've got technical people and business experts and marketing experts, all working together in this is sort of cross collaboration. And what's great about that is it's really the only way to succeed with cloud, right? Because the old ways of thinking where you've got application people and infrastructure, people in business, people is suboptimal, right? Because we can all access this tool as these capabilities and the best way to do that. Isn't across kind of a cross-collaborative way. And so this is product oriented mindset. It's a keto was already on. I think it's allowed us to move faster in those areas. >>Carl, I want to go back to this idea of unlocking talent and culture. And this is something that both Brian and Arjun have talked about too. People are an essential part of their, at the heart of your organization. How will their experience of work change and how are you helping re-imagine and reinforce a strong organizational culture, particularly at this time when so many people are working remotely. >>Yeah. It's a great question. And it's something that, you know, I think we all have to think a lot about, I mean, I think, um, you know, driving this, this call it, this, this digital and data kind of capability building, uh, takes a lot of, a lot of thinking. So, I mean, there's a few different elements in terms of how we're tackling this one is we're recognizing, and it's not just for the technology organization or for those actors that, that we're innovating with, but it's really across all of the Cato where we're working through ways of raising what I'll call the overall digital leaders literacy of the organization, you know, what are the, you know, what are the skills that are needed almost at a baseline level, even for a global bio-pharmaceutical company and how do we deploy, I'll call it those learning resources very broadly. >>And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are very specialized skills that are needed. Uh, my organization is one of those. And so, you know, we're fostering ways in which, you know, we're very kind of quickly kind of creating, uh, avenues excitement for, for associates in that space. So one example specifically, as we use, you know, during these very much sort of remote, uh, sort of days, we, we use what we call global it meet days, and we set a day aside every single month and this last Friday, um, you know, we, we create during that time, it's time for personal development. Um, and we provide active seminars and training on things like, you know, robotic process automation, data analytics cloud, uh, in this last month we've been doing this for months and months now, but in his last month, more than 50% of my organization participated, and there's this huge positive shift, both in terms of access and excitement about really harnessing those new skills and being able to apply them. >>Uh, and so I think that that's, you know, one, one element that, uh, can be considered. And then thirdly, um, of course, every organization to work on, how do you prioritize talent, acquisition and management and competencies that you can't rescale? I mean, there are just some new capabilities that we don't have. And so there's a large focus that I have with our executive team and our CEO and thinking through those critical roles that we need to activate in order to kind of, to, to build on this, uh, this business led cloud transformation. And lastly, probably the hardest one, but the one that I'm most jazzed about is really this focus on changing the mindsets and behaviors. Um, and I think there, you know, this is where the power of three is, is really, uh, kind of coming together nicely. I mean, we're working on things like, you know, how do we create this patient obsessed curiosity, um, and really kind of unlock innovation with a real, kind of a growth mindset. >>Uh, and the level of curiosity that's needed, not to just continue to do the same things, but to really challenge the status quo. So that's one big area of focus we're having the agility to act just faster. I mean, to worry less, I guess I would say about kind of the standard chain of command, but how do you make more speedy, more courageous decisions? And this is places where we can emulate the way that a partner like AWS works, or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently to a number of partnerships that we can build. So we can break down some of these barriers and use these networks, um, whether it's within our own internal ecosystem or externally to help, to create value faster. So a lot of energy around ways of working and we'll have to check back in, but I mean, we're early in on this mindset and behavioral shift, um, but a lot of good early momentum. >>Carl you've given me a good segue to talk to Brian about innovation, because you said a lot of the things that I was the customer obsession and this idea of innovating much more quickly. Obviously now the world has its eyes on drug development, and we've all learned a lot about it, uh, in the past few months and accelerating drug development is all, uh, is of great interest to all of us. Brian, how does a transformation like this help a company's, uh, ability to become more agile and more innovative and add a quicker speed to, >>Yeah, no, absolutely. And I think some of the things that Carl talked about just now are critical to that, right? I think where sometimes folks fall short is they think, you know, we're going to roll out the technology and the technology is going to be the silver bullet where in fact it is the culture, it is, is the talent. And it's the focus on that. That's going to be, you know, the determinant of success. And I will say, you know, in this power of three arrangement and Carl talked a little bit about the pyramid, um, talent and culture and that change, and that kind of thinking about that has been a first-class citizen since the very beginning, right. That absolutely is critical for, for being there. Um, and, and so that's been, that's been key. And so we think about innovation at Amazon and AWS, and Carl mentioned some of the things that, you know, partner like AWS can bring to the table is we talk a lot about builders, right? >>So kind of obsessive about builders. Um, and, and we meet what we mean by that is we at Amazon, we hire for builders, we cultivate builders and we like to talk to our customers about it as well. And it also implies a different mindset, right? When you're a builder, you have that, that curiosity, you have that ownership, you have that stake and whatever I'm creating, I'm going to be a co-owner of this product or this service, right. Getting back to that kind of product oriented mindset. And it's not just the technical people or the it people who are builders. It is also the business people as, as Carl talked about. Right. So when we start thinking about, um, innovation again, where we see folks kind of get into a little bit of a innovation pilot paralysis, is that you can focus on the technology, but if you're not focusing on the talent and the culture and the processes and the mechanisms, you're going to be putting out technology, but you're not going to have an organization that's ready to take it and scale it and accelerate it. >>Right. And so that's, that's been absolutely critical. So just a couple of things we've been doing with, with Takeda and Decatur has really been leading the way is, think about a mechanism and a process. And it's really been working backward from the customer, right? In this case, again, the patient and the donor. And that was an easy one because the key value of Decatur is to be a patient focused bio-pharmaceutical right. So that was embedded in their DNA. So that working back from that, that patient, that donor was a key part of that process. And that's really deep in our DNA as well. And Accenture's, and so we were able to bring that together. The other one is, is, is getting used to experimenting and even perhaps failing, right. And being able to iterate and fail fast and experiment and understanding that, you know, some decisions, what we call it at Amazon are two two-way doors, meaning you can go through that door, not like what you see and turn around and go back. And cloud really helps there because the costs of experimenting and the cost of failure is so much lower than it's ever been. You can do it much faster and the implications are so much less. So just a couple of things that we've been really driving, uh, with the cadence around innovation, that's been really critical. Carl, where are you already seeing signs of success? >>Yeah, no, it's a great question. And so we chose, you know, uh, with our focus on innovation to try to unleash maybe the power of data digital in, uh, in focusing on what I call sort of a nave. And so we chose our, our, our plasma derived therapy business, um, and you know, the plasma-derived therapy business unit, it develops critical life-saving therapies for patients with rare and complex diseases. Um, but what we're doing is by bringing kind of our energy together, we're focusing on creating, I'll call it state of the art digitally connected donation centers. And we're really modernizing, you know, the, the, the donor experience right now, we're trying to, uh, improve also I'll call it the overall plasma collection process. And so we've, uh, selected a number of alcohol at a very high speed pilots that we're working through right now, specifically in this, in this area. And we're seeing >>Really great results already. Um, and so that's, that's one specific area of focus are Jen, I want you to close this out here. Any ideas, any best practices advice you would have for other pharmaceutical companies that are, that are at the early stage of their cloud journey? Sorry. Was that for me? Yes. Sorry. Origin. Yeah, no, I was breaking up a bit. No, I think they, um, the key is what's sort of been great for me to see is that when people think about cloud, you know, you always think about infrastructure technology. The reality is that the cloud is really the true enabler for innovation and innovating at scale. And, and if you think about that, right, and all the components that you need, ultimately, that's where the value is for the company, right? Because yes, you're going to get some cost synergies and that's great, but the true value is in how do we transform the organization in the case of the Qaeda and our life sciences clients, right. >>We're trying to take a 14 year process of research and development that takes billions of dollars and compress that right. Tremendous amounts of innovation opportunity. You think about the commercial aspect, lots of innovation can come there. The plasma derived therapy is a great example of how we're going to really innovate to change the trajectory of that business. So I think innovation is at the heart of what most organizations need to do. And the formula, the cocktail that the Qaeda has constructed with this footie program really has all the ingredients, um, that are required for that success. Great. Well, thank you so much. Arjun, Brian and Carl was really an enlightening conversation. Thank you. It's been a lot of, thank you. Yeah, it's been fun. Thanks Rebecca. And thank you for tuning into the cube. Virtual has coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cubes coverage of Accenture executive summit here at AWS reinvent. I'm your host Rebecca Knight for this segment? We have two guests. First. We have Helen Davis. She is the senior director of cloud platform services, assistant director for it and digital for the West Midlands police. Thanks so much for coming on the show, Helen, and we also have Matthew pound. He is Accenture health and public service associate director and West Midlands police account lead. Thanks so much for coming on the show. Matthew, thank you for having us. So we are going to be talking about delivering data-driven insights to the West Midlands police force. Helen, I want to start with >>You. Can you tell us a little bit about the West Midlands police force? How big is the force and also what were some of the challenges that you were grappling with prior to this initiative? >>Yeah, certainly. So Westerners police is the second largest police force in the UK, outside of the metropolitan police in London. Um, we have an excessive, um, 11,000 people work at Westman ins police serving communities, um, through, across the Midlands region. So geographically, we're quite a big area as well, as well as, um, being population, um, density, having that as a, at a high level. Um, so the reason we sort of embarked on the data-driven insights platform and it, which was a huge change for us was for a number of reasons. Um, namely we had a lot of disparate data, um, which was spread across a range of legacy systems that were many, many years old, um, with some duplication of what was being captured and no single view for offices or, um, support staff. Um, some of the access was limited. You have to be in a, in an actual police building on a desktop computer to access it. Um, other information could only reach the offices on the frontline through a telephone call back to one of our enabling services where they would do a manual checkup, um, look at the information, then call the offices back, um, and tell them what they needed to know. So it was a very long laborious, um, process and not very efficient. Um, and we certainly weren't exploiting the data that we had in a very productive way. >>So it sounds like as you're describing and an old clunky system that needed a technological, uh, reimagination, so what was the main motivation for, for doing, for making this shift? >>It was really, um, about making us more efficient and more effective in how we do how we do business. So, um, you know, certainly as a, as an it leader and sort of my operational colleagues, we recognize the benefits, um, that data and analytics could bring in, uh, in a policing environment, not something that was, um, really done in the UK at the time. You know, we have a lot of data, so we're very data rich and the information that we have, but we needed to turn it into information that was actionable. So that's where we started looking for, um, technology partners and suppliers to help us and sort of help us really with what's the art of the possible, you know, this hasn't been done before. So what could we do in this space that's appropriate for policing? >>I love that idea. What is the art of the possible, can you tell us a little bit about why you chose AWS? >>I think really, you know, as with all things and when we're procuring a partner in the public sector that, you know, there are many rules and regulations, uh, quite rightly as you would expect that to be because we're spending public money. So we have to be very, very careful and, um, it's, it's a long process and we have to be open to public scrutiny. So, um, we sort of look to everything, everything that was available as part of that process, but we recognize the benefits that Clyde would provide in this space because, you know, without moving to a cloud environment, we would literally be replacing something that was legacy with something that was a bit more modern. Um, that's not what we wanted to do. Our ambition was far greater than that. So I think, um, in terms of AWS, really, it was around the scalability, interoperability, you know, disaster things like the disaster recovery service, the fact that we can scale up and down quickly, we call it dialing up and dialing back. Um, you know, it's it's page go. So it just sort of ticked all the boxes for us. And then we went through the full procurement process, fortunately, um, it came out on top for us. So we were, we were able to move forward, but it just sort of had everything that we were looking for in that space. >>Matthew, I want to bring you into the conversation a little bit here. How are you working with a wet with the West Midlands police, sorry. And helping them implement this cloud-first journey? >>Yeah, so I guess, um, by January the West Midlands police started, um, favorite five years ago now. So, um, we set up a partnership with the force. I wanted to operate in a way that it was very different to a traditional supplier relationship. Um, secretary that the data difference insights program is, is one of many that we've been working with last nights on, um, over the last five years. Um, as having said already, um, cloud gave a number of, uh, advantages certainly from a big data perspective and the things that that enabled us today, um, I'm from an Accenture perspective that allowed us to bring in a number of the different themes that we have say, cloud teams, security teams, um, and drafted from an insurance perspective, as well as more traditional services that people would associate with the country. >>I mean, so much of this is about embracing comprehensive change to experiment and innovate and try different things. Matthew, how, how do you help, uh, an entity like West Midlands police think differently when they are, there are these ways of doing things that people are used to, how do you help them think about what is the art of the possible, as Helen said, >>There's a few things to that enable those being critical is trying to co-create solutions together. Yeah. There's no point just turning up with, um, what we think is the right answer, try and say, um, collectively work three, um, the issues that the fullest is seeing and the outcomes they're looking to achieve rather than simply focusing on a long list of requirements, I think was critical and then being really open to working together to create the right solution. Um, rather than just, you know, trying to pick something off the shelf that maybe doesn't fit the forces requirements in the way that it should too, >>Right. It's not always a one size fits all. >>Absolutely not. You know, what we believe is critical is making sure that we're creating something that met the forces needs, um, in terms of the outcomes they're looking to achieve the financial envelopes that were available, um, and how we can deliver those in a, uh, iterative agile way, um, rather than spending years and years, um, working towards an outcome, um, that is gonna update before you even get that. >>So Helen, how, how are things different? What kinds of business functions and processes have been re-imagined in, in light of this change and this shift >>It's, it's actually unrecognizable now, um, in certain areas of the business as it was before. So to give you a little bit of, of context, when we, um, started working with essentially in AWS on the data driven insights program, it was very much around providing, um, what was called locally, a wizzy tool for our intelligence analysts to interrogate data, look at data, you know, decide whether they could do anything predictive with it. And it was very much sort of a back office function to sort of tidy things up for us and make us a bit better in that, in that area or a lot better in that area. And it was rolled out to a number of offices, a small number on the front line. Um, I'm really, it was, um, in line with a mobility strategy that we, hardware officers were getting new smartphones for the first time, um, to do sort of a lot of things on, on, um, policing apps and things like that to again, to avoid them, having to keep driving back to police stations, et cetera. >>And the pilot was so successful. Every officer now has access to this data, um, on their mobile devices. So it literally went from a handful of people in an office somewhere using it to do sort of clever bang things to, um, every officer in the force, being able to access that level of data at their fingertips. Literally. So what they were touched with done before is if they needed to check and address or check details of an individual, um, just as one example, they would either have to, in many cases, go back to a police station to look it up themselves on a desktop computer. Well, they would have to make a call back to a centralized function and speak to an operator, relay the questions, either, wait for the answer or wait for a call back with the answer when those people are doing the data interrogation manually. >>So the biggest change for us is the self-service nature of the data we now have available. So officers can do it themselves on their phone, wherever they might be. So the efficiency savings from that point of view are immense. And I think just parallel to that is the quality of our, because we had a lot of data, but just because you've got a lot of data and a lot of information doesn't mean it's big data and it's valuable necessarily. Um, so again, it was having the single source of truth as we, as we call it. So you know that when you are completing those safe searches and getting the responses back, that it is the most accurate information we hold. And also you're getting it back within minutes, as opposed to, you know, half an hour, an hour or a drive back to a station. So it's making officers more efficient and it's also making them safer. The more efficient they are, the more time they have to spend out with the public doing what they, you know, we all should be doing >>That kind of return on investment because what you were just describing with all the steps that we needed to be taken in prior to this, to verify an address say, and those are precious seconds when someone's life is on the line in, in sort of in the course of everyday police work. >>Absolutely. Yeah, absolutely. It's difficult to put a price on it. It's difficult to quantify. Um, but all the, you know, the minutes here and there certainly add up to a significant amount of efficiency savings, and we've certainly been able to demonstrate the officers are spending less time up police stations as a result or more time out on the front line. Also they're safer because they can get information about what may or may not be and address what may or may not have occurred in an area before very, very quickly without having to wait. >>I do, I want to hear your observations of working so closely with this West Midlands police. Have you noticed anything about changes in its culture and its operating model in how police officers interact with one another? Have you seen any changes since this technology change? >>What's unique about the Western displaces, the buy-in from the top down, the chief and his exact team and Helen as the leader from an IOT perspective, um, the entire force is bought in. So what is a significant change program? Uh, I'm not trickles three. Um, everyone in the organization, um, change is difficult. Um, and there's a lot of time effort that's been put in to bake the technical delivery and the business change and adoption aspects around each of the projects. Um, but you can see the step change that is making in each aspect to the organization, uh, and where that's putting West Midlands police as a leader in, um, technology I'm policing in the UK. And I think globally, >>And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain intransigence in workplaces about this is just the way we've always done things and we're used to this and don't try us to get us. Don't try to get us to do anything new here. It works. How do you get the buy-in that you need to do this kind of digital transformation? >>I think it would be wrong to say it was easy. Um, um, we also have to bear in mind that this was one program in a five-year program. So there was a lot of change going on, um, both internally for some of our back office functions, as well as front tie, uh, frontline offices. So with DDI in particular, I think the stack change occurred when people could see what it could do for them. You know, we had lots of workshops and seminars where we all talk about, you know, big data and it's going to be great and it's data analytics and it's transformational, you know, and quite rightly people that are very busy doing a day job, but not necessarily technologists in the main and, you know, are particularly interested quite rightly so in what we are not dealing with the cloud, you know? And it was like, yeah, okay. >>It's one more thing. And then when they started to see on that, on their phones and what teams could do, that's when it started to sell itself. And I think that's when we started to see, you know, to see the stat change, you know, and, and if we, if we have any issues now it's literally, you know, our help desks in meltdown. Cause everyone's like, well, we call it manage without this anymore. And I think that speaks for itself. So it doesn't happen overnight. It's sort of incremental changes and then that's a step change in attitude. And when they see it working and they see the benefits, they want to use it more. And that's how it's become fundamental to all policing by itself, really, without much selling >>You, Helen just made a compelling case for how to get buy in. Have you discovered any other best practices when you are trying to get everyone on board for this kind of thing? >>We've um, we've used a lot of the traditional techniques, things around comms and engagement. We've also used things like, um, the 30 day challenge and nudge theory around how can we gradually encourage people to use things? Um, I think there's a point where all of this around, how do we just keep it simple and keep it user centric from an end user perspective? I think DDI is a great example of where the, the technology is incredibly complex. The solution itself is, um, you know, extremely large and, um, has been very difficult to, um, get delivered. But at the heart of it is a very simple front end for the user to encourage it and take that complexity away from them. Uh, I think that's been critical through the whole piece of DDR. >>One final word from Helen. I want to hear, where do you go from here? What is the longterm vision? I know that this has made productivity, um, productivity savings equivalent to 154 full-time officers. Uh, what's next, >>I think really it's around, um, exploiting what we've got. Um, I use the phrase quite a lot, dialing it up, which drives my technical architects crazy, but because it's apparently not that simple, but, um, you know, we've, we've been through significant change in the last five years and we are still continuing to batch all of those changes into everyday, um, operational policing. But what we need to see is we need to exploit and build on the investments that we've made in terms of data and claims specifically, the next step really is about expanding our pool of data and our functions. Um, so that, you know, we keep getting better and better at this. Um, the more we do, the more data we have, the more refined we can be, the more precise we are with all of our actions. Um, you know, we're always being expected to, again, look after the public purse and do more for less. And I think this is certainly an and our cloud journey and cloud first by design, which is where we are now, um, is helping us to be future-proofed. So for us, it's very much an investment. And I see now that we have good at embedded in operational policing for me, this is the start of our journey, not the end. So it's really exciting to see where we can go from here. >>Exciting times. Indeed. Thank you so much. Lily, Helen and Matthew for joining us. I really appreciate it. Thank you. And you are watching the cube stay tuned for more of the cubes coverage of the AWS reinvent Accenture executive summit. I'm Rebecca Knight from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Hi, everyone. Welcome to the cube virtual coverage of the executive summit at AWS reinvent 2020 virtual. This is the cube virtual. We can't be there in person like we are every year we have to be remote. This executive summit is with special programming supported by Accenture where the cube virtual I'm your host John for a year, we had a great panel here called uncloud first digital transformation from some experts, Stuart driver, the director of it and infrastructure and operates at lion Australia, Douglas Regan, managing director, client account lead at lion for Accenture as a deep Islam associate director application development lead for Accenture gentlemen, thanks for coming on the cube virtual that's a mouthful, all that digital, but the bottom line it's cloud transformation. This is a journey that you guys have been on together for over 10 years to be really a digital company. Now, some things have happened in the past year that kind of brings all this together. This is about the next generation organization. So I want to ask Stuart you first, if you can talk about this transformation at lion has undertaken some of the challenges and opportunities and how this year in particular has brought it together because you know, COVID has been the accelerant of digital transformation. Well, if you're 10 years in, I'm sure you're there. You're in the, uh, on that wave right now. Take a minute to explain this transformation journey. >>Yeah, sure. So number of years back, we looked at kind of our infrastructure and our landscape trying to figure out where we >>Wanted to go next. And we were very analog based and stuck in the old it groove of, you know, Capitol reef rash, um, struggling to transform, struggling to get to a digital platform and we needed to change it up so that we could become very different business to the one that we were back then obviously cloud is an accelerant to that. And we had a number of initiatives that needed a platform to build on. And a cloud infrastructure was the way that we started to do that. So we went through a number of transformation programs that we didn't want to do that in the old world. We wanted to do it in a new world. So for us, it was partnering up with a dried organizations that can take you on the journey and, uh, you know, start to deliver bit by bit incremental progress, uh, to get to the, uh, I guess the promise land. >>Um, we're not, not all the way there, but to where we're on the way along. And then when you get to some of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually change pretty quickly, um, provide capacity and, uh, and increase your environments and, you know, do the things that you need to do in a much more dynamic way than we would have been able to previously where we might've been waiting for the hardware vendors, et cetera, to deliver capacity. So for us this year, it's been a pretty strong year from an it perspective and delivering for the business needs >>Before I hit the Douglas. I want to just real quick, a redirect to you and say, you know, if all the people said, Oh yeah, you got to jump on cloud, get in early, you know, a lot of naysayers like, well, wait till to mature a little bit, really, if you got in early and you, you know, paying your dues, if you will taking that medicine with the cloud, you're really kind of peaking at the right time. Is that true? Is that one of the benefits that comes out of this getting in the cloud? Yeah, >>John, this has been an unprecedented year, right. And, um, you know, Australia, we had to live through Bush fires and then we had covert and, and then we actually had to deliver a, um, a project on very large transformational project, completely remote. And then we also had had some, some cyber challenges, which is public as well. And I don't think if we weren't moved into and enabled through the cloud, we would have been able to achieve that this year. It would have been much different, would have been very difficult to do the backing. We're able to work and partner with Amazon through this year, which is unprecedented and actually come out the other end. Then we've delivered a brand new digital capability across the entire business. Um, in many, you know, wouldn't have been impossible if we could, I guess, state in the old world, the fact that we were moved into the new Naval by the new allowed us to work in this unprecedented year. >>Just quick, what's your personal view on this? Because I've been saying on the Cuban reporting necessity is the mother of all invention and the word agility has been kicked around as kind of a cliche, Oh, it'd be agile. You know, we're going to get the city, you get a minute on specifically, but from your perspective, uh, Douglas, what does that mean to you? Because there is benefits there for being agile. And >>I mean, I think as Stuart mentioned, right, in a lot of these things we try to do and, you know, typically, you know, hardware and of the last >>To be told and, and, and always on the critical path to be done, we really didn't have that in this case, what we were doing with our projects in our deployments, right. We were able to move quickly able to make decisions in line with the business and really get things going. Right. So you see a lot of times in a traditional world, you have these inhibitors, you have these critical path, it takes weeks and months to get things done as opposed to hours and days, and truly allowed us to, we had to, you know, VJ things, move things. And, you know, we were able to do that in this environment with AWS support and the fact that we can kind of turn things off and on as quickly as we need it. >>Yeah. Cloud-scale is great for speed. So DECA, Gardez get your thoughts on this cloud first mission, you know, it, you know, the dev ops world, they saw this early that jumping in there, they saw the, the, the agility. Now the theme this year is modern applications with the COVID pandemic pressure, there's real business pressure to make that happen. How did you guys learn to get there fast? And what specifically did you guys do at Accenture and how did it all come together? Can you take us inside kind of how it played out? >>Oh, right. So yeah, we started off with, as we do in most cases with a much more bigger group, and we worked with lions functional experts and, uh, the lost knowledge that allowed the infrastructure being had. Um, we then applied our journey to cloud strategy, which basically revolves around the seminars and, and, uh, you know, the deep three steps from our perspective, uh, assessing the current environment, setting up the new cloud environment. And as we go modernizing and, and migrating these applications to the cloud now, you know, one of the key things that, uh, you know, we learned along this journey was that, you know, you can have the best plans, but bottom line that we were dealing with, we often than not have to make changes. Uh, what a lot of agility and also work with a lot of collaboration with the, uh, Lyon team, as well as, uh, uh, AWS. I think the key thing for me was being able to really bring it all together. It's not just, uh, you know, essentially mobilize it's all of us working together to make this happen. >>What were some of the learnings real quick journeys? >>So I think so the perspective of the key learnings that, you know, uh, you know, when you look back at, uh, the, the infrastructure that was that we were trying to migrate over to the cloud, a lot of the documentation, et cetera, was not available. We were having to, uh, figure out a lot of things on the fly. Now that really required us to have, uh, uh, people with deep expertise who could go into those environments and, and work out, uh, you know, the best ways to, to migrate the workloads to the cloud. Uh, I think, you know, the, the biggest thing for me was making sure all the had on that real SMEs across the board globally, that we could leverage across the various technologies, uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment with line. >>Let's do what I got to ask you. How did you address your approach to the cloud and what was your experience? >>Yeah, for me, it's around getting the foundations right. To start with and then building on them. Um, so, you know, you've gotta have your, your, your process and you've got to have your, your kind of your infrastructure there and your blueprints ready. Um, AWS do a great job of that, right. Getting the foundations right. And then building upon it, and then, you know, partnering with Accenture allows you to do that very successfully. Um, I think, um, you know, the one thing that was probably surprising to us when we started down this journey and kind of after we got a long way down the track and looking backwards is actually how much you can just turn off. Right? So a lot of stuff that you, uh, you get left with a legacy in your environment, and when you start to work through it with the types of people that civic just mentioned, you know, the technical expertise working with the business, um, you can really rationalize your environment and, uh, you know, cloud is a good opportunity to do that, to drive that legacy out. >>Um, so you know, a few things there, the other thing is, um, you've got to try and figure out the benefits that you're going to get out of moving here. So there's no point just taking something that is not delivering a huge amount of value in the traditional world, moving it into the cloud, and guess what is going to deliver the same limited amount of value. So you've got to transform it, and you've got to make sure that you build it for the future and understand exactly what you're trying to gain out of it. So again, you need a strong collaboration. You need a good partners to work with, and you need good engagement from the business as well, because the kind of, uh, you know, digital transformation, cloud transformation, isn't really an it project, I guess, fundamentally it is at the core, but it's a business project that you've got to get the whole business aligned on. You've got to make sure that your investment streams are appropriate and that you're able to understand the benefits and the value that, so you're going to drive back towards the business. >>Let's do it. If you don't mind me asking, what was some of the obstacles you encountered or learnings, um, that might different from the expectation we all been there, Hey, you know, we're going to change the world. Here's the sales pitch, here's the outcome. And then obviously things happen, you know, you learn legacy, okay. Let's put some containerization around that cloud native, um, all that rational. You're talking about what are, and you're going to have obstacles. That's how you learn. That's how perfection has developed. How, what obstacles did you come up with and how are they different from your expectations going in? >>Yeah, they're probably no different from other people that have gone down the same journey. If I'm totally honest, the, you know, 70 or 80% of what you do is relatively easy of the known quantity. It's relatively modern architectures and infrastructures, and you can upgrade, migrate, move them into the cloud, whatever it is, rehost, replatform, rearchitect, whatever it is you want to do, it's the other stuff, right? It's the stuff that always gets left behind. And that's the challenge. It's, it's getting that last bit over the line and making sure that you haven't invested in the future while still carrying all of your legacy costs and complexity within your environment. So, um, to be quite honest, that's probably taken longer and has been more of a challenge than we thought it would be. Um, the other piece I touched on earlier on in terms of what was surprising was actually how much of, uh, your environment is actually not needed anymore. >>When you start to put a critical eye across it and understand, um, uh, ask the tough questions and start to understand exactly what, what it is you're trying to achieve. So if you ask a part of a business, do they still need this application or this service a hundred percent of the time, they will say yes until you start to lay out to them, okay, now I'm going to cost you this to migrate it or this, to run it in the future. And, you know, here's your ongoing costs and, you know, et cetera, et cetera. And then, uh, for a significant amount of those answers, you get a different response when you start to layer on the true value of it. So you start to flush out those hidden costs within the business, and you start to make some critical decisions as a company based on, uh, based on that. So that was a little tougher than we first thought and probably broader than we thought there was more of that than we anticipated, um, which actually results in a much cleaner environment post and post migration. >>You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, you know, you want to automate, that's a key thing in cloud, and you've got to discover those opportunities to create value Stuart and Sadiq. Mainly if you can weigh in on this love to know the percentage of total cloud that you have now, versus when you started, because as you start to uncover whether it's by design for purpose, or you discover opportunities to innovate, like you guys have, I'm sure it kind of, you took on some territory inside Lyon, what percentage of cloud now versus stark? >>Yeah. At the start, it was minimal, right. You know, close to zero, right. Single and single digits. Right. It was mainly SAS environments that we had, uh, sitting in clouds when we, uh, when we started, um, Doug mentioned earlier on a really significant transformation project, um, that we've undertaken and recently gone live on a multi-year one. Um, you know, that's all stood up on AWS and is a significant portion of our environment, um, in terms of what we can move to cloud. Uh, we're probably at about 80 or 90% now. And the balanced bit is, um, legacy infrastructure that is just gonna retire as we go through the cycle rather than migrate to the cloud. Um, so we are significantly cloud-based and, uh, you know, we're reaping the benefits of it. I know you like 20, 20, I'm actually glad that you did all the hard yards in the previous years when you started that business challenges thrown out as, >>So do you any common reaction to the cloud percentage penetration? >>I mean, guys don't, but I was going to say was, I think it's like the 80 20 rule, right? We, we, we worked really hard in the, you know, I think 2018, 19 to get any person off, uh, after getting a loan, the cloud and, or the last year is the 20% that we have been migrating. And Stuart said like, uh, not that is also, that's going to be a good diet. And I think our next big step is going to be obviously, you know, the icing on the tape, which is to decommission all these apps as well. Right. So, you know, to get the real benefits out of, uh, the whole conservation program from a, uh, from a >>Douglas and Stewart, can you guys talk about the decision around the cloud because you guys have had success with AWS, why AWS how's that decision made? Can you guys give some insight into some of those thoughts? >>I can stop, start off. I think back when the decision was made and it was, it was a while back, um, you know, there's some clear advantages of moving relay, Ws, a lot of alignment with some of the significant projects and, uh, the trend, that particular one big transformation project that we've alluded to as well. Um, you know, we needed some, uh, some very robust and, um, just future proof and, um, proven technology. And they Ws gave that to us. We needed a lot of those blueprints to help us move down the path. We didn't want to reinvent everything. So, um, you know, having a lot of that legwork done for us and AWS gives you that, right. And, and particularly when you partner up with, uh, with a company like Accenture as well, you get combinations of the technology and the skills and the knowledge to, to move you forward in that direction. >>So, um, you know, for us, it was a, uh, uh, it was a decision based on, you know, best of breed, um, you know, looking forward and, and trying to predict the future needs and, and, and kind of the environmental that we might need. Um, and, you know, partnering up with organizations that can then take you on the journey. Yeah. And just to build on it. So obviously, you know, lion's like an AWS, but, you know, we knew it was a very good choice given that, um, uh, the skills and the capability that we had, as well as the assets and tools we had to get the most out of, um, AWS and obviously our, our CEO globally, you know, announcement about a huge investment that we're making in cloud. Um, but you know, we've, we've worked very well DWS, we've done some joint workshops and joint investments, um, some joint POC. So yeah, w we have a very good working relationship, AWS, and I think, um, one incident to reflect upon whether it's cyber it's and again, where we actually jointly, you know, dove in with, um, with Amazon and some of their security experts and our experts. And we're able to actually work through that with mine quite successfully. So, um, you know, really good behaviors as an organization, but also really good capabilities. >>Yeah. As you guys, you're essential cloud outcomes, research shown, it's the cycle of innovation with the cloud. That's creating a lot of benefits, knowing what you guys know now, looking back certainly COVID is impacted a lot of people kind of going through the same process, knowing what you guys know now, would you advocate people to jump on this transformation journey? If so, how, and what tweaks they make, which changes, what would you advise? >>Uh, I might take that one to start with. Um, I hate to think where we would have been when, uh, COVID kicked off here in Australia and, you know, we were all sent home, literally were at work on the Friday, and then over the weekend. And then Monday, we were told not to come back into the office and all of a sudden, um, our capacity in terms of remote access and I quadrupled, or more four, five X, uh, what we had on the Friday we needed on the Monday. And we were able to stand that up during the day Monday and into Tuesday, because we were cloud-based. And, uh, you know, we just found up your instances and, uh, you know, sort of our licensing, et cetera. And we had all of our people working remotely, um, within, uh, you know, effectively one business day. >>Um, I know peers of mine in other organizations and industries that are relying on kind of a traditional wise and getting hardware, et cetera, that were weeks and months before they could get their, the right hardware to be able to deliver to their user base. So, um, you know, one example where you're able to scale and, uh, uh, get, uh, get value out of this platform beyond probably what was anticipated at the time you talk about, um, you know, less the, in all of these kinds of things. And you can also think of a few scenarios, but real world ones where you're getting your business back up and running in that period of time is, is just phenomenal. There's other stuff, right? There's these programs that we've rolled out, you do your sizing, um, and in the traditional world, you would just go out and buy more servers than you need. >>And, you know, probably never realize the full value of those, you know, the capability of those servers over the life cycle of them. Whereas you're in a cloud world, you put in what you think is right. And if it's not right, you pump it up a little bit when, when all of your metrics and so on, tell you that you need to bump it up. And conversely you scale it down at the same rate. So for us, with the types of challenges and programs and, uh, uh, and just business need, that's come at as this year, uh, we wouldn't have been able to do it without a strong cloud base, uh, to, uh, to move forward >>Know Douglas. One of the things that I talked to, a lot of people on the right side of history who have been on the right wave with cloud, with the pandemic, and they're happy, they're like, and they're humble. Like, well, we're just lucky, you know, luck is preparation meets opportunity. And this is really about you guys getting in early and being prepared and readiness. This is kind of important as people realize, then you gotta be ready. I mean, it's not just, you don't get lucky by being in the right place, the right time. And there were a lot of companies were on the wrong side of history here who might get washed away. This is a super important, I think, >>To echo and kind of build on what Stewart said. I think that the reason that we've had success and I guess the momentum is we, we didn't just do it in isolation within it and technology. It was actually linked to broader business changes, you know, creating basically a digital platform for the entire business, moving the business, where are they going to be able to come back stronger after COVID, when they're actually set up for growth, um, and actually allows, you know, lying to achievements growth objectives, and also its ambitions as far as what it wants to do, uh, with growth in whatever they make, do with acquiring other companies and moving into different markets and launching new products. So we've actually done it in a way that is, you know, real and direct business benefit, uh, that actually enables line to grow >>General. I really appreciate you coming. I have one final question. If you can wrap up here, uh, Stuart and Douglas, you don't mind weighing in what's the priorities for the future. What's next for lion in a century >>Christmas holidays, I'll start Christmas holidays been a big deal and then a, and then a reset, obviously, right? So, um, you know, it's, it's figuring out, uh, transform what we've already transformed, if that makes sense. So God, a huge proportion of our services sitting in the cloud. Um, but we know we're not done even with the stuff that is in there. We need to take those next steps. We need more and more automation and orchestration. We need to, um, our environment, there's more future growth. We need to be able to work with the business and understand what's coming at them so that we can, um, you know, build that into, into our environment. So again, it's really transformation on top of transformation is the way that I'll describe it. And it's really an open book, right? Once you get it in and you've got the capabilities and the evolving tool sets that, uh, AWS continue to bring to the market, um, you know, working with the partners to, to figure out how we unlock that value, um, you know, drive our costs down efficiency, uh, all of those kind of, you know, standard metrics. >>Um, but you know, we're looking for the next things to transform and show value back out to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with and understand how we can better meet their needs. Yeah, I think just to echo that, I think it's really leveraging this and then did you capability they have and getting the most out of that investment. And then I think it's also moving to, uh, and adopting more new ways of working as far as, you know, the speed of the business, um, is getting up the speed of the market is changing. So being able to launch and do things quickly and also, um, competitive and efficient operating costs, uh, now that they're in the cloud, right? So I think it's really leveraging the most out of the platform and then, you know, being efficient in launching things. So putting them with the business, >>Any word from you on your priorities by you see this year in folding, >>There's got to say like e-learning squares, right, for me around, you know, just journey. This is a journey to the cloud, right. >>And, uh, you know, as well, the sort of Saturday, it's getting all, you know, different parts of the organization along the journey business to it, to your, uh, product lenders, et cetera. Right. And it takes time. It is tough, but, uh, uh, you know, you got to get started on it. And, you know, once we, once we finish off, uh, it's the realization of the benefits now that, you know, looking forward, I think for, from Alliance perspective, it is, uh, you know, once we migrate all the workloads to the cloud, it is leveraging, uh, all staff, right. And as I think students said earlier, uh, with, uh, you know, the latest and greatest stuff that AWS is basically working to see how we can really, uh, achieve more better operational excellence, uh, from a, uh, from a cloud perspective. >>Well, Stewart, thanks for coming on with a and sharing your environment and what's going on and your journey you're on the right wave. Did the work you're in, it's all coming together with faster, congratulations for your success, and, uh, really appreciate Douglas with Steve for coming on as well from Accenture. Thank you for coming on. Thanks, John. Okay. Just the cubes coverage of executive summit at AWS reinvent. This is where all the thought leaders share their best practices, their journeys, and of course, special programming with Accenture and the cube. I'm Sean ferry, your host, thanks for watching from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtuals coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. We are talking today about reinventing the energy data platform. We have two guests joining us. First. We have Johan Krebbers. He is the GM digital emerging technologies and VP of it. Innovation at shell. Thank you so much for coming on the show, Johan you're welcome. And next we have Liz Dennett. She is the lead solution architect for O S D U on AWS. Thank you so much Liz to be here. So I want to start our conversation by talking about OSD. You like so many great innovations. It started with a problem Johan. What was the problem you were trying to solve at shell? >>Yeah, the ethical back a couple of years, we started shoving 2017 where we had a meeting with the deg, the gas exploration in shell, and the main problem they had. Of course, they got lots of lots of data, but are unable to find the right data. They need to work from all over the place. And totally >>Went to real, probably tried to solve is how that person working exploration could find their proper date, not just a day, but also the date you really needed that we did probably talked about his summer 2017. And we said, okay, they don't maybe see this moving forward is to start pulling that data into a single data platform. And that, that was at the time that we called it as the, you, the subsurface data universe in there was about the shell name was so in, in January, 2018, we started a project with Amazon to start grating a co fricking that building, that Stu environment that subserve the universe, so that single data level to put all your exploration and Wells data into that single environment that was intent. And every cent, um, already in March of that same year, we said, well, from Michelle point of view, we will be far better off if we could make this an industry solution and not just a shelf sluice, because Shelby, Shelby, if you can make an industry solution where people are developing applications for it, it also is far better than for shell to say we haven't shell special solution because we don't make money out of how we start a day that we can make money out of it. >>We have access to the data, we can explore the data. So storing the data we should do as efficiently possibly can. So we monitor, we reach out to about eight or nine other large, uh, or I guess operators like the economics, like the tutorials, like the chefs of this world and say, Hey, we inshallah doing this. Do you want to join this effort? And to our surprise, they all said, yes. And then in September, 2018, we had our kickoff meeting with your open group where we said, we said, okay, if you want to work together with lots of other companies, we also need to look at okay, how, how we organize that. Or if you started working with lots of large companies, you need to have some legal framework around some framework around it. So that's why we went to the open group and say, okay, let's, let's form the old forum as we call it at the time. So it's September, 2080, where I did a Galleria in Houston, but the kickoff meeting for the OT four with about 10 members at the time. So there's just over two years ago, we started an exercise for me called ODU, uh, kicked it off. Uh, and so that's really them will be coming from and how we've got there. Also >>The origin story. Um, what, so what digging a little deeper there? What were some of the things you were trying to achieve with the OSU? >>Well, a couple of things we've tried to achieve with you, um, first is really separating data from applications for what is, what is the biggest problem we have in the subsurface space that the data and applications are all interlinked tied together. And if, if you have them and a new company coming along and say, I have this new application and is access to the data that is not possible because the data often interlinked with the application. So the first thing we did is really breaking the link between the application, the data out as those levels, the first thing we did, secondly, put all the data to a single data platform, take the silos out what was happening in the sub-service space and know they got all the data in what we call silos in small little islands out there. So what we're trying to do is first break the link to great, great. >>They put the data single day, the bathroom, and the third part, put a standard layer on top of that, it's an API layer on top to create a platform. So we could create an ecosystem out of companies to start a valving shop application on top of dev data platform across you might have a data platform, but you're only successful. If you have a rich ecosystem of people start developing applications on top of that. And then you can export the data like small companies, last company, university, you name it, we're getting after create an ecosystem out there. So the three things were as was first break, the link between application data, just break it and put data at the center and also make sure that data, this data structure would not be managed by one company. It would only be met. It will be managed the data structures by the ODI forum. Secondly, then put a data, a single data platform certainly then has an API layer on top and then create an ecosystem. Really go for people, say, please start developing applications because now you have access to the data or the data no longer linked to somebody whose application was all freely available, but an API layer that was, that was all September, 2018, more or less >>To hear a little bit. Can you talk a little bit about some of the imperatives from the AWS standpoint in terms of what you were trying to achieve with this? Yeah, absolutely. And this whole thing is Johann said started with a challenge that was really brought out at shell. The challenges that geoscientists spend up to 70% of their time looking for data. I'm a geologist I've spent more than 70% of my time trying to find data in these silos. And from there, instead of just figuring out how we could address that one problem, we worked together to really understand the root cause of these challenges and working backwards from that use case OSU and OSU on AWS has really enabled customers to create solutions that span, not just this in particular problem, but can really scale to be inclusive of the entire energy value chain and deliver value from these use cases to the energy industry and beyond. >>Thank you, Lee, >>Uh, Johann. So talk a little bit about Accenture's cloud first approach and how it has, uh, helped shell work faster and better with it. >>Well, of course, access a cloud first approach only works together. It's been an Amazon environment, AWS environment. So we really look at, uh, at, at Accenture and others up together helping shell in this space. Now the combination of the two is where we're really looking at, uh, where access of course can be increased knowledge student to that environment operates support knowledge to do an environment. And of course, Amazon will be doing that to this environment that underpinning their services, et cetera. So, uh, we would expect a combination, a lot of goods when we started rolling out and put in production, the old you are three and four because we are anus. Then when release feed comes to the market in Q1 next year of ODU, when he started going to Audi production inside shell, but as the first release, which is ready for prime time production across an enterprise will be released just before Christmas, last year when he's still in may of this year. But really three is the first release we want to use for full scale production deployment inside shell, and also all the operators around the world. And there is one Amazon, sorry, at that one. Um, extensive can play a role in the ongoing, in the, in deployment building up, but also support environment. >>So one of the other things that we talk a lot about here on the cube is sustainability. And this is a big imperative at so many organizations around the world in particular energy companies. How does this move to OSD you, uh, help organizations become, how is this a greener solution for companies? >>Well, first he make it's a greatest solution because you start making a much more efficient use of your resources. is already an important one. The second thing we're doing is also, we started with ODU in framers, in the oil and gas space in the expert development space. We've grown, uh, OTU in our strategy, we've grown. I was, you know, also do an alternative energy sociology. We'll all start supporting next year. Things like solar farms, wind farms, uh, the, the dermatomal environment hydration. So it becomes an and, and an open energy data platform, not just what I want to get into steep that's for new industry, any type of energy industry. So our focus is to create, bring the data of all those various energy data sources to get me to a single data platform you can to use AI and other technology on top of that, to exploit the data, to beat again into a single data platform. >>Liz, I want to ask you about security because security is, is, is such a big concern when it comes to data. How secure is the data on OSD? You, um, actually, can I talk, can I do a follow up on this sustainability talking? Oh, absolutely. By all means. I mean, I want to interject though security is absolutely our top priority. I don't mean to move away from that, but with sustainability, in addition to the benefits of the OSU data platform, when a company moves from on-prem to the cloud, they're also able to leverage the benefits of scale. Now, AWS is committed to running our business in the most environmentally friendly way possible. And our scale allows us to achieve higher resource utilization and energy efficiency than a typical data center. Now, a recent study by four 51 research found that AWS is infrastructure is 3.6 times more energy efficient than the median of surveyed enterprise data centers. Two thirds of that advantage is due to higher, um, server utilization and a more energy efficient server population. But when you factor in the carbon intensity of consumed electricity and renewable energy purchases for 51 found that AWS performs the same task with an 88% lower carbon footprint. Now that's just another way that AWS and OSU are working to support our customers is they seek to better understand their workflows and make their legacy businesses less carbon intensive. >>That's that's incorrect. Those are those statistics are incredible. Do you want to talk a little bit now about security? Absolutely. Security will always be AWS is top priority. In fact, AWS has been architected to be the most flexible and secure cloud computing environment available today. Our core infrastructure is built to satisfy. There are the security requirements for the military global banks and other high sensitivity organizations. And in fact, AWS uses the same secure hardware and software to build an operate each of our regions. So that customers benefit from the only commercial cloud that's hat hits service offerings and associated supply chain vetted and deemed secure enough for top secret workloads. That's backed by a deep set of cloud security tools with more than 200 security compliance and governmental service and key features as well as an ecosystem of partners like Accenture, that can really help our customers to make sure that their environments for their data meet and or exceed their security requirements. Johann, I want you to talk a little bit about how OSD you can be used today. Does it only handle subsurface data? >>Uh, today it's Honda's subserves or Wells data. We got to add to that production around the middle of next year. That means that the whole upstate business. So we've got goes from exploration all the way to production. You've made it together into a single data platform. So production will be added around Q3 of next year. Then a principal. We have a difficult, the elder data that single environment, and we want to extend it then to other data sources or energy sources like solar farms, wind farms, uh, hydrogen, hydro, et cetera. So we're going to add a whore, a whole list of audit day energy source to them and be all the data together into a single data club. So we move from an all in guest data platform to an entity data platform. That's really what our objective is because the whole industry, if you look it over, look at our competition or moving in that same two acts of quantity of course, are very strong in oil and gas, but also increased the, got into other energy sources like, like solar, like wind, like th like highly attended, et cetera. So we would be moving exactly what it's saying, method that, that, that, that the whole OSU can't really support at home. And as a spectrum of energy sources, >>Of course, and Liz and Johan. I want you to close this out here by just giving us a look into your crystal balls and talking about the five and 10 year plan for OSD. We'll start with you, Liz, what do you, what do you see as the future holding for this platform? Um, honestly, the incredibly cool thing about working at AWS is you never know where the innovation and the journey is going to take you. I personally am looking forward to work with our customers, wherever their OSU journeys, take them, whether it's enabling new energy solutions or continuing to expand, to support use cases throughout the energy value chain and beyond, but really looking forward to continuing to partner as we innovate to slay tomorrow's challenges, Johann first, nobody can look at any more nowadays, especially 10 years, but our objective is really in the next five years, you will become the key backbone for energy companies for store your data intelligence and optimize the whole supply energy supply chain, uh, in this world Johan Krebbers Liz Dennett. Thank you so much for coming on the cube virtual. Thank you. I'm Rebecca Knight stay tuned for more of our coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cubes coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight today we're welcoming back to Cuba alum. We have Kishor Dirk. He is the Accenture senior managing director cloud first global services lead. Welcome back to the show Kishore. Thank you very much. Nice to meet again. And, uh, Tristan moral horse set. He is the managing director, Accenture cloud first North American growth. Welcome back to you to Tristin. Great to be back in grapes here again, Rebecca. Exactly. Even in this virtual format, it is good to see your faces. Um, today we're going to be talking about my NAB and green cloud advisor capability. Kishor I want to start with you. So my NAB is a platform that is really celebrating its first year in existence. Uh, November, 2019 is when Accenture introduced it. Uh, but it's, it has new relevance in light of this global pandemic that we are all enduring and suffering through. Tell us a little bit about the lineup platform, what it is that cloud platform to help our clients navigate the complexity of cloud and cloud decisions and to make it faster. And obviously, you know, we have in the cloud, uh, you know, with >>The increased relevance and all the, especially over the last few months with the impact of COVID crisis and exhibition of digital transformation, you know, we are seeing the transformation of the exhibition to cloud much faster. This platform that you're talking about has enabled hardened 40 clients globally across different industries. You identify the right cloud solution, navigate the complexity, provide a cloud specific solution simulate for our clients to meet that strategy business needs. And the clients are loving it. >>I want to go to you now trust and tell us a little bit about how my nav works and how it helps companies make good cloud choice. >>Yeah, so Rebecca, we we've talked about cloud is, is more than just infrastructure and that's what mine app tries to solve for it. It really looks at a variety of variables, including infrastructure operating model and fundamentally what clients' business outcomes, um, uh, our clients are, are looking for and, and identifies the optimal solution for what they need. And we assign this to accelerate. And we mentioned that the pandemic, one of the big focus now is to accelerate. And so we worked through a three-step process. The first is scanning and assessing our client's infrastructure, their data landscape, their application. Second, we use our automated artificial intelligence engine to interact with. We have a wide variety and library of, uh, collective plot expertise. And we look to recommend what is the enterprise architecture and solution. And then third, before we live with our clients, we look to simulate and test this scaled up model. And the simulation gives our clients a way to see what cloud is going to look like, feel like and how it's going to transform their business before they go there. >>Tell us a little bit about that in real life. Now as a company, so many of people are working remotely having to collaborate, uh, not in real life. How is that helping them right now? >>So, um, the, the pandemic has put a tremendous strain on systems, uh, because of the demand on those systems. And so we talk about resiliency. We also now need to collaborate across data across people. Um, I think all of us are calling from a variety of different places where our last year we were all at the VA cube itself. Um, and, and cloud technologies such as teams, zoom that we're we're leveraging now has fundamentally accelerated and clients are looking to onboard this for their capabilities. They're trying to accelerate their journey. They realize that now the cloud is what is going to become important for them to differentiate. Once we come out of the pandemic and the ability to collaborate with their employees, their partners, and their clients through these systems is becoming a true business differentiator for our clients. >>Keisha, I want to talk with you now about my navs multiple capabilities, um, and helping clients design and navigate their cloud journeys. Tell us a little bit about the green cloud advisor capability and its significance, particularly as so many companies are thinking more deeply and thoughtfully about sustainability. >>Yes. So since the launch of my NAB, we continue to enhance capabilities for our clients. One of the significant, uh, capabilities that we have enabled is the being or advisor today. You know, Rebecca, a lot of the businesses are more environmentally aware and are expanding efforts to decrease power consumption, uh, and obviously carbon emissions and, uh, and run a sustainable operations across every aspect of the enterprise. Uh, as a result, you're seeing an increasing trend in adoption of energy, efficient infrastructure in the global market. And one of the things that we did, a lot of research we found out is that there's an ability to influence our client's carbon footprint through a better cloud solution. And that's what we internalize, uh, brings to us, uh, in, in terms of a lot of the client connotation that you're seeing in Europe, North America and others. Lot of our clients are accelerating to a green cloud strategy to unlock greater financial societal and environmental benefit, uh, through obviously cloud-based circular, operational, sustainable products and services. That is something that we are enhancing my now, and we are having active client discussions at this point of time. >>So Tristan, tell us a little bit about how this capability helps clients make greener decisions. >>Yeah. Um, well, let's start about the investments from the cloud providers in renewable and sustainable energy. Um, they have most of the hyperscalers today, um, have been investing significantly on data centers that are run on renewable energy, some incredibly creative constructs on the, how, how to do that. And sustainability is there for a key, um, key item of importance for the hyperscalers and also for our clients who now are looking for sustainable energy. And it turns out this marriage is now possible. I can, we marry the, the green capabilities of the cloud providers with a sustainability agenda of our clients. And so what we look into the way the mind works is it looks at industry benchmarks and evaluates our current clients, um, capabilities and carpet footprint leveraging their existing data centers. We then look to model from an end-to-end perspective, how the, their journey to the cloud leveraging sustainable and, um, and data centers with renewable energy. We look at how their solution will look like and, and quantify carbon tax credits, um, improve a green index score and provide quantifiable, um, green cloud capabilities and measurable outcomes to our clients, shareholders, stakeholders, clients, and customers. Um, and our green plot advisers sustainability solutions already been implemented at three clients. And in many cases in two cases has helped them reduce the carbon footprint by up to 400% through migration from their existing data center to green cloud. Very, very, >>That is remarkable. Now tell us a little bit about the kinds of clients. Is this, is this more interesting to clients in Europe? Would you say that it's catching on in the United States? Where, what is the breakdown that you're seeing right now? >>Sustainability is becoming such a global agenda and we're seeing our clients, um, uh, tie this and put this at board level, um, uh, agenda and requirements across the globe. Um, Europe has specific constraints around data sovereignty, right, where they need their data in country, but from a green, a sustainability agenda, we see clients across all our markets, North America, Europe in our growth markets adopt this. And we have seen case studies and all three months, >>Kesha. I want to bring you back into the conversation. Talk a little bit about how MindUP ties into Accenture's cloud first strategy, your Accenture's CEO, Julie Sweet, um, has talked about post COVID leadership, requiring every business to become a cloud first business. Tell us a little bit about how this ethos is in Accenture and how you're sort of looking outward with it too. >>So Rebecca mine is the launch pad, uh, to a cloud first transformation for our clients. Uh, Accenture, see your jewelry suite, uh, shared the Accenture cloud first and our substantial investment demonstrate our commitment and is delivering greater value for our clients when they need it the most. And with the digital transformation requiring cloud at scale, you know, we're seeing that in the post COVID leadership, it requires that every business should become a cloud business. And my nap helps them get there by evaluating the cloud landscape, navigating the complexity, modeling architecting and simulating an optimal cloud solution for our clients. And as Justin was sharing a greener cloud. >>So Tristan, talk a little bit more about some of the real life use cases in terms of what are we, what are clients seeing? What are the results that they're having? >>Yes. Thank you, Rebecca. I would say two key things right around my notes. The first is the iterative process. Clients don't want to wait, um, until they get started, they want to get started and see what their journey is going to look like. And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need to move to cloud very quickly. And my nav is there to do that. So how do we do that? First is generating the business cases. Clients need to know in many cases that they have a business case by business case, we talk about the financial benefits, as well as the business outcomes, the green, green clot impact sustainability impacts with minus. We can build initial recommendations using a basic understanding of their environment and benchmarks in weeks versus months with indicative value savings in the millions of dollars arranges. >>So for example, very recently, we worked with a global oil and gas company, and in only two weeks, we're able to provide an indicative savings where $27 million over five years, this enabled the client to get started, knowing that there is a business case benefit and then iterate on it. And this iteration is, I would say the second point that is particularly important with my nav that we've seen in bank of clients, which is, um, any journey starts with an understanding of what is the application landscape and what are we trying to do with those, these initial assessments that used to take six to eight weeks are now taking anywhere from two to four weeks. So we're seeing a 40 to 50% reduction in the initial assessment, which gets clients started in their journey. And then finally we've had discussions with all of the hyperscalers to help partner with Accenture and leverage mine after prepared their detailed business case module as they're going to clients. And as they're accelerating the client's journey, so real results, real acceleration. And is there a journey? Do I have a business case and furthermore accelerating the journey once we are by giving the ability to work in iterative approach. >>I mean, it sounds as though that the company that clients and and employees are sort of saying, this is an amazing time savings look at what I can do here in, in so much in a condensed amount of time, but in terms of getting everyone on board, one of the things we talked about last time we met, uh, Tristin was just how much, uh, how one of the obstacles is getting people to sign on and the new technologies and new platforms. Those are often the obstacles and struggles that companies face. Have you found that at all? Or what is sort of the feedback that you're getting? >>Yeah, sorry. Yes. We clearly, there are always obstacles to a cloud journey. If there were an obstacles, all our clients would be, uh, already fully in the cloud. What man I gives the ability is to navigate through those, to start quickly. And then as we identify obstacles, we can simulate what things are going to look like. We can continue with certain parts of the journey while we deal with that obstacle. And it's a fundamental accelerator. Whereas in the past one, obstacle would prevent a class from starting. We can now start to address the obstacles one at a time while continuing and accelerating the contrary. That is the fundamental difference. >>Kishor I want to give you the final word here. Tell us a little bit about what is next for Accenture might have and what we'll be discussing next year at the Accenture executive summit, >>Rebecca, we are continuously evolving with our client needs and reinventing reinventing for the future. Well, mine has been toward advisor. Our plan is to help our clients reduce carbon footprint and again, migrate to a green cloud. Uh, and additionally, we're looking at, you know, two capabilities, uh, which include sovereign cloud advisor, uh, with clients, especially in, in Europe and others are under pressure to meet, uh, stringent data norms that Kristen was talking about. And the sovereign cloud advisor helps organization to create an architecture cloud architecture that complies with the green. Uh, I would say the data sovereignty norms that is out there. The other element is around data to cloud. We are seeing massive migration, uh, for, uh, for a lot of the data to cloud. And there's a lot of migration hurdles that come within that. Uh, we have expanded mine app to support assessment capabilities, uh, for, uh, assessing applications, infrastructure, but also covering the entire state, including data and the code level to determine the right cloud solution. So we are, we are pushing the boundaries on what mine app can do with mine. Have you created the ability to take the guesswork out of cloud, navigate the complexity? We are rolling risks costs, and we are, you know, achieving client's static business objectives while building a sustainable alerts with being cloud, >>Any platform that can take some of the guesswork out of the future. I am I'm on board with thank you so much, Tristin and Kishore. This has been a great conversation. Stay tuned for more of the cubes coverage of the Accenture executive summit. I'm Rebecca Knight.

Published Date : Dec 1 2020

SUMMARY :

It's the cube with digital coverage Welcome to cube three 60 fives coverage of the Accenture executive summit. Thanks for having me here. impact of the COVID-19 pandemic has been, what are you hearing from clients? you know, various facets, you know, um, first and foremost, to this reasonably okay, and are, you know, launching to So you just talked about the widening gap. all the changes the pandemic has brought to them. in the cloud that we are going to see. Can you tell us a little bit more about what this strategy entails? all of the systems under which they attract need to be liberated so that you could drive now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's And it, and it's a strategy, but the way you're describing it, it sounds like it's also a mindset and an approach, That is their employees, uh, because you do, across every department, I'm the agent of this change is going to be the employees or weapon, So how are you helping your clients, And that is again, the power of cloud. And the power of cloud is to get all of these capabilities from outside that employee, the employee will be more engaged in his or her job and therefore And this is, um, you know, no more true than how So at Accenture, you have long, long, deep Stan, sorry, And in fact, in the cloud world, it was one of the first, um, And one great example is what we are doing with Takeda, uh, billable, So all of these things that we will do Yeah, the future to the next, you know, base camp, as I would call it to further this productivity, And the evolution that is going to happen where, you know, the human grace of mankind, I genuinely believe that cloud first is going to be in the forefront of that change It's the cube with digital coverage I want to start by asking you what it is that we mean when we say green cloud, magnitude of the problem that is out there and how do we pursue a green approach. Them a lot of questions, the decision to make, uh, this particular, And, uh, you know, the, obviously the companies have to unlock greater financial How do you partner and what is your approach in terms of helping them with their migrations? uh, you know, from a few manufacturers hand sanitizers, and to answer it role there, uh, you know, from, in terms of our clients, you know, there are multiple steps And in the third year and another 3 million analytics costs that are saved through right-sizing Instead of it, we practice what we preach, and that is something that we take it to heart. We know that conquering this pandemic is going to take a coordinated And it's about a group of global stakeholders cooperating to simultaneously manage the uh, in, in UK to build, uh, uh, you know, uh, Microsoft teams in What do you see as the different, the financial security or agility benefits to cloud. And obviously the ecosystem partnership that we have that We, what, what do you think the next 12 to 24 months? And we all along with Accenture clients will win. Thank you so much. It's the cube with digital coverage of AWS reinvent executive And what happens when you bring together the scientific and I think that, you know, there's a, there's a need ultimately to, you know, accelerate and, And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. And I think that, you know, that's going to help us make faster, better decisions. Um, and so I think with that, you know, there's a few different, How do we re-imagine that, you know, how do ideas go from getting tested So Arjun, I want to bring you into this conversation a little bit, let let's delve into those a bit. It was, uh, something that, you know, we had all to do differently. And maybe the third thing I would say is this one team And I think if you really think about what he's talking about, Because the old ways of thinking where you've got application people and infrastructure, How will their experience of work change and how are you helping re-imagine and And it's something that, you know, I think we all have to think a lot about, I mean, And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are Uh, and so I think that that's, you know, one, one element that, uh, can be considered. or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently the customer obsession and this idea of innovating much more quickly. and Carl mentioned some of the things that, you know, partner like AWS can bring to the table is we talk a lot about builders, And it's not just the technical people or the it people who are And Accenture's, and so we were able to bring that together. And so we chose, you know, uh, with our focus on innovation that when people think about cloud, you know, you always think about infrastructure technology. And thank you for tuning into the cube. It's the cube with digital coverage So we are going to be talking and also what were some of the challenges that you were grappling with prior to this initiative? Um, so the reason we sort of embarked um, you know, certainly as a, as an it leader and sort of my operational colleagues, What is the art of the possible, can you tell us a little bit about why you chose the public sector that, you know, there are many rules and regulations, uh, quite rightly as you would expect Matthew, I want to bring you into the conversation a little bit here. to bring in a number of the different themes that we have say, cloud teams, security teams, um, I mean, so much of this is about embracing comprehensive change to experiment and innovate and and the outcomes they're looking to achieve rather than simply focusing on a long list of requirements, It's not always a one size fits all. um, that is gonna update before you even get that. So to give you a little bit of, of context, when we, um, started And the pilot was so successful. And I think just parallel to that is the quality of our, because we had a lot of data, That kind of return on investment because what you were just describing with all the steps that we needed Um, but all the, you know, the minutes here and there certainly add up Have you seen any changes Um, but you can see the step change that is making in each aspect to the organization, And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain You know, we had lots of workshops and seminars where we all talk about, you know, you know, to see the stat change, you know, and, and if we, if we have any issues now it's literally, when you are trying to get everyone on board for this kind of thing? The solution itself is, um, you know, extremely large and, um, I want to hear, where do you go from here? crazy, but because it's apparently not that simple, but, um, you know, And you are watching the cube stay tuned for more of the cubes coverage of the AWS in particular has brought it together because you know, COVID has been the accelerant So number of years back, we looked at kind of our infrastructure and our landscape trying to figure uh, you know, start to deliver bit by bit incremental progress, uh, to get to the, of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually I want to just real quick, a redirect to you and say, you know, if all the people said, Oh yeah, And, um, you know, Australia, we had to live through Bush fires You know, we're going to get the city, you get a minute on specifically, but from your perspective, uh, Douglas, to hours and days, and truly allowed us to, we had to, you know, VJ things, And what specifically did you guys do at Accenture and how did it all come together? the seminars and, and, uh, you know, the deep three steps from uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment How did you address your approach to the cloud and what was your experience? And then building upon it, and then, you know, partnering with Accenture allows because the kind of, uh, you know, digital transformation, cloud transformation, learnings, um, that might different from the expectation we all been there, Hey, you know, It's, it's getting that last bit over the line and making sure that you haven't invested in the future hundred percent of the time, they will say yes until you start to lay out to them, okay, You know, the old expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, Um, you know, that's all stood up on AWS and is a significant portion of And I think our next big step is going to be obviously, uh, with a company like Accenture as well, you get combinations of the technology and the skills and the So obviously, you know, lion's like an AWS, but, you know, a lot of people kind of going through the same process, knowing what you guys know now, And we had all of our people working remotely, um, within, uh, you know, effectively one business day. and in the traditional world, you would just go out and buy more servers than you need. And if it's not right, you pump it up a little bit when, when all of your metrics and so on, And this is really about you guys when they're actually set up for growth, um, and actually allows, you know, lying to achievements I really appreciate you coming. to figure out how we unlock that value, um, you know, drive our costs down efficiency, to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with There's got to say like e-learning squares, right, for me around, you know, It is tough, but, uh, uh, you know, you got to get started on it. It's the cube with digital coverage of Thank you so much for coming on the show, Johan you're welcome. Yeah, the ethical back a couple of years, we started shoving 2017 where we it also is far better than for shell to say we haven't shell special solution because we don't So storing the data we should do What were some of the things you were trying to achieve with the OSU? So the first thing we did is really breaking the link between the application, And then you can export the data like small companies, last company, standpoint in terms of what you were trying to achieve with this? uh, helped shell work faster and better with it. a lot of goods when we started rolling out and put in production, the old you are three and four because we are So one of the other things that we talk a lot about here on the cube is sustainability. I was, you know, also do an alternative energy sociology. found that AWS performs the same task with an 88% lower So that customers benefit from the only commercial cloud that's hat hits service offerings and the whole industry, if you look it over, look at our competition or moving in that same two acts of quantity of course, our objective is really in the next five years, you will become the key It's the cube with digital coverage And obviously, you know, we have in the cloud, uh, you know, with and exhibition of digital transformation, you know, we are seeing the transformation of I want to go to you now trust and tell us a little bit about how my nav works and how it helps And then third, before we live with our clients, having to collaborate, uh, not in real life. They realize that now the cloud is what is going to become important for them to differentiate. Keisha, I want to talk with you now about my navs multiple capabilities, And one of the things that we did, a lot of research we found out is that there's an ability to influence So Tristan, tell us a little bit about how this capability helps clients make greener And so what we look into the way the Would you say that it's catching on in the United States? And we have seen case studies and all I want to bring you back into the conversation. And with the digital transformation requiring cloud at scale, you know, we're seeing that in And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need So for example, very recently, we worked with a global oil and gas company, Have you found that at all? What man I gives the ability is to navigate through those, to start quickly. Kishor I want to give you the final word here. and we are, you know, achieving client's static business objectives while I am I'm on board with thank you so much,

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
RebeccaPERSON

0.99+

BrianPERSON

0.99+

Liz DennettPERSON

0.99+

Rebecca KnightPERSON

0.99+

TakedaORGANIZATION

0.99+

AWSORGANIZATION

0.99+

AmazonORGANIZATION

0.99+

JohnPERSON

0.99+

StevePERSON

0.99+

HelenPERSON

0.99+

Johan KrebbersPERSON

0.99+

StewartPERSON

0.99+

StuartPERSON

0.99+

LizPERSON

0.99+

EuropeLOCATION

0.99+

MatthewPERSON

0.99+

AccentureORGANIZATION

0.99+

KarthikPERSON

0.99+

Douglas ReganPERSON

0.99+

September, 2018DATE

0.99+

January, 2018DATE

0.99+

JohannPERSON

0.99+

$3 billionQUANTITY

0.99+

CarlPERSON

0.99+

LeePERSON

0.99+

ArjunPERSON

0.99+

30QUANTITY

0.99+

MattPERSON

0.99+

DHLORGANIZATION

0.99+

DougPERSON

0.99+

ABGORGANIZATION

0.99+

AustraliaLOCATION

0.99+

3.6 timesQUANTITY

0.99+

LillianPERSON

0.99+

TristinPERSON

0.99+

JohanPERSON

0.99+

LondonLOCATION

0.99+

AWS Executive Summit 2020


 

>>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome to cube three 60 fives coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight. Today we are joined by a cube alum, Karthik, Lorraine. He is Accenture senior managing director and lead Accenture cloud. First, welcome back to the show Karthik. >>Thank you. Thanks for having me here. >>Always a pleasure. So I want to talk to you. You are an industry veteran, you've been in Silicon Valley for decades. Um, I want to hear from your perspective what the impact of the COVID-19 pandemic has been, what are you hearing from clients? What are they struggling with? What are their challenges that they're facing day to day? >>I think, um, COVID-19 is being a eye-opener from, you know, various facets, you know, um, first and foremost, it's a, it's a hell, um, situation that everybody's facing, which is not just, uh, highest economic bearings to it. It has enterprise, um, an organization with bedding to it. And most importantly, it's very personal to people, um, because they themselves and their friends, family near and dear ones are going through this challenge, uh, from various different dimension. But putting that aside, when you come to it from an organization enterprise standpoint, it has changed everything well, the behavior of organizations coming together, working in their campuses, working with each other as friends, family, and, uh, um, near and dear colleagues, all of them are operating differently. So that's what big change to get things done in a completely different way, from how they used to get things done. >>Number two, a lot of things that were planned for normal scenarios, like their global supply chain, how they interact with their client customers, how they go innovate with their partners on how that employees contribute to the success of an organization at all changed. And there are no data models that give them a hint of something like this for them to be prepared for this. So we are seeing organizations, um, that have adapted to this reasonably okay, and are, you know, launching to innovate faster in this. And there are organizations that have started with struggling, but are continuing to struggle. And the gap between the leaders and legs are widening. So this is creating opportunities in a different way for the leaders, um, with a lot of pivot their business, but it's also creating significant challenge for the lag guides, uh, as we defined in our future systems research that we did a year ago, uh, and those organizations are struggling further. So the gap is actually widening. >>So you just talked about the widening gap. I've talked about the tremendous uncertainty that so many companies, even the ones who have adapted reasonably well, uh, in this, in this time, talk a little bit about Accenture cloud first and why, why now? >>I think it's a great question. Um, we believe that for many of our clients COVID-19 has turned, uh, cloud from an experimentation aspiration to an origin mandate. What I mean by that is everybody has been doing something on the other end cloud. There's no company that says we don't believe in cloud are, we don't want to do cloud. It was how much they did in cloud. And they were experimenting. They were doing the new things in cloud, but they were operating a lot of their core business outside the cloud or not in the cloud. Those organizations have struggled to operate in this new normal, in a remote fashion, as well as, uh, their ability to pivot to all the changes the pandemic has brought to them. But on the other hand, the organizations that had a solid foundation in cloud were able to collect faster and not actually gone into the stage of innovating faster and driving a new behavior in the market, new behavior within their organization. >>So we are seeing that spend to make is actually fast-forwarded something that we always believed was going to happen. This, uh, uh, moving to cloud over the next decade is fast forward it to happen in the next three to five years. And it's created this moment where it's a once in an era, really replatforming of businesses in the cloud that we are going to see. And we see this moment as a cloud first moment where organizations will use cloud as the, the, the canvas and the foundation with which they're going to reimagine their business after they were born in the cloud. Uh, and this requires a whole new strategy. Uh, and as Accenture, we are getting a lot in cloud, but we thought that this is the moment where we bring all of that, gave him a piece together because we need a strategy for addressing, moving to cloud are embracing cloud in a holistic fashion. And that's what Accenture cloud first brings together a holistic strategy, a team that's 70,000 plus people that's coming together with rich cloud skills, but investing to tie in all the various capabilities of cloud to Delaware, that holistic strategy to our clients. So I want you to >>Delve into a little bit more about what this strategy actually entails. I mean, it's clearly about embracing change and being willing to experiment and having capabilities to innovate. Can you tell us a little bit more about what this strategy entails? >>Yeah. The reason why we say that as a need for strategy is like I said, cloud is not new. There's almost every customer client is doing something with the cloud, but all of them have taken different approaches to cloud and different boundaries to cloud. Some organizations say, I just need to consolidate my multiple data centers to a small data center footprint and move the nest to cloud. Certain other organizations say that well, I'm going to move certain workloads to cloud. Certain other organizations said, well, I'm going to build this Greenfield application or workload in cloud. Certain other said, um, I'm going to use the power of AI ML in the cloud to analyze my data and drive insights. But a cloud first strategy is all of this tied with the corporate strategy of the organization with an industry specific cloud journey to say, if in this current industry, if I were to be reborn in the cloud, would I do it in the exact same passion that I did in the past, which means that the products and services that they offer need to be the matching, how they interact with that customers and partners need to be revisited, how they bird and operate their IP systems need to be the, imagine how they unearthed the data from all of the systems under which they attract need to be liberated so that you could drive insights of cloud. >>First strategy hands is a corporate wide strategy, and it's a C-suite responsibility. It doesn't take the ownership away from the CIO or CIO, but the CIO is, and CDI was felt that it was just their problem and they were to solve it. And everyone as being a customer, now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's agenda, where probably the CDI is the instrument to execute that that's a holistic cloud-first strategy >>And it, and it's a strategy, but the way you're describing it, it sounds like it's also a mindset and an approach, as you were saying, this idea of being reborn in the cloud. So now how do I think about things? How do I communicate? How do I collaborate? How do I get done? What I need to get done. Talk a little bit about how this has changed, the way you support your clients and how Accenture cloud first is changing your approach to cloud services. >>Wonderful. Um, you know, I did not color one very important aspect in my previous question, but that's exactly what you just asked me now, which is to do all of this. I talked about all of the variables, uh, an organization or an enterprise is going to go through, but the good part is they have one constant. And what is that? That is their employees, uh, because you do, the employees are able to embrace this change. If they are able to, uh, change them, says, pivot them says retool and train themselves to be able to operate in this new cloud. First one, the ability to reimagine every function of the business would be happening at speed. And cloud first approach is to do all of this at speed, because innovation is deadly proposed there, do the rate of probability on experimentation. You need to experiment a lot for any kind of experimentation. >>There's a probability of success. Organizations need to have an ability and a mechanism for them to be able to innovate faster for which they need to experiment a lot, the more the experiment and the lower cost at which they experiment is going to help them experiment a lot. And they experiment demic speed, fail fast, succeed more. And hence, they're going to be able to operate this at speed. So the cloud-first mindset is all about speed. I'm helping the clients fast track that innovation journey, and this is going to happen. Like I said, across the enterprise and every function across every department, I'm the agent of this change is going to be the employees or weapon, race, this change through new skills and new grueling and new mindset that they need to adapt to. >>So Karthik what you're describing it, it sounds so exciting. And yet for a pandemic wary workforce, that's been working remotely that may be dealing with uncertainty if for their kid's school and for so many other aspects of their life, it sounds hard. So how are you helping your clients, employees get onboard with this? And because the change management is, is often the hardest part. >>Yeah, I think it's, again, a great question. A bottle has only so much capacity. Something got to come off for something else to go in. That's what you're saying is absolutely right. And that is again, the power of cloud. The reason why cloud is such a fundamental breakthrough technology and capability for us to succeed in this era, because it helps in various forms. What we talked so far is the power of innovation that can create, but cloud can also simplify the life of the employees in an enterprise. There are several activities and tasks that people do in managing that complex infrastructure, complex ID landscape. They used to do certain jobs and activities in a very difficult underground about with cloud has simplified. And democratised a lot of these activities. So that things which had to be done in the past, like managing the complexity of the infrastructure, keeping them up all the time, managing the, um, the obsolescence of the capabilities and technologies and infrastructure, all of that could be offloaded to the cloud. >>So that the time that is available for all of these employees can be used to further innovate. Every organization is going to spend almost the same amount of money, but rather than spending activities, by looking at the rear view mirror on keeping the lights on, they're going to spend more money, more time, more energy, and spend their skills on things that are going to add value to their organization. Because you, every innovation that an enterprise can give to their end customer need not come from that enterprise. The word of platform economy is about democratising innovation. And the power of cloud is to get all of these capabilities from outside the four walls of the enterprise, >>It will add value to the organization, but I would imagine also add value to that employee's life because that employee, the employee will be more engaged in his or her job and therefore bring more excitement and energy into her, his or her day-to-day activities too. >>Absolutely. Absolutely. And this is, this is a normal evolution we would have seen everybody would have seen in their lives, that they keep moving up the value chain of what activities that, uh, gets performed buying by those individuals. And this is, um, you know, no more true than how the United States, uh, as an economy has operated where, um, this is the power of a powerhouse of innovation, where the work that's done inside the country keeps moving up to value chain. And, um, us leverage is the global economy for a lot of things that is required to power the United States and that global economic, uh, phenomenon is very proof for an enterprise as well. There are things that an enterprise needs to do them soon. There are things an employee needs to do themselves. Um, but there are things that they could leverage from the external innovation and the power of innovation that is coming from technologies like cloud. >>So at Accenture, you have long, long, deep Stan, sorry, you have deep and long-standing relationships with many cloud service providers, including AWS. How does the Accenture cloud first strategy, how does it affect your relationships with those providers? >>Yeah, we have great relationships with cloud providers like AWS. And in fact, in the cloud world, it was one of the first, um, capability that we started about years ago, uh, when we started developing these capabilities. But five years ago, we hit a very important milestone where the two organizations came together and said that we are forging a pharma partnership with joint investments to build this partnership. And we named that as a Accenture, AWS business group ABG, uh, where we co-invest and brought skills together and develop solutions. And we will continue to do that. And through that investment, we've also made several acquisitions that you would have seen in the recent times, like, uh, an invoice and gecko that we made acquisitions in in Europe. But now we're taking this to the next level. What we are saying is two cloud first and the $3 billion investment that we are bringing in, uh, through cloud-first. >>We are going to make specific investment to create unique joint solution and landing zones foundation, um, cloud packs with which clients can accelerate their innovation or their journey to cloud first. And one great example is what we are doing with Takeda, uh, billable, pharmaceutical giant, um, between we've signed a five-year partnership. And it was out in the media just a month ago or so, where we are, the two organizations are coming together. We have created a partnership as a power of three partnership, where the three organizations are jointly hoarding hats and taking responsibility for the innovation and the leadership position that Takeda wants to get to with this. We are going to simplify their operating model and organization by providing and flexibility. We're going to provide a lot more insights. Tequila has a 230 year old organization. Imagine the amount of trapped data and intelligence that is there. >>How about bringing all of that together with the power of AWS and Accenture and Takeda to drive more customer insights, um, come up with breakthrough R and D uh, accelerate clinical trials and improve the patient experience using AI ML and edge technologies. So all of these things that we will do through this partnership with joined investment from Accenture cloud first, as well as partner like AWS, so that Takeda can realize their gain. And, uh, their senior actually made a statement that five years from now, every ticket an employee will have an AI assistant. That's going to make that beginner employee move up the value chain on how they contribute and add value to the future of tequila with the AI assistant, making them even more equipped and smarter than what they could be otherwise. >>So, one last question to close this out here. What is your future vision for, for Accenture cloud first? What are we going to be talking about at next year's Accenture executive summit? Yeah, the future >>Is going to be, um, evolving, but the part that is exciting to me, and this is, uh, uh, a fundamental belief that we are entering a new era of industrial revolution from industry first, second, and third industry. The third happened probably 20 years ago with the advent of Silicon and computers and all of that stuff that happened here in the Silicon Valley. I think the fourth industrial revolution is going to be in the cross section of, uh, physical, digital and biological boundaries. And there's a great article, um, in one economic forum that people, uh, your audience can Google and read about it. Uh, but the reason why this is very, very important is we are seeing a disturbing phenomenon that over the last 10 years are seeing a Blackwing of the, um, labor productivity and innovation, which has dropped to about 2.1%. When you see that kind of phenomenon over that longer period of time, there has to be breakthrough innovation that needs to happen to come out of this barrier and get to the next, you know, base camp, as I would call it to further this productivity, um, lack that we are seeing, and that is going to happen in the intersection of the physical, digital and biological boundaries. >>And I think cloud is going to be the connective tissue between all of these three, to be able to provide that where it's the edge, especially is good to come closer to the human lives. It's going to come from cloud. Yeah. Pick totally in your mind, you can think about cloud as central, either in a private cloud, in a data center or in a public cloud, you know, everywhere. But when you think about edge, it's going to be far reaching and coming close to where we live and maybe work and very, um, get entertained and so on and so forth. And there's good to be, uh, intervention in a positive way in the field of medicine, in the field of entertainment, in the field of, um, manufacturing in the field of, um, you know, mobility. When I say mobility, human mobility, people, transportation, and so on and so forth with all of this stuff, cloud is going to be the connective tissue and the vision of cloud first is going to be, uh, you know, blowing through this big change that is going to happen. And the evolution that is going to happen where, you know, the human grace of mankind, um, our person kind of being very gender neutral in today's world. Um, go first needs to be that beacon of, uh, creating the next generation vision for enterprises to take advantage of that kind of an exciting future. And that's why it, Accenture, are we saying that there'll be change as our, as our purpose? >>I genuinely believe that cloud first is going to be the forefront of that change agenda, both for Accenture as well as for the rest of the work. >>Excellent. Let there be changed. Indeed. Thank you so much for joining us Karthik. A pleasure I'm Rebecca Knight stay tuned for more of Q3 60 fives coverage of the Accenture executive summit >>From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtual and our coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. Today, we are talking about the power of three. And what happens when you bring together the scientific, how of a global bias biopharmaceutical powerhouse in Takeda, a leading cloud services provider in AWS, and Accenture's ability to innovate, execute, and deliver innovation. Joining me to talk about these things. We have Aaron, sorry. Arjan Beatty. He is the senior managing director and chairman of Accenture's diamonds leadership council. Welcome Arjun. Thank you, Karl hick. He is the chief digital and information officer at Takeda. >>What is your bigger, thank you, Rebecca >>And Brian Beau Han global director and head of the Accenture AWS business group at Amazon web services. Thanks so much for coming on. Thank you. So, as I said, we're talking today about this relationship between, uh, your three organizations. Carl, I want to talk with you. I know you're at the beginning of your cloud journey. What was the compelling reason? Why w why, why move to the cloud and why now? >>Yeah, no, thank you for the question. So, you know, as a biopharmaceutical leader, we're committed to bringing better health and a brighter future to our patients. We're doing that by translating science into some really innovative and life transporting therapies, but throughout, you know, we believe that there's a responsible use of technology, of data and of innovation. And those three ingredients are really key to helping us deliver on that promise. And so, you know, while I think a I'll call it, this cloud journey is already always been a part of our strategy. Um, and we've made some pretty steady progress over the last years with a number of I'll call it diverse approaches to the digital and AI. We just weren't seeing the impact at scale that we wanted to see. Um, and I think that, you know, there's a, there's a need ultimately to, you know, accelerate and broaden that shift. >>And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. One of those has been certainly a number of the acquisitions we've made Shire, uh, being the most pressing example, uh, but also the global pandemic, both of those highlight the need for us to move faster, um, at the speed of cloud, ultimately. Uh, and so we started thinking outside of the box because it was taking us too long and we decided to leverage the strategic partner model. Uh, and it's giving us a chance to think about our challenges very differently. We call this the power of three, uh, and ultimately our focus is singularly on our patients. I mean, they're waiting for us. We need to get there faster. It can take years. And so I think that there is a focus on innovation at a rapid speed, so we can move ultimately from treating conditions to keeping people healthy. >>So as you are embarking on this journey, what are some of the insights you want to share about, about what you're seeing so far? >>Yeah, no, it's a great question. So, I mean, look, maybe right before I highlight some of the key insights, uh, I would say that, you know, with cloud now as the, as a launchpad for innovation, you know, our vision all along has been that in less than 10 years, we want every single to kid, uh, the associate or employee to be empowered by an AI assistant. And I think that, you know, that's going to help us make faster, better decisions. That'll help us, uh, fundamentally deliver transformative therapies and better experiences to, to that ecosystem, to our patients, to physicians, to payers, et cetera, much faster than we previously thought possible. Um, and I think that technologies like cloud and edge computing together with a very powerful I'll call it data fabric is going to help us to create this, this real-time, uh, I'll call it the digital ecosystem. >>The data has to flow ultimately seamlessly between our patients and providers or partners or researchers, et cetera. Uh, and so we've been thinking about this, uh, I'll call it weekly, call up sort of this pyramid, um, that helps us describe our vision. Uh, and a lot of it has to do with ultimately modernizing the foundation, modernizing and rearchitecting, the platforms that drive the company, uh, heightening our focus on data, which means that there's an accelerated shift towards, uh, enterprise data platforms and digital products. And then ultimately, uh, uh, uh, you know, really an engine for innovation sitting at the very top. Um, and so I think with that, you know, there's a few different, I'll call it insights that, you know, are quickly kind of come zooming into focus. I would say one is this need to collaborate very differently. Um, you know, not only internally, but you know, how do we define ultimately, and build a connected digital ecosystem with the right partners and technologies externally? >>I think the second component that maybe people don't think as much about, but, you know, I find critically important is for us to find ways of really transforming our culture. We have to unlock talent and shift the culture certainly as a large biopharmaceutical very differently. And then lastly, you've touched on it already, which is, you know, innovation at the speed of cloud. How do we re-imagine that? You know, how do ideas go from getting tested in months to kind of getting tested in days? You know, how do we collaborate very differently? Uh, and so I think those are three, uh, perhaps of the larger I'll call it, uh, insights that, you know, the three of us are spending a lot of time thinking about right now. >>So Arjun, I want to bring you into this conversation a little bit. Let's, let's delve into those a bit. Talk first about the collaboration, uh, that Carl was referencing there. How, how have you seen that? It is enabling, uh, colleagues and teams to communicate differently and interact in new and different ways? Uh, both internally and externally, as Carl said, >>No, thank you for that. And, um, I've got to give call a lot of credit because as we started to think about this journey, it was clear. It was a bold ambition was, uh, something that, you know, we had all to do differently. And so the concept of the power of three that Carl has constructed has become a label for us as a way to think about what are we going to do to collectively drive this journey forward. And to me, the unique ways of collaboration means three things. The first one is that, um, what is expected is that the three parties are going to come together and it's more than just the sum of our resources. And by that, I mean that we have to bring all of ourselves, all of our collective capabilities, as an example, Amazon has amazing supply chain capabilities. They're one of the best at supply chain. >>So in addition to resources, when we have supply chain innovations, uh, that's something that they're bringing in addition to just, uh, talent and assets, similarly for Accenture, right? We do a lot, uh, in the talent space. So how do we bring our thinking as to how we apply best practices for talent to this partnership? So, um, as we think about this, so that's, that's the first one, the second one is about shared success very early on in this partnership, we started to build some foundations and actually develop seven principles that all of us would look at as the basis for this success shared success model. And we continue to hold that sort of in the forefront, as we think about this collaboration. And maybe the third thing I would say is this one team mindset. So whether it's the three of our CEOs that get together every couple of months to think about, uh, this partnership, or it is the governance model that Carl has put together, which has all three parties in the governance and every level of leadership, we always think about this as a collective group so that we can keep that front and center. >>And what I think ultimately has enabled us to do is it's allowed us to move at speed, be more flexible. And ultimately all we're looking at the target the same way, the North side, the same way, >>Brian, about you, what have you observed and what are you thinking about in terms of how this is helping teams collaborate differently? Yeah, >>Absolutely. And RJ made some, some great points there. And I think if you really think about what he's talking about, it's that, that diversity of talent, diversity of skill and viewpoint and even culture, right? And so we see that in the power of three. And then I think if we drill down into what we see at Takeda and frankly Takeda was, was really, I think, pretty visionary and on their way here, right. And taking this kind of cross-functional approach and applying it to how they operate day to day. So moving from a more functional view of the world to more of a product oriented view of the world, right? So when you think about we're going to be organized around a product or a service or a capability that we're going to provide to our customers or our patients or donors in this case, it implies a different structure all to altogether and a different way of thinking, right? >>Because now you've got technical people and business experts and marketing experts all working together in this is sort of cross collaboration. And what's great about that is it's really the only way to succeed with cloud, right? Because the old ways of thinking where you've got application people and infrastructure, people in business, people is suboptimal, right? Because we can all access this tool as these capabilities and the best way to do that. Isn't across kind of a cross collaborative way. And so this is product oriented mindset. It's a keto was already on. I think it's allowed us to move faster. >>Carl, I want to go back to this idea of unlocking talent and culture. And this is something that both Brian and Arjun have talked about too. People are an essential part of their, at the heart of your organization. How will their experience of work change and how are you helping re-imagine and reinforce a strong organizational culture, particularly at this time when so many people are working remotely. >>Yeah. It's a great question. And it's something that, you know, I think we all have to think a lot about, I mean, I think, um, you know, driving this, this color, this, this digital and data kind of capability building, uh, it takes a lot of, a lot of thinking. So, I mean, there's a few different elements in terms of how we're tackling this one is we're recognizing, and it's not just for the technology organization or for those actors that, that we're innovating with, but it's really across all of the Qaeda where we're working through ways of raising what I'll call the overall digital leaders literacy of the organization, you know, what are the, you know, what are the skills that are needed almost at a baseline level, even for a global bio-pharmaceutical company and how do we deploy, I'll call it those learning resources very broadly. >>And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are very specialized skills that are needed. Uh, my organization is one of those. And so, you know, we're fostering ways in which, you know, we're very kind of quickly kind of creating, uh, avenues excitement for, for associates in that space. So one example specifically, as we use, you know, during these, uh, very much sort of remote, uh, sort of days, we, we use what we call global it meet days, and we set a day aside every single month and this last Friday, um, you know, we, we create during that time, it's time for personal development. Um, and we provide active seminars and training on things like, you know, robotic process automation, data analytics cloud, uh, in this last month we've been doing this for months and months now, but in his last month, more than 50% of my organization participated, and there's this huge positive shift, both in terms of access and excitement about really harnessing those new skills and being able to apply them. >>Uh, and so I think that that's, you know, one, one element that can be considered. And then thirdly, um, of course every organization has to work on how do you prioritize talent, acquisition and management and competencies that you can't rescale? I mean, there are just some new capabilities that we don't have. And so there's a large focus that I have with our executive team and our CEO and thinking through those critical roles that we need to activate in order to kind of, to, to build on this, uh, this business led cloud transformation. And lastly, probably the hardest one, but the one that I'm most jazzed about is really this focus on changing the mindsets and behaviors. Um, and I think there, you know, this is where the power of three is, is really, uh, kind of coming together nicely. I mean, we're working on things like, you know, how do we create this patient obsessed curiosity, um, and really kind of unlock innovation with a real, kind of a growth mindset. >>Uh, and the level of curiosity that's needed, not to just continue to do the same things, but to really challenge the status quo. So that's one big area of focus we're having the agility to act just faster. I mean, to worry less, I guess I would say about kind of the standard chain of command, but how do you make more speedy, more courageous decisions? And this is places where we can emulate the way that a partner like AWS works, or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently to a number of partnerships that we can build. So we can break down some of these barriers and use these networks, um, whether it's within our own internal ecosystem or externally to help, to create value faster. So a lot of energy around ways of working and we'll have to check back in, but I mean, we're early in on this mindset and behavioral shift, um, but a lot of good early momentum. >>Carl you've given me a good segue to talk to Brian about innovation, because you said a lot of the things that I was the customer obsession and this idea of innovating much more quickly. Obviously now the world has its eyes on drug development, and we've all learned a lot about it, uh, in the past few months and accelerating drug development is all, uh, is of great interest to all of us. Brian, how does a transformation like this help a company's ability to become more agile and more innovative and at a quicker speed to, >>Yeah, no, absolutely. And I think some of the things that Carl talked about just now are critical to that, right? I think where sometimes folks fall short is they think, you know, we're going to roll out the technology and the is going to be the silver bullet where in fact it is the culture, it is, is the talent. And it's the focus on that. That's going to be, you know, the determinant of success. And I will say, you know, in this power of three arrangement and Carl talked a little bit about the pyramid, um, talent and culture and that change, and that kind of thinking about that has been a first-class citizen since the very beginning, right. That absolutely is critical for, for being there. Um, and so that's been, that's been key. And so we think about innovation at Amazon and AWS and Chrome mentioned some of the things that, you know, a partner like AWS brings to the table is we talk a lot about builders, right? >>So we're kind of obsessive about builders. Um, and, and we meet what we mean by that is we, we, at Amazon, we hire for builders, we cultivate builders and we like to talk to our customers about it as well. And it also implies a different mindset, right? When you're a builder, you have that, that curiosity, you have that ownership, you have that stake and whatever I'm creating, I'm going to be a co-owner of this product or this service, right. Getting back to that kind of product oriented mindset. And it's not just the technical people or the it people who are builders. It is also the business people as, as Carl talked about. Right. So when we start thinking about, um, innovation again, where we see folks kind of get into a little bit of, uh, innovation, pilot paralysis, is that you can focus on the technology, but if you're not focusing on the talent and the culture and the processes and the mechanisms, you're going to be putting out technology, but you're not going to have an organization that's ready to take it and scale it and accelerate it. >>Right. And so that's, that's been absolutely critical. So just a couple of things we've been doing with, with the Qaeda and Decatur has really been leading the way is, think about a mechanism and a process. And it's really been working backward from the customer, right? In this case, again, the patient and the donor. And that was an easy one because the key value of Decatur is to be a patient focused bio-pharmaceutical right. So that was embedded in their DNA. So that working back from that, that patient, that donor was a key part of that process. And that's really deep in our DNA as well and Accentures. And so we were able to bring that together. The other one is, is, is getting used to experimenting and even perhaps failing, right. And being able to iterate and fail fast and experiment and understanding that, you know, some decisions, what we call it at Amazon are two two-way doors, meaning you can go through that door, not like what you see and turn around and go back. And cloud really helps there because the costs of experimenting and the cost of failure is so much lower than it's ever been. You can do it much faster and the implications are so much less. So just a couple of things that we've been really driving, uh, with Decatur around innovation, that's been really critical. >>Carl, where are you already seeing signs of success? Yeah, no, it's a great question. And so we chose, you know, uh, with our focus on, on innovation to try to unleash maybe the power of data digital in, uh, in focusing on what I call sort of a nave. And so we chose our, our, our plasma derived therapy business, um, and you know, the plasma-derived therapy business unit, it develops critical life-saving therapies for patients with rare and complex diseases. Um, but what we're doing is by bringing kind of our energy together, we're focusing on creating, I'll call it state of the art digitally connected donation centers. And we're really modernizing, you know, the, the, the donor experience right now, we're trying to, uh, improve also I'll call it the overall plasma collection process. And so we've, uh, selected a number of alcohol at a very high-speed pilots that we're working through right now, specifically in this, in this area. And we're seeing really great results already. Um, and so that's, that's one specific area of focus >>Arjun. I want you to close this out here. Any ideas, any best practices advice you would have for other pharmaceutical companies that are, that are at the early stage of their cloud journey for me? Yes. >>Yeah, no, I was breaking up a bit. No, I think they, um, the key is what's sort of been great for me to see is that when people think about cloud, you know, you always think about infrastructure technology. The reality is that the cloud is really the true enabler for innovation and innovating at scale. And, and if you think about that, right, in all the components that you need, that ultimately that's where the value is for the company, right? Because yes, you're going to get some cost synergies and that's great, but the true value is in how do we transform the organization in the case of the Qaeda and the life sciences clients, right. We're trying to take a 14 year process of research and development that takes billions of dollars and compress that, right. Tremendous amounts of innovation opportunity. You think about the commercial aspect, lots of innovation can come there. The plasma derived therapy is a great example of how we're going to really innovate to change the trajectory of that business. So I think innovation is at the heart of what most organizations need to do. And the formula, the cocktail that the Qaeda has constructed with this Fuji program really has all the ingredients, um, that are required for that success. >>Great. Well, thank you so much. Arjun, Brian and Carl was really an enlightening conversation. >>Yeah, it's been fun. Thanks Rebecca. >>Thank you for tuning into the cube virtuals coverage of the Accenture executive summit from around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. Welcome everyone to the cubes of Accenture >>Executive summit here at AWS reinvent. I'm your host Rebecca Knight for this segment? We have two guests. First. We have Helen Davis. She is the senior director of cloud platform services, assistant director for it and digital for the West Midlands police. Thanks so much for coming on the show, Helen, And we also have Matthew lb. He is Accenture health and public service associate director and West Midlands police account lead. Thanks so much for coming on the show. Matthew, thank you for having us. So we are going to be talking about delivering data-driven insights to the West Midlands police force. Helen, I want to start with you. Can you tell us a little bit about the West Midlands police force? How big is the force and also what were some of the challenges that you were grappling with prior to this initiative? >>Yes, certainly. So Westerners police is the second largest police force in the UK, outside of the metropolitan police in London. Um, we have an excessive, um, 11,000 people work at Westminster police serving communities, um, through, across the Midlands region. So geographically, we're quite a big area as well, as well as, um, being population, um, density, having that as a, at a high level. Um, so the reason we sort of embarked on the data-driven insights platform and it, which was a huge change for us was for a number of reasons. Um, namely we had a lot of disparate data, um, which was spread across a range of legacy systems that were many, many years old, um, with some duplication of, um, what was being captured and no single view for offices or, um, support staff. Um, some of the access was limited. You have to be in a, in an actual police building on a desktop computer to access it. Um, other information could only reach officers on the frontline through a telephone call back to one of our enabling services where they would do a manual checkup, um, look at the information, then call the offices back, um, and tell them what they needed to know. So it was a very long laborious process and not very efficient. Um, and we certainly weren't exploiting the data that we had in a very productive way. >>So it sounds like as you're describing and an old clunky system that needed a technological, uh, reimagination, so what was the main motivation for, for doing, for making this shift? >>It was really, um, about making us more efficient and more effective in how we do how we do business. So, um, you know, certainly as a, as an it leader and sort of my operational colleagues, we recognize the benefits, um, that data analytics could bring in, uh, in a policing environment, not something that was, um, really done in the UK at time. You know, we have a lot of data, so we're very data rich and the information that we have, but we needed to turn it into information that was actionable. So that's where we started looking for, um, technology partners and, um, suppliers to help us and sort of help us really with what's the art of the possible, you know, this hasn't been done before. So what could we do in this space that's appropriate for policing >>Helen? I love that idea. What is the art of the possible, can you tell us a little bit about why you chose AWS? >>I think really, you know, as with all things and when we're procuring a partner in the public sector that, you know, there are many rules and regulations quite rightly as you would expect that to be because we're spending public money. So we have to be very, very careful and, um, it's, it's a long process and we have to be open to public scrutiny. So, um, we sort of look to everything, everything that was available as part of that process, but we recognize the benefits that tide would provide in this space because, you know, without moving to a cloud environment, we would literally be replacing something that was legacy with something that was a bit more modern. Um, that's not what we wanted to do. Our ambition was far greater than that. So I think, um, in terms of AWS, really, it was around scalability, interoperability, you know, disaster things like the disaster recovery service, the fact that we can scale up and down quickly, we call it dialing up and dialing back. Um, you know, it's it's page go. So it just sort of ticked all the boxes for us. And then we went through the full procurement process, fortunately, um, it came out on top for us. So we were, we were able to move forward, but it just sort of had everything that we were looking for in that space. >>Matthew, I want to bring you into the conversation a little bit here. How are you working with the wet with the West Midlands police, sorry, and helping them implement this cloud first journey? >>Yeah, so I guess, um, by January the West Midlands police started, um, pay for five years ago now. So, um, we set up a partnership with the force I, and you to operate operation the way that was very different to a traditional supplier relationship. Um, secretary that the data difference insights program is, is one of many that we've been working with less neutral on, um, over the last five years. Um, as having said already, um, cloud gave a number of, uh, advantages certainly from a big data perspective and the things that that enabled us today, um, I'm from an Accenture perspective that allowed us to bring in a number of the different themes that we have say cloud themes, security teams, um, interacted from a design perspective, as well as more traditional services that people would associate with the country. >>So much of this is about embracing comprehensive change to experiment, innovate, and try different things. Matthew, how, how do you help an entity like West Midlands police think differently when they are, there are these ways of doing things that people are used to, how do you help them think about what is the art of the possible, as Helen said, >>There's a few things for that, you know, what's being critical is trying to co-create solutions together. Yeah. There's no point just turning up with, um, what we think is the right answer, try and say, um, collectively work through, um, the issues that the forest are seeing the outcomes they're looking to achieve rather than simply focusing on the long list of requirements I think was critical and then being really open to working together to create the right solution. Um, rather than just, you know, trying to pick something off the shelf that maybe doesn't fit the forces requirements in the way that it should to, right. It's not always a one size fits all. Obviously, you know, today what we thought was critical is making sure that we're creating something that met the forces needs, um, in terms of the outcomes they're looking to achieve the financial envelopes that were available, um, and how we can deliver those in a, uh, iterative agile way, um, rather than spending years and years, um, working towards an outcome, um, that is going to outdate before you even get that. >>How, how are things different? What kinds of business functions and processes have been re-imagined in, in light of this change and this shift >>It's, it's actually unrecognizable now, um, in certain areas of the business as it was before. So to give you a little bit of context, when we, um, started working with essentially century AWS on the data driven insights program, it was very much around providing, um, what was called locally, a wizzy tool for our intelligence analysts to interrogate data, look at data, you know, decide whether they could do anything predictive with it. And it was very much sort of a back office function to sort of tidy things up for us and make us a bit better in that, in that area or a lot better in that area. And it was rolled out to a number of offices, a small number on the front line. Um, I'm really, it was, um, in line with a mobility strategy that we, hardware officers were getting new smartphones for the first time, um, to do sort of a lot of things on, on, um, policing apps and things like that to again, to avoid them, having to keep driving back to police stations, et cetera. >>And the pilot was so successful. Every officer now has access to this data, um, on their mobile devices. So it literally went from a handful of people in an office somewhere using it to do sort of clever whizzbang things to, um, every officer in the force, being able to access that level of data at their fingertips literally. So what they would touch we've done before is if they needed to check and address or check, uh, details of an individual, um, just as one example, they would either have to, in many cases, go back to a police station to look it up themselves on a desktop computer. Well, they would have to make a call back to, um, a centralized function and speak to an operator, relay the questions either, wait for the answer or wait for a call back with the answer when those people are doing the data interrogation manually. >>So the biggest change for us is the self-service nature of the data we now have available. So officers can do it themselves on their phone, wherever they might be. So the efficiency savings, um, from that point of view are immense. And I think just parallel to that is the quality of our data because we had a lot of data, but just because you've got a lot of data and a lot of information doesn't mean it's big data and it's valuable necessarily. Um, so again, it was having the single source of truth as we, as we call it. So you know, that when you are completing those safe searches and getting the responses back, that it is the most accurate information we hold. And also you're getting it back within minutes as opposed to, you know, half an hour, an hour or a drive back to the station. So it's making officers more efficient and it's also making them safer. The more efficient they are, the more time they have to spend, um, out with the public doing what they, you know, we all should be doing. >>And have you seen that kind of return on investment because what you were just describing with all the steps that we'd needed to be taken in prior to this to verify and address say, and those are precious seconds when someone's life is on the line in, in sort of in the course of everyday police work. >>Absolutely. Yeah, absolutely. It's difficult to put a price on it. It's difficult to quantify. Um, but all the, you know, the minutes here and that certainly add up to a significant amount of efficiency savings, and we've certainly been able to demonstrate the officers are spending less time up police stations as a result and more time out on the front line. Also they're safer because they can get information about what may or may not be and address what may or may not have occurred in an area before very, very quickly without having to wait. >>Matthew, I want to hear your observations of working so closely with this West Midlands police. Have you noticed anything about changes in its culture and its operating model in how police officers interact with one another? Have you seen any changes since this technology change, >>Um, unique about the West new misplaces, the buy-in from the top, it depend on the chief and his exact team. And Helen is the leader from an IOT perspective. Um, the entire force is bought in. So what is a significant change program? Uh, uh, not trickles three. Um, everyone in the organization, um, change is difficult. Um, and there's a lot of time effort. That's been put into bake, the technical delivery and the business change and adoption aspects around each of the projects. Um, but you can see the step change that it's making in each aspect to the organization, uh, and where that's putting West Midlands police as a leader in, um, technology I'm policing in the UK. And I think globally, >>And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain intransigence in workplaces about this is just the way we've always done things and we're used to this and don't try to get us, don't try to get us to do anything new here. It works. How do you get the buy-in that you need to, to do this kind of digital transformation? >>I think it, it would be wrong to say it was easy. Um, um, we also have to bear in mind that this was one program in a five year program. So there was a lot of change going on, um, both internally for some of our back office functions, as well as front tie, uh, frontline offices. So with DDI in particular, I think the stat change occurred when people could see what it could do for them. You know, we had lots of workshops and seminars where we all talk about, you know, big data and it's going to be great and it's data analytics and it's transformational, you know, and quite rightly people that are very busy doing a day job that not necessarily technologists in the main and, you know, are particularly interested quite rightly so in what we are not dealing with the cloud, you know? >>And it was like, yeah, okay. It's one more thing. And then when they started to see on that, on their phones and what teams could do, that's when it started to sell itself. And I think that's when we started to see, you know, to see the stack change, you know, and, and if we, if we have any issues now it's literally, you know, our help desks in meltdown. Cause everyone's like, well, we call it manage without this anymore. And I think that speaks for itself. So it doesn't happen overnight. It's sort of incremental changes and then that's a step change in attitude. And when they see it working and they see the benefits, they want to use it more. And that's how it's become fundamental to our policing by itself, really without much selling >>Matthew, Helen just made a compelling case for how to get buy in. Have you discovered any other best practices when you are trying to get everyone on board for this kind of thing? >>So we've, um, we've used a lot of the traditional techniques, things around comms and engagement. We've also used things like, um, the 30 day challenge and nudge theory around how can we gradually encourage people to use things? Um, I think there's a point where all of this around, how do we just keep it simple and keep it user centric from an end user perspective? I think DDI is a great example of where the, the technology is incredibly complex. The solution itself is, um, you know, extremely large and, um, has been very difficult to, um, get delivered. But at the heart of it is a very simple front end for the user to encourage it and take that complexity away from them. Uh, I think that's been critical through the whole piece of video. >>One final word from Helen. I want to hear, where do you go from here? What is the longterm vision? I know that this made productivity, >>Um, productivity savings equivalent to 154 full-time officers. Uh, what's next, I think really it's around, um, exploiting what we've got. Um, I use the phrase quite a lot, dialing it up, which drives my technical architects crazy, but because it's apparently not that simple, but, um, you know, we've, we've been through significant change in the last five years and we are still continuing to batch all of those changes into everyday, um, operational policing. But what we need to see now is we need to exploit and build on the investments that we've made, um, in terms of data and claims specifically, the next step really is about expanding our pool of data and our functions. Um, so that, you know, we keep getting better and better, um, at this, um, the more we do, the more data we have, the more refined we can be, the more precise we are with all of our actions. >>Um, you know, we're always being expected to, again, look after the public purse and do more for less. And I think this is certainly an and our cloud journey and cloud first by design, which is where we are now, um, is helping us to be future-proofed. So for us, it's very much an investment. And I see now that we have good at embedded in operational policing for me, this is the start of our journey, not the end. So it's really exciting to see where we can go from here. Exciting times. Indeed. Thank you so much. And Matthew for joining us, I really appreciate it. And you are watching the cube stay tuned for more of the cubes coverage of the AWS reinvent Accenture executive summit. I'm Rebecca Knight from around the globe with digital coverage, >>AWS reinvent executive summit, 2020, sponsored by Accenture and AWS. Everyone. Welcome to the cube virtual coverage of the executive summit at AWS reinvent 2020 virtual. This is the cube virtual. We can't be there in person like we are every year we have to be remote. This executive summit is with special programming supported by Accenture where the cube virtual I'm your host John for a year, we had a great panel here called uncloud first digital transformation from some experts, Stuart driver, the director of it and infrastructure and operates at lion Australia, Douglas Regan, managing director, client account lead at lion for Accenture as a deep Islam associate director application development lead for Accenture gentlemen, thanks for coming on the cube virtual that's a mouthful, all that digital, but the bottom line it's cloud transformation. This is a journey that you guys have been on together for over 10 years to be really a digital company. Now, some things have happened in the past year that kind of brings all this together. This is about the next generation organization. So I want to ask Stuart you first, if you can talk about this transformation at lion has undertaken some of the challenges and opportunities and how this year in particular has brought it together because you, you know, COVID has been the accelerant of digital transformation. Well, if you're 10 years in, I'm sure you're there. You're in the, uh, uh, on that wave right now. Take a minute to explain this transformation journey. >>Yeah, sure. So number of years back, we, we looked at kind of our infrastructure and our landscape. I'm trying to figure out where we wanted to go next. And we were very analog based, um, and stuck in the old it groove of, you know, capital refresh, um, struggling to transform, struggling to get to a digital platform and we needed to change it up so that we could, uh, become very different business to the one that we were back then. Um, obviously cloud is an accelerant to that and we had a number of initiatives that needed a platform to build on. And a cloud infrastructure was the way that we started to do that. So we went through a number of transformation programs that we didn't want to do that in the old world. We wanted to do it in a new world. So for us, it was partnering up with a, you know, great organizations that can take you on the journey and, uh, you know, start to deliver a bit by bit incremental progress, uh, to get to the, uh, I guess the promise land. >>Um, we're not, uh, not all the way there, but to where we're a long way along. And then when you get to some of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually change pretty quickly, um, provide capacity and, uh, and increase your environments and, you know, do the things that you need to do in a much more dynamic way than we would have been able to previously where we might've been waiting for the hardware vendors, et cetera, to deliver capacity for us this year, it's been a pretty strong year from an it perspective and delivering for the business needs, >>Forget the Douglas. I want to just real quick and redirect to you and say, you know, for all the people who said, Oh yeah, you got to jump on cloud, get in early, you know, a lot of naysayers like, well, wait till to mature a little bit. Really, if you got in early and you paying your dues, if you will taking that medicine with the cloud, you're really kind of peaking at the right time. Is that true? Is that one of the benefits that comes out of this getting in the cloud, >>John, this has been an unprecedented year, right. And, um, you know, Australia, we had to live through Bush fires and then we had covert and, and then we actually had to deliver a, um, a project I'm very know transformational product project, completely remote. And then we also had had some, some cyber challenges, which is public as well. And I don't think if we weren't moved into and enabled through the cloud would have been able to achieve that this year. It would have been much different. It would have been very difficult to do the fact that we were able to work and partner with Amazon through this year, which is unprecedented and actually come out the other end and we've delivered a brand new digital capability across the entire business. Um, it wouldn't >>Have been impossible if we could, I guess, stayed in the old world. The fact that we moved into the new Naval by the Navy allowed us to work in this unprecedented gear >>Just quick. What's your personal view on this? Because I've been saying on the Cuban reporting, necessity's the mother of all invention and the word agility has been kicked around as kind of a cliche, Oh, it'd be agile. You know, we're gonna get to Sydney. You get a minute on specifically, but from your perspective, uh, Douglas, what does that mean to you? Because there is benefits there for being agile. And >>I mean, I think as Stuart mentioned writing, and a lot of these things we try to do and, you know, typically, you know, hardware capabilities of the last to be told and, and always the only critical path to be done. You know, we really didn't have that in this case, what we were doing with our projects in our deployments, right. We were able to move quickly able to make decisions in line with the business and really get things going, right. So you, a lot of times in a traditional world, you have these inhibitors, you have these critical path, it takes weeks and months to get things done as opposed to hours and days. And it truly allowed us to, we had to VJ things, move things. And, you know, we were able to do that in this environment with AWS to support and the fact that we can kind of turn things off and on as quickly as we need it. Yeah. >>Cloud-scale is great for speed. So DECA got, Gardez get your thoughts on this cloud first mission, you know, it, you know, the dev ops worlds, they saw this early, that jumping in there, they saw the, the, the agility. Now the theme this year is modern applications with the COVID pandemic pressure, there's real business pressure to make that happen. How did you guys learn to get there fast? And what specifically did you guys do at Accenture and how did it all come together? Can you take us inside kind of how it played out? >>All right. So we started off with us and we work with lions experts and, uh, the lost knowledge that allowed reconstructive being had. Um, we then applied our journey group cloud strategy basically revolves around the seven Oz and, and, uh, you know, the deep peaking steps from our perspective, uh, assessing the current bottom, setting up the new cloud in modern. And as we go modernizing and, and migrating these applications to the cloud now, you know, one of the things that, uh, no we did not along this journey was that, you know, you can have the best plans, but bottom of that, we were dealing with, we often than not have to make changes. Uh, what a lot of agility and also work with a lot of collaboration with the, uh, Lyon team, as well as, uh, uh, AWS. I think the key thing for me was being able to really bring it all together. It's not just, uh, you know, essentially mobilize all of us. >>What were some of the learnings real quick, your journey there? >>So I think perspective the key learnings around that, you know, uh, you know, what, when we look back at, uh, the, the infrastructure that was that we were trying to migrate over to the cloud, a lot of the documentation, et cetera, was not, uh, available. We were having to, uh, figure out a lot of things on the fly. Now that really required us to have, uh, uh, people with deep expertise who could go into those environments and, and work out, uh, you know, the best ways to, to migrate the workloads to the cloud. Uh, I think, you know, the, the biggest thing for me was making Jovi had on that real SMEs across the board globally, that we could leverage across various technologies, uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment would line >>Just do what I got to ask you. How did you address your approach to the cloud and what was your experience? >>Yeah, for me, it's around getting the foundations right. To start with and then building on them. Um, so, you know, you've got to have your, your process and you're going to have your, your kind of your infrastructure there and your blueprints ready. Um, AWS do a great job of that, right. Getting the foundations right. And then building upon it, and then, you know, partnering with Accenture allows you to do that very successfully. Um, I think, um, you know, the one thing that was probably surprising to us when we started down this journey and kind of, after we got a long way down, the track of looking backwards is actually how much you can just turn off. Right? So a lot of stuff that you, uh, you get left with a legacy in your environment, and when you start to work through it with the types of people that civic just mentioned, you know, the technical expertise working with the business, um, you can really rationalize your environment and, uh, um, you know, cloud is a good opportunity to do that, to drive that legacy out. >>Um, so you know, a few things there, the other thing is, um, you've got to try and figure out the benefits that you're going to get out of moving here. So there's no point just taking something that is not delivering a huge amount of value in the traditional world, moving it into the cloud, and guess what it's going to deliver the same limited amount of value. So you've got to transform it, and you've got to make sure that you build it for the future and understand exactly what you're trying to gain out of it. So again, you need a strong collaboration. You need a good partners to work with, and you need good engagement from the business as well, because the kind of, uh, you know, digital transformation, cloud transformation, isn't really an it project, I guess, fundamentally it is at the core, but it's a business project that you've got to get the whole business aligned on. You've got to make sure that your investment streams are appropriate and that you're able to understand the benefits and the value that you're going to drive back towards the business. >>Let's do it. If you don't mind me asking what was some of the obstacles encountered or learnings, um, that might've differed from the expectation we all been there, Hey, you know, we're going to change the world. Here's the sales pitch, here's the outcome. And then obviously things happen, you know, you learn legacy, okay. Let's put some containerization around that cloud native, um, all that rational. You're talking about what are, and you're going to have obstacles. That's how you learn. That's how perfection has developed. How, what obstacles did you come up with and how are they different from your expectations going in? >>Yeah, they're probably no different from other people that have gone down the same journey. If I'm totally honest, the, you know, 70 or 80% of what you do is relative music, because they're a known quantity, it's relatively modern architectures and infrastructures, and you can, you know, upgrade, migrate, move them into the cloud, whatever it is, rehost, replatform, rearchitect, whatever it is you want to do, it's the other stuff, right? It's the stuff that always gets left behind. And that's the challenge. It's, it's getting that last bit over the line and making sure that you haven't invested in the future while still carrying all of your legacy costs and complexity within your environment. So, um, to be quite honest, that's probably taken longer and, and has been more of a challenge than we thought it would be. Um, the other piece I touched on earlier on in terms of what was surprising was actually how much of your environment is actually not needed anymore. >>When you start to put a critical eye across it and understand, um, uh, ask the tough questions and start to understand exactly what, what it is you're trying to achieve. So if you ask a part of a business, do they still need this application or this service a hundred percent of the time, they'll say yes, until you start to lay out to them, okay, now I'm going to cost you this to migrate it or this, to run it in the future. And, you know, here's your ongoing costs and, you know, et cetera, et cetera. And then, uh, for a significant amount of those answers, you get a different response when you start to layer on the true value of it. So you start to flush out those hidden costs within the business, and you start to make some critical decisions as a company based on, uh, based on that. So that was a little tougher than we first thought and probably broader than we thought there was more of that than we anticipated, which actually resulted in a much cleaner environment post and post migration. Yeah. >>Well, expression, if it moves automated, you know, it's kind of a joke on government, how they want to tax everything, you know, you want to automate, that's a key thing in cloud, and you've got to discover those opportunities to create value, uh, Stuart and Siddique. Mainly if you can weigh in on this love to know the percentage of total cloud that you have now, versus when you started, because as you start to uncover whether it's by design for purpose, or you discover opportunities to innovate, like you guys have, I'm sure it kind of, you took on some territory inside Lyon, what percentage of cloud now versus >>Yeah. At the start, it was minimal, right. You know, close to zero, right. Single and single digits. Right. It was mainly SAS environments that we had, uh, sitting in cloud when we, uh, when we started, um, Doug mentioned earlier a really significant transformation project that we've undertaken recently gone live on a multi-year one. Um, you know, that's all stood up on AWS and is a significant portion of our environment, um, in terms of what we can move to cloud. Uh, we're probably at about 80 or 90% now. And the balanced bit is, um, legacy infrastructure that is just gonna retire as we go through the cycle rather than migrate to the cloud. Um, so we are significantly cloud-based and, uh, you know, we're reaping the benefits of it in a year, like 2020, and makes you glad that you did all of the hard yards in the previous years when you start business challenges, trying out as, >>So do you get any common reaction to the cloud percentage penetration? >>Sorry, I didn't, I didn't catch that, but I, all I was going to say was, I think it's like the typical 80 20 rule, right? We, we, we worked really hard in the, you know, I think 2018, 19 to get 80% off the, uh, application onto the cloud. And over the last year is the 20% that we have been migrating. And Stuart said, right. A lot of it is also, that's going to be your diet. And I think our next big step is going to be obviously, you know, the icing on the cake, which is to decommission all of these apps as well. Right. So, you know, to get the real benefits out of, uh, out of the whole conservation program from a, uh, from a reduction of CapEx, OPEX perspective, >>Douglas and Stuart, can you guys talk about the decision around the clouds because you guys have had success with AWS? Why AWS how's that decision made? Can you guys give some insight into some of those things? >>I can, I can start, start off. I think back when the decision was made and it was, it was a while back, um, you know, there was some clear advantages of moving relay, Ws, a lot of alignment with some of the significant projects and, uh, the trend, that particular one big transformation project that we've alluded to as well. Um, you know, we needed some, um, some very robust and, um, just future proof and, and proven technology. And AWS gave that to us. We needed a lot of those blueprints to help us move down the path. We didn't want to reinvent everything. So, um, you know, having a lot of that legwork done for us and AWS gives you that, right. And particularly when you partner up with, uh, with a company like Accenture as well, you get combinations of technology and the, the skills and the knowledge to, to move you forward in that direction side. Um, you know, for us, it was a, uh, uh, it was a decision based on, you know, best of breed, um, you know, looking forward and, and trying to predict the future needs and, and, and kind of the environmental that we might need. Um, and, you know, partnering up with organizations that can then take you on the journey >>Just to build on that. So obviously, you know, lines like an antivirus, but, you know, we knew it was a very good choice given the, um, >>Uh, skills and the capability that we had, as well as the assets and tools we had to get the most out of an AWS. And obviously our CEO globally just made an announcement about a huge investment that we're making in cloud. Um, but you know, we've, we've worked very well with AWS. We've done some joint workshops and joint investments, um, some joint POC. So yeah, w we have a very good working relationship, AWS, and I think, um, one incident to reflect upon whether it's cyber it's and again, where we actually jointly, you know, dove in with, um, with Amazon and some of their security experts and our experts. And we're able to actually work through that with mine quite successful. So, um, you know, really good behaviors as an organization, but also really good capabilities. >>Yeah. As you guys, your essential cloud outcomes, research shown, it's the cycle of innovation with the cloud, that's creating a lot of benefits, knowing what you guys know now, looking back certainly COVID has impacted a lot of people kind of going through the same process, knowing what you guys know now, would you advocate people to jump on this transformation journey? If so, how, and what tweaks they make, which changes, what would you advise? >>I might take that one to start with. Um, I hate to think where we would have been when, uh, COVID kicked off here in Australia and, you know, we were all sent home, literally were at work on the Friday, and then over the weekend. And then Monday, we were told not to come back into the office and all of a sudden, um, our capacity in terms of remote access and I quadrupled, or more four, five X, what we had on the Friday we needed on the Monday. And we were able to stand that up during the day Monday into Tuesday, because we were cloud-based and, uh, you know, we just spun up your instances and, uh, you know, sort of our licensing, et cetera. And, and we had all of our people working remotely, um, within, uh, you know, effectively one business day. Um, I know peers of mine in other organizations and industries that are relying on kind of a traditional wise and getting hardware, et cetera, that were weeks and months before they could get the right hardware to be able to deliver to their user base. >>So, um, you know, one example where you're able to scale and, uh, uh, get, uh, get value out of this platform beyond probably what was anticipated at the time you talk about, um, you know, less this, the, and all of these kinds of things. And you can also think of a few scenarios, but real world ones where you're getting your business back up and running in that period of time is, is just phenomenal. There's other stuff, right? There's these programs that we've rolled out, you do your sizing, um, and in the traditional world, you would just go out and buy more servers than you need. And, you know, probably never realize the full value of those, you know, the capability of those servers over the life cycle of them. Whereas, you know, in a cloud world, you put in what you think is right. And if it's not right, you pump it up a little bit when, when all of your metrics and so on telling you that you need to bump it up and conversely Scarlett down at the same rate. So for us with the types of challenges and programs and, uh, uh, and just business need, that's come at as this year, uh, we wouldn't have been able to do it without a strong cloud base, uh, to, uh, to move forward with >>Yeah, Douglas, one of the things that I talked to, a lot of people on the right side of history who have been on the right wave with cloud, with the pandemic, and they're happy, they're like, and they're humble. Like, well, we're just lucky, you know, luck is preparation meets opportunity. And this is really about you guys getting in early and being prepared and readiness. This is kind of important as people realize, then you gotta be ready. I mean, it's not just, you don't get lucky by being in the right place, the right time. And there were a lot of companies were on the wrong side of history here who might get washed away. This is a second >>I think, to echo and kind of build on what Stewart said. I think that the reason that we've had success and I guess the momentum is we, we didn't just do it in isolation within it and technology. It was actually linked to broader business changes, you know, creating basically a digital platform for the entire business, moving the business, where are they going to be able to come back stronger after COVID, when they're actually set up for growth, um, and actually allows, you know, a line new achievements, growth objectives, and also its ambitions as far as what he wants to do, uh, with growth in whatever they may do as acquiring other companies and moving into different markets and launching new product. So we've actually done it in a way that there's, you know, real and direct business benefit, uh, that actually enables line to grow >>General. I really appreciate you coming. I have one final question. If you can wrap up here, uh, Stuart and Douglas, you don't mind waiting, and what's the priorities for the future. What's next for lion and a century >>Christmas holidays, I'll start Christmas holidays. And I spent a third year and then a, and then a reset, obviously, right? So, um, you know, it's, it's figuring out, uh, transform what we've already transformed, if that makes sense. So God, a huge proportion of our services sitting in the cloud. Um, but we know we're not done even with the stuff that is in there. We need to take those next steps. We need more and more automation and orchestration. We need to, um, our environment, there's more future growth. We need to be able to work with the business and understand what's coming at them so that we can, um, you know, build that into, into our environment. So again, it's really transformation on top of transformation is the way that I'll describe it. And it's really an open book, right? Once you get it in and you've got the capabilities and the evolving tool sets that AWS continue to bring to the market base, um, you know, working with the partners to, to figure out how we unlock that value, um, you know, drive our costs down our efficiency, uh, all of those kind of, you know, standard metrics. >>Um, but you know, we're looking for the next things to transform and show value back out to our customer base, um, that, uh, that we continue to, you know, sell our products to and work with and understand how we can better meet their needs. Yeah, I think just to echo that, I think it's really leveraging this and then digital capability they have and getting the most out of that investment. And then I think it's also moving to, >>Uh, and adopting more new ways of working as far as, you know, the state of the business. Um, it's getting up the speed of the market is changing. So being able to launch and do things quickly and also, um, competitive and efficient operating costs, uh, now that they're in the cloud, right. So I think it's really leveraging the most out of a platform and then, you know, being efficient in launching things. So putting the, with the business, >>Cedric, any word from you on your priorities by UC this year and folding. >>Yeah. So, uh, just going to say like e-learning squares, right for me were around, you know, just journey. This is a journey to the cloud, right. And, uh, you know, as well dug into sort of Saturday, it's getting all, you know, different parts of the organization along the journey business to ID to your, uh, product windows, et cetera. Right. And it takes time with this stuff, but, uh, uh, you know, you gotta get started on it and, you know, once we, once we finish off, uh, it's the realization of the benefits now that, you know, I'm looking forward? I think for, from Alliance perspective, it's, it is, uh, you know, once we migrate all the workloads to the cloud, it is leveraging, uh, all stack drive. And as I think Stewart said earlier, uh, with, uh, you know, the latest and greatest stuff that AWS it's basically working to see how we can really, uh, achieve more better operational excellence, uh, from a, uh, from a cloud perspective. >>Well, Stewart, thanks for coming on with a century and sharing your environment and what's going on and your journey you're on the right wave. Did the work you were in that it's all coming together with faster, congratulations for your success, and really appreciate Douglas with Steve for coming on as well from Accenture. Thank you for coming on. Thanks, John. Okay. Just the cubes coverage of executive summit at AWS reinvent. This is where all the thought leaders share their best practices, their journeys, and of course, special programming with the center and the cube. I'm Sean ferry, your host, thanks for watching From around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cube virtuals coverage of the Accenture executive summit. Part of AWS reinvent 2020. I'm your host Rebecca Knight. We are talking today about reinventing the energy data platform. We have two guests joining us. First. We have Johan Krebbers. He is the GM digital emerging technologies and VP of it. Innovation at shell. Thank you so much for coming on the show. Johan you're welcome. And next we have Liz Dennett. She is the lead solution architect for O S D U on AWS. Thank you so much, Liz. You'll be. So I want to start our conversation by talking about OSD. You like so many great innovations. It started with a problem Johan. What was the problem you were trying to solve at shell? >>Yeah, the ethical back a couple of years, we started summer 2017, where we had a meeting with the deg, the gas exploration in shell, and the main problem they had. Of course, they got lots of lots of data, but are unable to find the right data. They need to work from once the day, this was scattered in is scattered my boss kind of Emirates all over the place and turned them into real, probably tried to solve is how that person working exploration could find their proper date, not just a day of loss of date. You really needed that we did probably talked about is summer 2017. We said, okay. The only way ABC is moving forward is to start pulling that data into a single data platform. And that, that was at the time that we called it as the, you, the subsurface data universe in there was about the shell name was so in, in January, 2018, we started a project with Amazon to start grating a freaking that building, that Stu environment that the, that universe, so that single data level to put all your exploration and Wells data into that single environment that was intent and every cent, um, already in March of that same year, we said, well, from Michele point of view, we will be far better off if we could make this an industry solution and not just a shelf solution, because Shelby, Shelby, if you can make this industry solution, but people are developing applications for it. >>It also is far better than for shell to say we haven't shell special solution because we don't make money out of how we start a day that we can make money out of, if you have access to the data, we can explore the data. So storing the data we should do as efficiently possibly can. So in March, we reached out to about eight or nine other large, uh, I gas operators, like the economics, like the totals, like the chefs of this world and say, Hey, we inshallah doing this. Do you want to join this effort? And to our surprise, they all said, yes. And then in September, 2018, we had our kickoff meeting with your open group where we said, we said, okay, if you want to work together, lots of other companies, we also need to look at, okay, how, how we organize that, or is that if you started working with lots of large companies, you need to have some legal framework around some framework around it. So that's why we went to the open group and said, okay, let's, let's form the ODU forum as we call it the time. So it's September, 2080, where I did a Galleria in Houston, but the kick off meeting for the OT four with about 10 members at the time. So there's just over two years ago, we started an exercise for me called ODU, kicked it off. Uh, and so that's really then we'll be coming from and how we got there. Also >>The origin story. Um, well, so what digging a little deeper there? What were some of the things you were trying to achieve with the OSD? >>Well, a couple of things we've tried to achieve with OSU, um, first is really separating data from applications. And what is the, what is the biggest problem we have in the subsurface space that the data and applications are all interlinked or tied together. And if you have them and a new company coming along and say, I have this new application and has access to the data that is not possible because the data often interlinked with the application. So the first thing we did is really breaking the link between the application, the data as those levels, the first thing we did, secondly, put all the data to a single data platform, take the silos out what was happening in the subsurface space. And they got all the data in what we call silos in small little islands out there. So we're trying to do is first break the link to great, great. >>They put the data in a single data bathroom, and a third part who does standard layer. On top of that, it's an API layer on top of the, a platform. So we could create an ecosystem out of companies to start developing soft applications on top of dev data platform across you might have a data platform, but you're only successful. If you have a rich ecosystem of people start developing applications on top of that. And then you can explore today, like small companies, last company, university, you name it, we're getting after create an ecosystem out here. So the three things, whereas was first break the link between application data, just break it and put data at the center and also make sure that data, this data structure would not be managed by one company. It would only be met. It will be managed the data structures by the OT forum. Secondly, then the data of single data platform certainly has an API layer on top and then create an ecosystem. Really go for people, say, please start developing applications because now you have access to the data. I've got the data no longer linked to somebody whose application was all freely available for an API layer. That was, that was all September, 2018, more or less. >>And to bring you in here a little bit, can you talk a little bit about some of the imperatives from the AWS standpoint in terms of what you were trying to achieve with this? Yeah, absolutely. And this whole thing is Johan said started with a challenge that was really brought out at shell. The challenges that geo-scientists spend up to 70% of their time looking for data, I'm a geologist I've spent more than 70% of my time trying to find data in these silos. And from there, instead of just figuring out how we could address that one problem, we worked together to really understand the root cause of these challenges and working backwards from that use case OSU and OSU on AWS has really enabled customers to create solutions that span, not just this in particular problem, but can really scale to be inclusive of the entire energy chain and deliver value from these use cases to the energy industry and beyond. Thank you, Lee, uh, Johann. So talk a little bit about Accenture's cloud first approach and how it has, uh, helped shell work faster and better with speed. >>Well, of course, access a cloud first approach only works together in an Amazon environment, AWS environment. So we really look at, at, at, at Accenture and others altogether helping shell in this space. Now the combination of the two is what we're really looking at, uh, where access of course can be, this is not a student who that environment operates, support knowledge to an environment. And of course, Amazon would be doing that to today's environment that underpinning, uh, services, et cetera. So, uh, we would expect a combination, a lot of goods when we started rolling out and put in production, the old you are three and bubble because we are anus. Then when the release feed comes to the market in Q1 next year of ODU, when he started going to Audi production inside shell, but as the first release, which is ready for prime time production across an enterprise will be released one just before Christmas, last year when he's still in may of this year. But release three is the first release we want to use for full scale production deployment inside shell, and also all the operators around the world. And there is what Amazon, sorry. Um, extensive can play a role in the ongoing, in the, in deployment building up, but also support environment. >>So one of the other things that we talk a lot about here on the cube is sustainability. And this is a big imperative at so many organizations around the world in particular energy companies. How does this move to OSD you, uh, help organizations become, how is this a greener solution for companies? >>Well, firstly make it, it's a great solution because you start making a much more efficient use of your resources, which is, which is already an important one. The second thing they're doing is also, we started with ODU in the oil and gas space with the expert development space. We've grown, uh OTU but in our strategy of growth, OSU now also do an alternative energy sociology. We'll all start supporting next year. Things like solar farms, wind farms, uh, the, the dermatomal environment hydration. So it becomes an and, and an open energy data platform, not just for the, for the, I want to get into steam that's for new industry, any type of energy industry. So our focus is to create, bring that data of all those various energy data sources together into a single data platform. You're going to use AI and other technology on top of that to exploit the data, to meet again in a single data platform. >>Liz, I want to ask you about security because security is, is, is such a big concern when it comes to how secure is the data on OSD you, um, actually, can I talk, can I do a follow up on the sustainability talking? Oh, absolutely. By all means. I mean, I want to interject though security is absolutely our top priority. I don't mean to move away from that, but with sustainability, in addition to the benefits of the OSU data platform, when a company moves from on-prem to the cloud, they're also able to leverage the benefits of scale. Now, AWS is committed to running our business in the most environmentally friendly way possible. And our scale allows us to achieve higher resource utilization and energy efficiency than a typical on-prem data center. Now, a recent study by four 51 research found that AWS is infrastructure is 3.6 times more energy efficient than the median of surveyed enterprise data centers. Two thirds of that advantage is due to higher server utilization and a more energy efficient server population. But when you factor in the carbon intensity of consumed electricity and renewable energy purchases, four 51 found that AWS performs the same task with an 88% lower carbon footprint. Now that's just another way that AWS and OSU are working to support our customers is they seek to better understand their workflows and make their legacy businesses less carbon intensive. >>That's that's those are those statistics are incredible. Do you want to talk a little bit now about security? Absolutely. And security will always be AWS is top priority. In fact, AWS has been architected to be the most flexible and secure cloud computing environment available today. Our core infrastructure is built to satisfy. There are the security requirements for the military global banks and other high sensitivity organizations. And in fact, AWS uses the same secure hardware and software to build and operate each of our regions. So that customers benefit from the only commercial cloud that's had hits service offerings and associated supply chain vetted and deemed secure enough for top secret workloads. That's backed by a deep set of cloud security tools with more than 200 security compliance and governmental service and key features as well as an ecosystem of partners like Accenture, that can really help our customers to make sure that their environments for their data meet and or exceed their security requirements. Johann, I want you to talk a little bit about how OSD you can be used today. Does it only handle subsurface data >>And today it's hundreds of servers or Wells data. We got to add to that production around the middle of next year. That means that the whole upstate business. So we've got, if you look at MC, obviously this goes from exploration all the way to production. You've been at the into to a single data platform. So production will be added the round Q3 of next year. Then it principal, we have a difficult, the elder data that single environment, and we want to extended them to other data sources or energy sources like solar farms, wheat farms, uh, hydrogen hydro at San Francisco. We want to add a whore or a list of other day. >>And he saw a student and B all the data together into a single data club. So we move from an fallen guest, a data platform to an energy data platform. That's really what our objective is because the whole industry we've looked at, I've looked at our company companies all moving in that same direction of quantity, of course are very strong at all, I guess, but also increase the, got into all the other energy sources like, like solar, like wind, like, like the hydrogen, et cetera. So we, we move exactly the same method that, that, that the whole OSU can really support at home. And as a spectrum of energy sources, of course, >>And Liz and Johan. I want you to close us out here by just giving us a look into your crystal balls and talking about the five and 10 year plan for OSD. You we'll start with you, Liz. What do you, what do you see as the future holding for this platform? Um, honestly, the incredibly cool thing about working at AWS is you never know where the innovation and the journey is going to take you. I personally am looking forward to work with our customers, wherever their OSU journeys, take them, whether it's enabling new energy solutions or continuing to expand, to support use cases throughout the energy value chain and beyond, but really looking forward to continuing to partner as we innovate to slay tomorrow's challenges. >>Yeah. First, nobody can look that far ahead, any more nowadays, especially 10 years mean now, who knows what happens in 10 years, but if you look what our whole objective is that really in the next five years owes you will become the key backbone for energy companies for storing your data. You are efficient intelligence and optimize the whole supply energy supply chain in this world out there. >>Rubbers Liz Dennett. Thank you so much for coming on the cube virtual, >>Thank you, >>Rebecca nights, stay tuned for more of our coverage of the Accenture executive summit >>Around the globe. It's the cube with digital coverage of AWS reinvent executive summit 2020, sponsored by Accenture and AWS. >>Welcome everyone to the cubes coverage of the Accenture executive summit. Part of AWS reinvent. I'm your host Rebecca Knight today we're welcoming back to Kubila. We have Kishor Dirk. He is the Accenture senior managing director cloud first global services lead. Welcome back to the show >>Kishore. Thank you very much. >>Nice to meet again. And, uh, Tristin moral horse set. He is the managing director, Accenture cloud first North American growth. Welcome back to YouTube. >>Great to be back in. Great to see you again, Rebecca. >>Exactly. Even in this virtual format, it is good to see your faces. Um, today we're going to be talking about my nav and green cloud advisor >>Capability. Kishor I want to start with you. So my NAB is a platform that is really celebrating its first year in existence. Uh, November, 2019 is when Accenture introduced it. Uh, but it's, it has new relevance in light of this global pandemic that we are all enduring and suffering through. Tell us a little bit about the miner platform, what it is. >>Sure, Rebecca, you know, we lost it and now 2019 and, uh, you know, it is a cloud platform to help our clients navigate the complexity of cloud and cloud decisions and to make it faster and obviously innovate in the cloud, uh, you know, with the increased relevance and all the, especially over the last few months with the impact of COVID crisis and exhibition of digital transformation, you know, we are seeing the transformation of the acceleration to cloud much faster. This platform that you're talking about has enabled hundred and 40 clients globally across different industries. You identify the right cloud solution, navigate the complexity, provide a cloud specific solution simulate for our clients to meet the strategy business needs and the clients are loving it. >>I want to go to you now trust and tell us a little bit about how my nav works and how it helps companies make good cloud choices. >>Yeah. So Rebecca we've talked about cloud is, is more than just infrastructure and that's what mine app tries to solve for. It really looks at a variety of variables, including infrastructure operating model and fundamentally what clients business outcomes, um, uh, our clients are, are looking for and, and identify as the optimal solution for what they need. And we design this to accelerate and we mentioned the pandemic. One of the big focus now is to accelerate. And so we worked through a three-step process. The first is scanning and assessing our client's infrastructure, their data landscape, their application. Second, we use our automated artificial intelligence engine to interact with. We have a wide variety and library of, uh, collective plot expertise. And we look to recommend what is the enterprise architecture and solution. And then third, before we aligned with our clients, we look to simulate and test this scaled up model. And the simulation gives our clients a wait to see what cloud is going to look like, feel like and how it's going to transform their business before they go there. >>Tell us a little bit about that in real life. Now as a company, so many of people are working remotely having to collaborate, uh, not in real life. How is that helping them right now? >>So, um, the, the pandemic has put a tremendous strain on systems, uh, because of the demand on those systems. And so we talk about resiliency. We also now need to collaborate across data across people. Um, I think all of us are calling from a variety of different places where our last year we were all at the cube itself. Um, and, and cloud technologies such as teams, zoom that we're we're leveraging now has fundamentally accelerated and clients are looking to onboard this for their capabilities. They're trying to accelerate their journey. They realize that now the cloud is what is going to become important for them to differentiate. Once we come out of the pandemic and the ability to collaborate with their employees, their partners, and their clients through these systems is becoming a true business differentiator for our clients. >>Sure. I want to talk with you now about my NABS multiple capabilities, um, and helping clients design and navigate their cloud journeys. Tell us a little bit about the green cloud advisor capability and its significance, particularly as so many companies are thinking more deeply and thoughtfully about sustainability. >>Yes. So since the launch of my NAB, we continue to enhance capabilities for our clients. One of the significant, uh, capabilities that we have enabled is the brain trust advisor today. You know, Rebecca, a lot of the businesses are more environmentally aware and are expanding efforts to decrease power consumption, uh, and obviously carbon emissions and, uh, and run a sustainable operations across every aspect of the enterprise. Uh, as a result, you're seeing an increasing trend in adoption of energy, efficient infrastructure in the global market. And one of the things that we did, a lot of research we found out is that there's an ability to influence our client's carbon footprint through a better cloud solution. And that's what we entered by brings to us, uh, in, in terms of a lot of the client connotation that you're seeing in Europe, North America and others, lot of our clients are accelerating to a green cloud strategy to unlock beta financial, societal and environmental benefit, uh, through obviously cloud-based circular, operational and sustainable products and services. That is something that, uh, we are enhancing my now and we are having active client discussions at this point of time. >>So Tristan, tell us a little bit about how this capability helps clients make greener. >>Yeah. Um, well, let's start about the investments from the cloud providers in renewable and sustainable energy. Um, they have most of the hyperscalers today, um, have been investing significantly on data centers that are run or renewable energy, some incredibly creative constructs on the how to do that. And sustainability is therefore a key, um, key item of importance for the hyperscalers and also for our clients who now are looking for sustainable energy. And it turns out this marriage is now possible. I can, we marry the, the green capabilities of the cloud providers with a sustainability agenda of our clients. And so what we look into way the mine EF works is it looks at industry benchmarks and evaluates our current clients, um, capabilities and carpet footprint leveraging their existing data centers. We then look to model from an end-to-end perspective, how the, their journey to the cloud leveraging sustainable and, um, and data centers with renewable energy. We look at how their solution will look like and, and quantify carbon tax credits, um, improve a green index score and provide quantifiable, um, green cloud capabilities and measurable outcomes to our clients, shareholders, stakeholders, clients, and customers, um, and our green plot advisors, sustainability solutions already been implemented at three clients. And in many cases in two cases has helped them reduce the carbon footprint by up to 400% through migration from their existing data center to green club. Very, very important. Yeah, >>That is remarkable. Now tell us a little bit about the kinds of clients. Is this, is this more interesting to clients in Europe? Would you say that it's catching on in the United States where we're at? What is the breakdown that you're seeing right now? >>Sustainability is becoming such a global agenda and we're seeing our clients, um, uh, tie this and put this at board level, um, uh, agenda and requirements across the globe. Um, Europe has specific constraints around data sovereignty, right, where they need their data in country, but from a green, a sustainability agenda, we see clients across all our markets, North America, Europe, and our growth markets adopt this. And we have seen case studies in all three markets >>Kisha. I want to bring you back into the conversation. Talk a little bit about how mine up ties into Accenture's cloud first strategy, your Accenture's CEO, Julie Sweet has talked about post COVID leadership requiring every business to become a cloud first business. Tell us a little bit about how this ethos is in Accenture and how you're sort of looking outward with it too. >>So Rebecca mine is the launch pad, uh, to a cloud first transformation for our clients. Uh, Accenture, see you, uh, Julie Sweet, uh, shared the Accenture cloud first and our substantial investment demonstrate our commitment and is delivering data value for our clients when they need it the most. And with the district transformation requiring cloud at scale, you know, we're seeing that in the post COVID leadership, it requires that every business should become a cloud business. And my nap helps them get there by evaluating the cloud landscape, navigating the complexity, modeling architecting and simulating an optimal cloud solution for our clients. And as Justin was sharing a greener cloud, Tristan, talk a little >>Bit more about some of the real life use cases in terms of what are we, what are clients seeing? What are the results? >>Yes, thank you, Rebecca. I would say two key things right around my now the first is the iterative process. Clients don't want to wait, um, until they get started, they want to get started and see what their journey is going to look like. And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need to move to cloud very quickly. And my nav is there to do that. So how do we do that? First is generating the business cases. Clients need to know in many cases that they have a business case by business case, we talk about the financial benefits, as well as the business outcomes, the green green cloud impact sustainability impacts with minus we can build initial recommendations using a basic understanding of their environment and benchmarks in weeks versus months with indicative value savings in the millions of dollars arranges. >>So for example, very recently, we worked with a global oil and gas company, and in only two weeks, we're able to provide an indicative savings for $27 million over five years. This enabled the client to get started, knowing that there is a business case benefit and then iterate on it. And this iteration is, I would say the second point that is particularly important with my nav that we've seen in bank, the clients, which is, um, any journey starts with an understanding of what is the application landscape and what are we trying to do with those, these initial assessments that used to take six to eight weeks are now taking anywhere from two to four weeks. So we're seeing a 40 to 50% reduction in the initial assessment, which gets clients started in their journey. And then finally we've had discussions with all of the hyperscalers to help partner with Accenture and leverage mine after prepared their detailed business case module as they're going to clients. And as they're accelerating the client's journey, so real results, real acceleration. And is there a journey? Do I have a business case and furthermore accelerating the journey once we are by giving the ability to work in an iterative approach, >>It sounds as though that the company that clients and and employees are sort of saying, this is an amazing time savings look at what I can do here in, in so much in a condensed amount of time, but in terms of getting everyone on board, one of the things we talked about last time we met, uh, Tristin was just how much, uh, how one of the obstacles is getting people to sign on and the new technologies and new platforms. Those are often the obstacles and struggles that companies face. Have you found that at all? Or what is sort of the feedback that you're getting from? >>Yeah. Sorry. Yes. We clearly, there are always obstacles to a con journey. If there weren't obstacles, all our clients would be already fully in the cloud. What man I gives the ability is to navigate through those, to start quickly. And then as we identify obstacles, we can simulate what things are going to look like. We can continue with certain parts of the journey while we deal with that obstacle. And it's a fundamental accelerator. Whereas in the past one, obstacle would prevent a class from starting. We can now start to address the obstacles one at a time while continuing and accelerating the contrary. That is the fundamental difference. Kishor I want to give you the final word here. Tell us a little bit about what is next for Accenture might have and what we'll be discussing next year at the Accenture executive summit >>Sort of echo, we are continuously evolving with our client needs and reinventing, reinventing for the future. For my advisor, our plan is to help our clients reduce carbon footprint and again, migrate to a green cloud. Uh, and additionally, we're looking at, you know, two capabilities, uh, which include sovereign cloud advisor, uh, with clients, especially in, in Europe and others are under pressure to meet stringent data norms that Kristen was talking about. And the sovereign cloud advisor health organization to create an architecture cloud architecture that complies with the green. Uh, I would say the data sound-bitey norms that is out there. The other element is around data to cloud. We are seeing massive migration, uh, for, uh, for a lot of the data to cloud. And there's a lot of migration hurdles that come within that. Uh, we have expanded mine app to support assessment capabilities, uh, for, uh, assessing applications, infrastructure, but also covering the entire state, including data and the code level to determine the right cloud solution. So we are, we are pushing the boundaries on what might have can do with mine. And we have created the ability to take the guesswork out of cloud, navigate the complexity. We are rolling risks costs, and we are achieving clients strategy, business objectives, while building a sustainable lots with being cloud, >>Any platform that can take some of the guesswork out of the future. I'm I'm on board with. Thank you so much, Kristin and Kishore. This has been a great conversation. Thank you, Rebecca. Thank you, Rebecca. Stay tuned for more of the cubes coverage of the Accenture executive summit. I'm Rebecca Knight. >>Yeah, Yeah.

Published Date : Dec 1 2020

SUMMARY :

It's the cube with digital coverage Welcome to cube three 60 fives coverage of the Accenture executive summit. Thanks for having me here. impact of the COVID-19 pandemic has been, what are you hearing from clients? you know, various facets, you know, um, first and foremost, to this reasonably okay, and are, you know, launching to So you just talked about the widening gap. all the changes the pandemic has brought to them. in the cloud that we are going to see. Can you tell us a little bit more about what this strategy entails? all of the systems under which they attract need to be liberated so that you could drive now, the center of gravity is elevated to it becoming a C-suite agenda on everybody's And it, and it's a strategy, but the way you're describing it, it sounds like it's also a mindset and an approach, the employees are able to embrace this change. across every department, I'm the agent of this change is going to be the employees or weapon, And because the change management is, is often the hardest And that is again, the power of cloud. And the power of cloud is to get all of these capabilities from outside that employee, the employee will be more engaged in his or her job and therefore And this is, um, you know, no more true than how So at Accenture, you have long, long, deep Stan, sorry, And in fact, in the cloud world, it was one of the first, um, And one great example is what we are doing with Takeda, uh, billable, to drive more customer insights, um, come up with breakthrough Yeah, the future to the next, you know, base camp, as I would call it to further this productivity, And the evolution that is going to happen where, you know, the human grace of mankind, I genuinely believe that cloud first is going to be the forefront of that change Thank you so much for joining us Karthik. It's the cube with digital coverage And what happens when you bring together the scientific, And Brian Beau Han global director and head of the Accenture AWS business group at Amazon Um, and I think that, you know, there's a, there's a need ultimately to, And, you know, we were commenting on this earlier, but there's, you know, it's been highlighted by a number of factors. And I think that, you know, that's going to help us make faster, better decisions. Um, and so I think with that, you know, there's a few different, it, uh, insights that, you know, the three of us are spending a lot of time thinking about right now. So Arjun, I want to bring you into this conversation a little bit. uh, something that, you know, we had all to do differently. in the governance and every level of leadership, we always think about this as a collective the same way, the North side, the same way, And I think if you really think about what he's talking about, Because the old ways of thinking where you've got application people and infrastructure, How will their experience of work change and how are you helping re-imagine and And it's something that, you know, I think we all have to think a lot about, I mean, And then secondly, I think that, you know, we're, we're very clear that there's a number of areas where there are Uh, and so I think that that's, you know, one, one element that can be considered. or how do we collaborate across the number of boundaries, you know, and I think, uh, Arjun spoke eloquently the customer obsession and this idea of innovating much more quickly. of the things that, you know, a partner like AWS brings to the table is we talk a lot about builders, And it's not just the technical people or the it people who are you know, some decisions, what we call it at Amazon are two two-way doors, meaning you can go through that door, And so we chose, you know, uh, with our focus on, I want you to close this out here. sort of been great for me to see is that when people think about cloud, you know, Well, thank you so much. Yeah, it's been fun. It's the cube with digital coverage of How big is the force and also what were some of the challenges that you were grappling with Um, so the reason we sort of embarked um, you know, certainly as a, as an it leader and sort of my operational colleagues, What is the art of the possible, can you tell us a little bit about why you the public sector that, you know, there are many rules and regulations quite rightly as you would expect Matthew, I want to bring you into the conversation a little bit here. to bring in a number of the different themes that we have say cloud themes, security teams, um, So much of this is about embracing comprehensive change to experiment, the outcomes they're looking to achieve rather than simply focusing on the long list of requirements I think was critical So to give you a little bit of context, when we, um, started And the pilot was so successful. And I think just parallel to that is the quality of our data because we had a lot of data, And have you seen that kind of return on investment because what you were just describing with all the steps Um, but all the, you know, the minutes here and that certainly add up Have you seen any changes And Helen is the leader from an IOT perspective. And this is a question for both of you because Matthew, as you said, change is difficult and there is always a certain You know, we had lots of workshops and seminars where we all talk about, you know, see, you know, to see the stack change, you know, and, and if we, if we have any issues now it's literally, when you are trying to get everyone on board for this kind of thing? the 30 day challenge and nudge theory around how can we gradually encourage people to use things? I want to hear, where do you go from here? not that simple, but, um, you know, we've, we've been through significant change in the last And I see now that we have good at embedded in operational So I want to ask Stuart you first, if you can talk about this transformation and stuck in the old it groove of, you know, capital refresh, um, of the challenges like we've had this year, um, it makes all of the hard work worthwhile because you can actually I want to just real quick and redirect to you and say, you know, for all the people who said, Oh yeah, And, um, you know, Australia, we had to live through Bush fires by the Navy allowed us to work in this unprecedented gear Because I've been saying on the Cuban reporting, necessity's the mother of all and always the only critical path to be done. And what specifically did you guys do at Accenture and how did it all come applications to the cloud now, you know, one of the things that, uh, no we did not along uh, uh, and, and, and, you know, that would really work in our collaborative and agile environment How did you address your approach to the cloud and what was your experience? And then building upon it, and then, you know, partnering with Accenture allows because the kind of, uh, you know, digital transformation, cloud transformation, learnings, um, that might've differed from the expectation we all been there, Hey, you know, It's, it's getting that last bit over the line and making sure that you haven't invested in the future hundred percent of the time, they'll say yes, until you start to lay out to them, okay, you know, you want to automate, that's a key thing in cloud, and you've got to discover those opportunities to create value, Um, you know, that's all stood up on AWS and is a significant portion of And I think our next big step is going to be obviously, So, um, you know, having a lot of that legwork done for us and AWS gives you that, So obviously, you know, lines like an antivirus, but, you know, we knew it was a very good So, um, you know, really good behaviors as an a lot of people kind of going through the same process, knowing what you guys know now, And, and we had all of our people working remotely, um, within, uh, you know, effectively one business day. the time you talk about, um, you know, less this, the, and all of these kinds of things. And this is really about you guys getting It was actually linked to broader business changes, you know, creating basically a digital platform Stuart and Douglas, you don't mind waiting, and what's the priorities for the future. to figure out how we unlock that value, um, you know, drive our costs down our efficiency, our customer base, um, that, uh, that we continue to, you know, sell our products to and work with Uh, and adopting more new ways of working as far as, you know, the state of the business. And it takes time with this stuff, but, uh, uh, you know, Did the work you were in that it's all coming together with faster, What was the problem you were trying to solve at shell? And that, that was at the time that we called it as the, make money out of how we start a day that we can make money out of, if you have access to the data, we can explore the data. What were some of the things you were trying to achieve with the OSD? So the first thing we did is really breaking the link between the application, I've got the data no longer linked to somebody whose application was all freely available for an API layer. And to bring you in here a little bit, can you talk a little bit about some of the imperatives from the a lot of goods when we started rolling out and put in production, the old you are three and bubble because we are So one of the other things that we talk a lot about here on the cube is sustainability. of that to exploit the data, to meet again in a single data platform. purchases, four 51 found that AWS performs the same task with an So that customers benefit from the only commercial cloud that's had hits service offerings and You've been at the into to a single data platform. And he saw a student and B all the data together into a single data club. Um, honestly, the incredibly cool thing about working at AWS is you who knows what happens in 10 years, but if you look what our whole objective is that really in the next five Thank you so much for coming on the cube virtual, It's the cube with digital coverage of He is the Accenture senior managing director cloud first global services Thank you very much. He is the managing director, Great to see you again, Rebecca. Even in this virtual format, it is good to see your faces. So my NAB is a platform that is really celebrating to make it faster and obviously innovate in the cloud, uh, you know, with the increased relevance I want to go to you now trust and tell us a little bit about how my nav works and how it helps One of the big focus now is to accelerate. having to collaborate, uh, not in real life. They realize that now the cloud is what is going to become important for them to differentiate. about the green cloud advisor capability and its significance, particularly as so many companies And one of the things that we did, a lot of research we found out is that there's an ability to influence or renewable energy, some incredibly creative constructs on the how to do that. What is the breakdown that you're seeing right now? And we have seen case studies in all I want to bring you back into the conversation. And with the district transformation requiring cloud at scale, you know, we're seeing that in And the second is fundamental acceleration, dependent make, as we talked about, has accelerated the need This enabled the client to get started, knowing that there is a business is getting people to sign on and the new technologies and new platforms. What man I gives the ability is to navigate through those, to start quickly. And the sovereign cloud advisor health organization to create an Any platform that can take some of the guesswork out of the future.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
LizPERSON

0.99+

Liz DennettPERSON

0.99+

Rebecca KnightPERSON

0.99+

TakedaORGANIZATION

0.99+

StevePERSON

0.99+

RebeccaPERSON

0.99+

MatthewPERSON

0.99+

StewartPERSON

0.99+

AWSORGANIZATION

0.99+

BrianPERSON

0.99+

JohanPERSON

0.99+

AmazonORGANIZATION

0.99+

JustinPERSON

0.99+

CarlPERSON

0.99+

Arjan BeattyPERSON

0.99+

JohannPERSON

0.99+

AccentureORGANIZATION

0.99+

40QUANTITY

0.99+

Julie SweetPERSON

0.99+

HelenPERSON

0.99+

StuartPERSON

0.99+

EuropeLOCATION

0.99+

KarthikPERSON

0.99+

September, 2018DATE

0.99+

Johan KrebbersPERSON

0.99+

AustraliaLOCATION

0.99+

LeePERSON

0.99+

JohnPERSON

0.99+

KristinPERSON

0.99+

sixQUANTITY

0.99+

$3 billionQUANTITY

0.99+

January, 2018DATE

0.99+

Brian Beau HanPERSON

0.99+

ArjunPERSON

0.99+

OSUORGANIZATION

0.99+

Frank Keynote with Disclaimer


 

>>Hi, I'm Frank's Luqman CEO of Snowflake. And welcome to the Snowflake Data Cloud Summit. I'd like to take the next few minutes to introduce you to >>the data cloud on why it matters to the modern enterprise. As an industry, we have struggled to mobilize our data, meaning that has been hard to put data into service of our enterprises. We're not living in a data economy and for most data central how we run our lives, our businesses and our institutions, every single interaction we have now, whether it's in social media, e commerce or any other service, engagement generates critical data. You multiply this out with the number of actors and transactions. The volume is overwhelming, growing in leaps and bounds every day. There was a time when data operations focused mostly on running reports and populating dashboards to inform people in the enterprise of what had happened on what was going on. And we still do a ton of that. But the emphasis is shifting to data driving operations from just data informing people. There is such a thing as the time value off data meaning that the faster data becomes available, the more impactful and valuable it ISS. As data ages, it loses much of its actionable value. Digital transformation is an overused term in our industry, but the snowflake it means the end to end automation of business processes, from selling to transacting to supporting to servicing customers. Digital processes are entirely disinter mediated in terms of people. Involvement in are driven into end by data. Of course, many businesses have both physical and digital processes, and they are >>intertwined. Think of retail, logistics, delivery services and so on. So a data centric operating discipline is no longer optional data operations Air now the beating heart >>of the modern enterprise that requires a massively scalable data platform talented data engineering and data science teams to fully exploit the technology that now is becoming available. Enter snowflake. Chances are that, you know, snowflake as a >>world class execution platform for a diverse set of workloads. Among them data warehousing, data engineering, data, lakes, data, science, data applications and data sharing. Snowflake was architected from scratch for cloud scale computing. No legacy technology was carried forward in the process. Snowflake reimagined many aspects of data management data operations. The result was a cloud data platform with massive scale, blistering performance, superior economics and world class data governance. Snowflake innovated on a number of vectors that wants to deliver this breakthrough. First scale and performance. Snowflake is completely designed for cloud scale computing, both in terms of data volume, computational performance and concurrent workload. Execution snowflake features numerous distinct innovations in this category, but none stands up more than the multi cluster shared stories. Architectural Removing the control plane from the individual cluster led to a dramatically different approach that has yielded tremendous benefits. But our customers love about Snowflake is to spin up new workloads without limitation and provisioned these workloads with his little or as much compute as they see fit. No longer do they fear hidden capacity limits or encroaching on other workloads. Customers can have also scale storage and compute independent of each other, something that was not possible before second utility and elasticity. Not only can snowflake customer spin up much capacity for as long as they deem necessary. Three. Utility model in church, they only get charged for what they consumed by the machine. Second, highly granular measurement of utilization. Ah, lot of the economic impact of snowflake comes from the fact that customers no longer manage capacity. What they do now is focused on consumption. In snowflake is managing the capacity. Performance and economics now go hand in hand because faster is now also cheaper. Snowflake contracts with the public cloud vendors for capacity at considerable scale, which then translates to a good economic value at the retail level is, well, third ease of use and simplicity. Snowflake is a platform that scales from the smallest workloads to the largest data estates in the world. It is unusual in this offer industry to have a platform that controversy the entire spectrum of scale, a database technology snowflake is dramatically simple fire. To compare to previous generations, our founders were bent on making snowflake, a self managing platform that didn't require expert knowledge to run. The role of the Deba has evolved into snowflake world, more focused on data model insights and business value, not tuning and keeping the infrastructure up and running. This has expanded the marketplace to nearly any scale. No job too small or too large. Fourth, multi cloud and Cross Cloud or snowflake was first available on AWS. It now also runs very successfully on mark yourself. Azure and Google Cloud Snowflake is a cloud agnostic platform, meaning that it doesn't know what it's running on. Snowflake completely abstracts the underlying cloud platform. The user doesn't need to see or touch it directly and also does not receive a separate bill from the cloud vendor for capacity consumed by snowflake. Being multi cloud capable customers have a choice and also the flexibility to change over time snowflakes. Relationships with Amazon and Microsoft also allow customers to transact through their marketplaces and burned down their cloud commit with their snowflakes. Spend Snowflake is also capable of replicating across cloud regions and cloud platforms. It's not unusual to see >>the same snowflake data on more than one public cloud at the time. Also, for disaster recovery purposes, it is desirable to have access to snowflake on a completely different public cloud >>platform. Fifth, data Security and privacy, security and privacy are commonly grouped under the moniker of data governance. As a highly managed cloud data platform, snowflake designed and deploys a comprehensive and coherent security model. While privacy requirements are newer and still emerging in many areas, snowflake as a platform is evolving to help customers steer clear from costly violations. Our data sharing model has already enabled many customers to exchange data without surrendering custody of data. Key privacy concerns There's no doubt that the strong governance and compliance framework is critical to extracting you analytical value of data directly following the session. Police Stay tuned to hear from Anita Lynch at Disney Streaming services about how >>to date a cloud enables data governance at Disney. The world beat a >>path to our door snowflake unleashed to move from UN promised data centers to the public cloud platforms, notably AWS, Azure and Google Cloud. Snowflake now has thousands of enterprise customers averaging over 500 million queries >>today across all customer accounts, and it's one of the fastest growing enterprise software companies in a generation. Our recent listing on the New York Stock Exchange was built is the largest software AIPO in history. But the data cloth conversation is bigger. There is another frontier workload. Execution is a huge part of it, but it's not the entire story. There is another elephant in the room, and that is that The world's data is incredibly fragmented in siloed, across clouds of old sorts and data centers all over the place. Basically, data lives in a million places, and it's incredibly hard to analyze data across the silos. Most intelligence analytics and learning models deploy on single data sets because it has been next to impossible to analyze data across sources. Until now, Snowflake Data Cloud is a data platform shared by all snowflake users. If you are on snowflake, you are already plugged into it. It's like being part of a Global Data Federation data orbit, if you will, where all other data can now be part of your scope. Historically, technology limitations led us to build systems and services that siloed the data behind systems, software and network perimeters. To analyze data across silos, we resorted to building special purpose data warehouses force fed by multiple data sources empowered by expensive proprietary hardware. The scale limitations lead to even more silos. The onslaught of the public cloud opened the gateway to unleashing the world's data for access for sharing a monetization. But it didn't happen. Pretty soon they were new silos, different public clouds, regions within the and a huge collection of SAS applications hoarding their data all in their own formats on the East NC ations whole industries exist just to move data from A to B customer behavior precipitated the silo ing of data with what we call a war clothes at a time mentality. Customers focused on the applications in isolation of one another and then deploy data platforms for their workload characteristics and not much else, thereby throwing up new rules between data. Pretty soon, we don't just have our old Silas, but new wants to content with as well. Meanwhile, the promise of data science remains elusive. With all this silo ing and bunkering of data workload performance is necessary but not sufficient to enable the promise of data science. We must think about unfettered data access with ease, zero agency and zero friction. There's no doubt that the needs of data science and data engineering should be leading, not an afterthought. And those needs air centered on accessing and analyzing data across sources. It is now more the norm than the exception that data patterns transcend data sources. Data silos have no meaning to data science. They are just remnants of legacy computing. Architectures doesn't make sense to evaluate strictly on the basis of existing workloads. The world changes, and it changes quickly. So how does the data cloud enabled unfettered data access? It's not just a function of being in the public cloud. Public Cloud is an enabler, no doubt about it. But it introduces new silos recommendation by cloud, platform by cloud region by Data Lake and by data format, it once again triggered technical grandstands and a lot of programming to bring a single analytical perspective to a diversity of data. Data was not analytics ready, not optimized for performance or efficiency and clearly lacking on data governance. Snowflake, address these limitations, thereby combining great execution with great data >>access. But, snowflake, we can have the best of both. So how does it all work when you join Snowflake and have your snowflake account? You don't just >>avail yourself of unlimited stories. And compute resource is along with a world class execution platform. You also plug into the snowflake data cloud, meaning that old snowflake accounts across clouds, regions and geography are part of a single snowflake data universe. That is the data clouds. It is based on our global data sharing architectures. Any snowflake data can be exposed and access by any other snowflake user. It's seamless and frictionless data is generally not copied. Her moves but access in place, subject to the same snowflake governance model. Accessing the data cloth can be a tactical one on one sharing relationship. For example, imagine how retailer would share data with a consumer back. It's good company, but then it easily proliferate from 1 to 1. Too many too many. The data cloud has become a beehive of data supply and demand. It has attracted hundreds of professional data listings to the Snowflake Data Marketplace, which fuels the data cloud with a rich supply of options. For example, our partner Star Schema, listed a very detailed covert 19 incident and fatality data set on the Snowflake Data Marketplace. It became an instant hit with snowflake customers. Scar schema is not raw data. It is also platform optimize, meaning that it was analytics ready for all snowflake accounts. Snowflake users were accessing, joining and overlaying this new data within a short time of it becoming available. That is the power of platform in financial services. It's common to see snowflake users access data from snowflake marketplace listings like fax set and Standard and Poor's on, then messed it up against for example. Salesforce data There are now over 100 suppliers of data listings on the snowflake marketplace That is, in addition to thousands of enterprise and institutional snowflake users with their own data sets. Best part of the snowflake data cloud is this. You don't need to do or buy anything different. If your own snowflake you're already plugged into the data clouds. A whole world data access options awaits you on data silos. Become a thing of the past, enjoy today's presentations. By the end of it, you should have a better sense in a bigger context for your choices of data platforms. Thank you for joining us.

Published Date : Nov 19 2020

SUMMARY :

I'd like to take the next few minutes to introduce you to term in our industry, but the snowflake it means the end to end automation of business processes, So a data centric operating discipline is no longer optional data operations Air now the beating of the modern enterprise that requires a massively scalable data platform talented This has expanded the marketplace to nearly any scale. the same snowflake data on more than one public cloud at the time. no doubt that the strong governance and compliance framework is critical to extracting you analytical value to date a cloud enables data governance at Disney. centers to the public cloud platforms, notably AWS, Azure and Google Cloud. The onslaught of the public cloud opened the gateway to unleashing the world's data you join Snowflake and have your snowflake account? That is the data clouds.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Anita LynchPERSON

0.99+

AmazonORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

DisneyORGANIZATION

0.99+

New York Stock ExchangeORGANIZATION

0.99+

Global Data FederationORGANIZATION

0.99+

AWSORGANIZATION

0.99+

secondQUANTITY

0.99+

todayDATE

0.99+

19 incidentQUANTITY

0.99+

SecondQUANTITY

0.99+

FourthQUANTITY

0.98+

bothQUANTITY

0.98+

over 500 million queriesQUANTITY

0.98+

Standard and PoorORGANIZATION

0.98+

Snowflake Data Cloud SummitEVENT

0.98+

over 100 suppliersQUANTITY

0.98+

Star SchemaORGANIZATION

0.98+

FifthQUANTITY

0.98+

Data LakeORGANIZATION

0.98+

ThreeQUANTITY

0.97+

SnowflakeORGANIZATION

0.97+

oneQUANTITY

0.97+

1QUANTITY

0.96+

SnowflakeTITLE

0.96+

Frank KeynotePERSON

0.95+

thousands of enterprise customersQUANTITY

0.95+

firstQUANTITY

0.95+

single snowflakeQUANTITY

0.91+

snowflakeTITLE

0.91+

thirdQUANTITY

0.9+

singleQUANTITY

0.9+

more than one public cloudQUANTITY

0.86+

thousands of enterpriseQUANTITY

0.84+

CloudTITLE

0.84+

Snowflake Data CloudTITLE

0.84+

FrankORGANIZATION

0.83+

single dataQUANTITY

0.83+

SalesforceORGANIZATION

0.81+

a million placesQUANTITY

0.8+

hundreds of professional data listingsQUANTITY

0.8+

AzureTITLE

0.78+

snowflake usersQUANTITY

0.78+

zeroQUANTITY

0.77+

zero frictionQUANTITY

0.74+

East NCLOCATION

0.73+

Scar schemaORGANIZATION

0.73+

First scaleQUANTITY

0.71+

Google Cloud SnowflakeTITLE

0.65+

UNORGANIZATION

0.63+

SilasTITLE

0.59+

SpendTITLE

0.51+

GoogleORGANIZATION

0.51+

Public CloudTITLE

0.49+

snowflakeEVENT

0.48+

LuqmanORGANIZATION

0.44+

AIPOORGANIZATION

0.43+

SASTITLE

0.42+

Mary Hamilton & Teresa Tung, Accenture Labs | Accenture Technology Vision Launch 2019


 

>> From the Salesforce Tower in downtown San Francisco, it's theCube, covering Accenture Tech Vision 2019, brought to you by SiliconANGLE Media. >> Hey welcome back everybody, Jeff Frick here with theCube. We're in downtown San Francisco with the Salesforce Tower. We're in the 33rd floor with the grand opening of the Accenture Innovation hub. It's five stories inside of the Salesforce Tower. It's pretty amazing, couple of work floors and then all kinds of labs and cool things. Tonight they introduce the technology vision. We've been coming for a couple of years. Paul Daugherty and team. Introduce that later, but we're excited to have a couple of the core team from the innovation hub. And we're joined by Mary Hamilton She's a managing director of Accenture Labs. Great to see you Mary. >> Nice to see you too. >> And Teresa Tung also managing director of Accenture Labs. Welcome. >> Thank you. >> So it's been quite a day. Starting with the ribbon cutting and the tours. This is quite a facility. So, what does it mean having this type of an asset at your disposal in your client engagements, training your own people, it's a pretty cool spot. >> Yeah, I think it's actually something that's, these innovation hubs are something that we're growing in the U.S. and around the world, but I think here in San Francisco, we have a really unique space and really unique team and opportunity where we're actually bringing together all of our innovation capabilities. We have all of them centered here and with the staircase that connects everyone, we can now serve clients by bringing the best of the best to put together the best solutions that have open innovation and research and co-creation and innovation all in one. >> Right and you had a soft opening how many months ago? So you've actually been running clients through here for a number of months, right? >> We have. So, we've been working here probably about six months in the workspaces. We've been bringing clients through, kind of breaking in the space, but just over the holidays we opened sort of all of the specialty spaces. So, the Igloo, the Immersive Experience, we've got a Makeshop, and those all started to open up so our employees can take advantage and our clients can come in. >> Right, right. >> Yeah. >> So one of the things that comes up over and over I think in every other interview that we've had today is the rock stars that are available here to help your clients. And Teresa I got to brag on you. >> Got one here. >> You're one of the rock stars, all you hear about is most patents of any services for most patents from this office of all the other offices in Accenture. >> All of Accenture >> You're probably the person. (laughs) So congratulations. Talk about your work. It's funny, doing some research, you have an interview from a long time ago, you didn't even think you wanted to get in tech. >> Yeah. >> Now you're kicking out more patents than anybody in Accenture which has like 600,000 people. Pretty great accomplishment. >> I think it's a great story how a lot about people think about technology as a geek sort of thing and they don't actually picture themselves in that role but really, technology is about imagining the future and then being able to make it happen. You can imagine an idea, and you think Cloud, and AI, VR, it's all so accessible today. You could buy a 3D printer and just print your own idea. >> Right. >> And that's so much different than I think it was even ten, twenty years ago. And so when you think about tech, it's much more about making something happen instead of, just again, coding and math. Those are enablers but that's not the outcome. >> Right, right. So what type is your specialty in terms of the type of patent work that you've done? >> I've done them all. So I start with cloud computing, doing a lot of APIs and AI. Most recently doing a lot of work on robotics and that's the next generation. >> Right. so one of the cool things here is, software is obvious, right? You get to do software development, but there's a lot of stuff. There's a lot of tangible stuff. You talked about robotics, there's a robotics lab. Fancy 3D printing lab. >> There's like this, >> Yep. >> I don't know, the maker lab, I guess you call it? >> That's right. >> So, I don't know that most people would think of Accenture maybe as being so engaged in co-creation of physical things beyond software innovation. So, has that been going on for a long time? Is that relatively new? And how is it playing in the marketplace? >> Yeah, so, there's a few things we've been doing. Some of it is the acquisitions we've made, so Mindtribe, Pillar, Matter, that really have that expertise in industrial design and physical products. So we're getting to that space. And then, I'm also, as a researcher's standpoint, I'm really excited about some of the area that you'd never think Accenture would play in around material science. So if you start to combine material science plus artificial intelligence, you start to have smart materials for smart products and that's where we see the future going is what are all the kinds of products and services that we might provide with new material? And new ways to use those materials And, >> Right. >> My original background, my degree is in material science so I feel like I've kind of come full circle and exactly what Teresa was saying is how can you design things and come up with new things? But now we're bringing it from a technology perspective. >> Right, got to get that graphene water filtration system so we can solve the water problem in California. That's another topic for another day. But I think one of the cool things is really the integration of the physical and the software. I think a really kind of underreported impact of what we're seeing today are connected devices. Not that they're just connected to do things, but they phone home at the end of the day and really enable the people that developed the products, to actually know how they're being used. And then the other thing I think is so powerful is you can get shared learning. I think that's one of the cool thing about autonomous cars and Waymo, right? If there's an accident, it's not just the people involved in the accident and the insurance adjuster that learn what not to do but you can actually integrate that learning now into the broader system. Everyone learns from one incident and that is so, so-- >> Right. >> different than what it was before. >> Yeah I mean, it really points to type of shared pursuits of larger business outcomes. By yourself, a company might see their customer and impact their business and their product, but if you think about the outcome for the customer, it's around taking an ecosystem approach. It might be your car, your insurance company, you as an individual, and maybe you might be a hobbyist with the car, you're mechanic. Like this ecosystem that I just described here. It's the same across all of the different types of verticals. People need to come together to share data to pursue these bigger outcomes. >> Right, you need to say? >> I was just going to say, and along those lines, if you're sharing data, those insights go across the legal system. But then they can get plugged back in to thinking about the design, and we're looking at something called generative design where if you have that data, you can start to actually give the designer new creative solutions that they may not have thought about. >> Right. >> So you can kind of say, hey based on these parameters of the data we've received back about this product, here are all the permutations of design that you might want to consider, and here's all the levers you can pull and then the designer can go in and then say, okay, this makes sense, this doesn't. But it gives them the set of here are all of the options based on the data. >> Right. >> And I think that's incredibly brilliant. It's kind of the human plus machine coming together to be more intelligent. >> So, human plus machine, great Segway, right? What we just got out of the presentation and one of the guys said there's three shortages coming up. There's food, water and people. And that the whole kind of automation and machines taking jobs is not the right conversation at all, that we desperately need machines and technology to take many of the tasks away because there aren't enough people to do all the tasks that are required. >> I mean think about it as a good thing. As a human, the human plus workers really enabling your job to be easier, more efficient, more effective, safer. So any task that's dull dirty, dangerous, those are things that we don't want to do as humans. We shouldn't be doing those as humans. That's a great place for the robotics and the machines to really pair with us. Or AI, AI can do a lot of those jobs at scale that again, as a human we shouldn't be doing. It's boring. Now you could have human plus machine whether it's robotics or AI to actually make the human a higher level worker. >> Right, I love the three Ds there. You got to add the fourth D, drudgery. Talking about automation, right, it's like drudgery. Nobody wants to do drudgery work. But unfortunately we still do. I mean, I'm ready for some more automation in my daily tasks for sure. Okay, so before we wrap up. What are you looking forward to? We got through the ribbon cutting. Are there some things coming in the short term that people should know about, that you're excited that you're either doing here, or some of your, kind of research directives now that we got the big five from Paul and team. What are you doing in the next little while that you can share? >> Well, I'm excited to have clients coming in, so >> Yeah. >> Al lot of the innovations that we have like Quantum Computing. This is a big bet for Accenture. At the moment, at the time we started Quantum Computing, our clients weren't begging for it yet. We made that market. We went out and took a bet. We saw how the technology was changing. We saw the investments in Quantum. We made the relationships with 1QBit, with IBM and through that, now we're able to find this client opportunity with Biogen and that's the story that we published a drug discovery method that is actually much better than what would happen before. >> Right. >> Yeah. >> Mary? >> For me it's about, it's also the clients and it's thinking about it from a co-research and co-innovation standpoint. So, how do we establish strategic, multiyear, long-term relationships with our clients where we're doing joint research together and we're leveraging everything that's in this amazing center, to bring the best and to kind of have this ongoing cycle of what's the next thing. How are we going to innovate together, and how are we going to transform them, talk about approximately from building physical products to building a set of services. >> Right, right. >> And I think that's just taking advantage of this to make that transformation with our clients is so exciting to me. >> Well, what a great space with great energy and clearly you guys look like you're ready to go. >> Hey, we are. >> So congrats again on the event, and thanks for taking a few minutes and sharing this terrific space with us. >> Thank you. >> Thank you. >> All right. She's Teresa, she's Mary, I'm Jeff. You're watching theCube, from San Francisco the Accenture Innovation Hub. Thanks for watching, we'll see you next time. (upbeat music)

Published Date : Feb 7 2019

SUMMARY :

brought to you by SiliconANGLE Media. a couple of the core team from the innovation hub. And Teresa Tung also managing director of Accenture Labs. Starting with the ribbon cutting and the tours. and with the staircase that connects everyone, but just over the holidays we opened So one of the things that comes up over and over of the rock stars, all you hear about is You're probably the person. Now you're kicking out and then being able to make it happen. Those are enablers but that's not the outcome. in terms of the type of patent work that you've done? and that's the next generation. so one of the cool things here is, And how is it playing in the marketplace? Some of it is the acquisitions we've made, and exactly what Teresa was saying is and really enable the people that developed the products, It's the same across all of go across the legal system. and here's all the levers you can pull It's kind of the human plus machine and one of the guys said there's three shortages coming up. and the machines to really pair with us. Right, I love the three Ds there. Al lot of the innovations that we have it's also the clients to make that transformation with our clients clearly you guys look like you're ready to go. So congrats again on the event, the Accenture Innovation Hub.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Teresa TungPERSON

0.99+

Mary HamiltonPERSON

0.99+

IBMORGANIZATION

0.99+

Jeff FrickPERSON

0.99+

MaryPERSON

0.99+

TeresaPERSON

0.99+

CaliforniaLOCATION

0.99+

San FranciscoLOCATION

0.99+

Accenture LabsORGANIZATION

0.99+

JeffPERSON

0.99+

PaulPERSON

0.99+

Paul DaughertyPERSON

0.99+

U.S.LOCATION

0.99+

BiogenORGANIZATION

0.99+

600,000 peopleQUANTITY

0.99+

33rd floorQUANTITY

0.99+

AccentureORGANIZATION

0.99+

Accenture Innovation HubORGANIZATION

0.99+

one incidentQUANTITY

0.99+

five storiesQUANTITY

0.99+

oneQUANTITY

0.99+

MindtribeORGANIZATION

0.98+

SiliconANGLE MediaORGANIZATION

0.98+

three shortagesQUANTITY

0.98+

IglooORGANIZATION

0.97+

todayDATE

0.97+

MakeshopORGANIZATION

0.97+

about six monthsQUANTITY

0.94+

ten,DATE

0.94+

PillarORGANIZATION

0.93+

fourth DQUANTITY

0.92+

1QBitORGANIZATION

0.92+

Salesforce TowerLOCATION

0.9+

WaymoORGANIZATION

0.89+

fiveQUANTITY

0.85+

MatterORGANIZATION

0.82+

theCubeORGANIZATION

0.81+

SegwayORGANIZATION

0.78+

twenty years agoDATE

0.78+

SalesforceLOCATION

0.75+

TonightDATE

0.74+

Immersive ExperienceORGANIZATION

0.74+

QuantumORGANIZATION

0.74+

coupleQUANTITY

0.69+

Accenture Tech Vision 2019EVENT

0.67+

TowerORGANIZATION

0.65+

2019DATE

0.64+

Quantum ComputingORGANIZATION

0.63+

Accenture Technology Vision LaunchEVENT

0.52+

monthsDATE

0.48+

Eva Velasquez, Identity Theft Resource Center | Data Privacy Day 2018


 

>> Hey, welcome back everybody, Jeff Frick here with The Cube. We're at Data Privacy Day 2018, I still can't believe it's 2018, in downtown San Francisco, at LinkedIn's headquarters, the new headquarters, it's a beautiful building just down the road from the sales force building, from the new Moscone that's being done, there's a lot of exciting things going on in San Francisco, but that's not what we're here to talk about. We're here to talk about data privacy, and we're excited to have a return visit from last year's Cube alumni, she's Eva Velasquez, president and CEO, Identity Theft Resource Center. Great to see you again. >> Thank you for having me back. >> Absolutely, so it's been a year, what's been going on in the last year in your world? >> Well, you know, identity theft hasn't gone away >> Shoot. >> And data-- >> I thought you told me it was last time. >> I know, I wish, and in fact, unfortunately we just released our data breach information, and there was a tremendous growth. It was a little over 1000, previous year, and over 1500 data breaches... in 2017. >> We're almost immune, they're like every day. And it used to be like big news. Now it's like, not only was Yahoo breached at some level, which we heard about a while ago, but then we hear they were actually breached like 100%. >> There is some fatigue, but I can tell you that it's not as pervasive as you might think. Our call center had such a tremendous spike in calls during the Equifax breach. It was the largest number of calls we'd had in a month, since we'd been measuring our call volume. So people were still very, very concerned. But a lot of us who are in this space are feeling, I think we may be feeling the fatigue more than your average consumer out there. Because for a lot of folks, this is really the first exposure to it. We're still having a lot of first exposures to a lot of these issues. >> So the Equifax one is interesting, because most people don't have a direct relationship with Equifax, I don't think. I'm not a direct paying customer, I did not choose to do business with them. But as one of the two or three main reporting agencies, right, they've got data on everybody for their customers who are the banks, financial institutions. So how does that relationship get managed? >> Oh my gosh, there's so much meat there. There's so much meat there. Okay, so, while it feels like you don't have a direct relationship with the credit reporting agencies, you actually do, you get a benefit from the services that they're providing to you. And every time you get a loan, I mean this is a great conversation for Data Privacy Day. Because when you get a loan, get a credit card, and you sign those terms and conditions, guess what? >> They're in there? >> You are giving that retailer, that lender, the authority to send that information over to the credit reporting agencies. And let's not forget that the intention of forming the credit reporting agencies was for better lending practices, so that your creditworthiness was not determined by things like your gender, your race, your religion, and those types of really, I won't say arbitrary, but just not pertinent factors. Now your creditworthiness is determined by your past history of, do you pay your bills? What is your income, do you have the ability to pay? So it started with a good, very good purpose in mind, and we definitely bought into that as a society. And I don't want to sound like I'm defending the credit reporting agencies and all of their behavior out there, because I do think there are some changes that need to be made, but we do get a benefit from the credit reporting agencies, like instant credit, much faster turnaround when we need those financial tools. I mean, that's just the reality of it. >> Right, right. So, who is the person that's then... been breached, I'm trying to think of the right word of the relationship between those who've had their data hacked from the person who was hacked. If it's this kind of indirect third party relationship through an authorization through the credit card company. >> No, the, Equifax is absolutely responsible. >> So who would be the litigant, just maybe that's the word that's coming to me in terms of feeling the pain, is it me as the holder of the Bank of America Mastercard? Is it Bank of America as the issuer of the Mastercard? Or is it Mastercard, in terms of retribution back to Equifax? >> Well you know, I can't really comment on who actually would have the strongest legal liability, but what I can say is, this is the same thing I say when I talk to banks about identity theft victims. There's some discussion about, well, no, it's the bank that's the victim in existing account identity theft, because they're the ones that are absorbing the financial losses. Not the person whose data it belongs to. Yet the person who owns that data, it's their identity credentials that have been compromised. They are dealing with issues as well, above and beyond just the financial compromise. They have to deal with cleaning up other messes and other records, and there's time spent on the phone, so it's not mutually exclusive. They're both victims of this situation. And with data breaches, often the breached entity, again, I hate to sound like an apologist, but I am keeping this real. A breached entity, when they're hacked, they are a victim, a hacker has committed that crime and gone into their systems. Yes, they have a responsibility to make those security systems as robust as possible, but the person whose identity credentials those are, they are the victim. Any entity or institution, if it's payment card data that's compromised, and a financial services institution has to replace that data, guess what, they're a victim too. That's what makes this issue and this crime so terrible, is that it has these tentacles that reach down and touch more than one person for each incident. >> Right. And then there's a whole 'nother level, which we talked about before we got started that we want to dig into, and that's children. Recently, a little roar was raised with these IOT connected toys. And just a big, giant privacy hole, into your kid's bedroom. With eyes and ears and everything else. So wonder if you've got some specific thoughts on how that landscape is evolving. >> Well, we have to think about the data that we're creating. That does comprise our identity. And when we start talking about these toys and other... internet connected, IOT devices that we're putting in our children's bedroom, it actually does make the advocacy part of me, it makes the hair on the back of my neck stand up. Because the more data that we create, the more that it's vulnerable, the more that it's used to comprise our identity, and we have a big enough problem with child identity theft just now, right now as it stands, without adding the rest of these challenges. Child and synthetic identity theft are a huge problem, and that's where a specific Social Security number is submitted and has a credit profile built around it, when it can either be completely made up, or it belongs to a child. And so you have a four year old whose Social Security number is now having a credit profile built around it. Obviously they're not, so the thieves are not submitting this belongs to a four year old, it would not be issued credit. So they're saying it's a, you know, 23 year old-- >> But they're grabbing the number. >> They're grabbing the number, they're using the name, they build this credit profile, and the biggest problem is we really haven't modernized how we're authenticating this information and this data. I think it's interesting and fitting that we're talking about this on Data Privacy Day, because the solution here is actually to share data. It's to share it more. And that's an important part of this whole conversation. We need to be smart about how we share our data. So yes, please, have a thoughtful conversation with yourself and with your family about what are the types of data that you want to share and keep, and what do you want to keep private, but then culturally we need to look at smart ways to open up some data sharing, particularly for these legitimate uses, for fraud detection and prevention. >> Okay, so you said way too much there, 'cause there's like 87 followup questions in my head. (Eva laughs) So we'll step back a couple, so is that synthetic identity, then? Is that what you meant when you said a synthetic identity problem, where it's the Social Security number of a four year old that's then used to construct this, I mean, it's the four year old's Social Security number, but a person that doesn't really exist? >> Yes, all child identity theft is synthetic identity theft, but not all synthetic identity theft is child identity theft. Sometimes it can just be that the number's been made up. It doesn't actually belong to anyone. Now, eventually maybe it will. We are hearing from more and more parents, I'm not going to say this is happening all the time, but I'm starting to hear it a little bit more often, where the Social Security number is being issued to their child, they go to file their taxes, so this child is less than a year old, and they are finding out that that number has a credit history associated with it. That was associated years ago. >> So somebody just generated the number. >> Just made it up. >> So are we ready to be done with Social Security numbers? I mean, for God's sake, I've read numerous things, like the nine-digit number that's printed on a little piece of paper is not protectable, period. And I've even had a case where they say, bring your little paper card that they gave you at the hospital, and I won't tell you what year that was, a long time ago. I'm like, I mean come on, it's 2018. Should that still be the anchor-- >> You super read my mind. >> Data point that it is? >> It was like I was putting that question in your head. >> Oh, it just kills me. >> I've actually been talking quite a bit about that, and it's not that we need to get, quote unquote, get rid of Social Security numbers. Okay, Social Security numbers were developed as an identifier, because we have, you can have John Smith with the same date of birth, and how do we know which one of those 50,000 John Smiths is the one we're looking for? So that unique identifier, it has value. And we should keep that. It's not a good authenticator, it is not a secret. It's not something that I should pretend only I know-- >> Right, I write it on my check when I send my tax return in. Write your number on the check! Oh, that's brilliant. >> Right, right. So it's not, we shouldn't pretend that this is, I'm going to, you, business that doesn't know me, and wants to make sure I am me, in this first initial relationship or interaction that we're having, that's not a good authenticator. That's where we need to come up with a better system. And it probably has to do with layers, and more layers, and it means that it won't be as frictionless for consumers, but I'm really challenging, this is one of our big challenges for 2018, we want to flip that security versus convenience conundrum on its ear and say, no, I really want to challenge consumers to say... I'm happier that I had to jump through those hoops. I feel safer, I think you're respecting my data and my privacy, and my identity more because you made it a little bit harder. And right now it's, no, I don't want to do that because it's a little too, nine seconds! I can't believe it took me nine seconds to get that done. >> Well, yeah, and we have all this technology, we've got fingerprint readers that we're carrying around in our pocket, I mean there's, we've got geolocation, you know, is this person in the place that they generally, and having 'em, there's so many things-- >> It's even more granular >> Beyond a printed piece of >> Than that-- >> paper, right? >> It's the angle at which you look at your phone when you look at it. It's the tension with which you enter your passcode, not just the passcode itself. There are all kinds of very non-invasive biometrics, for lack of a better word. We tend to think of them as just, like our face and our fingerprint, but there are a lot of other biometrics that are non-invasive and not personal. They're not private, they don't feel secret, but we can use them to authenticate ourselves. And that's the big discussion we need to be having. If I want to be smart about my privacy. >> Right. And it's interesting, on the sharing, 'cause we hear that a lot at security conferences, where one of the best defenses is that teams at competing companies, security teams, share data on breach attempts, right? Because probably the same person who tried it against you is trying it against that person, is trying it against that person. And really an effort to try to open up the dialogue at that level, as more of just an us against them versus we're competing against each other in the marketplace 'cause we both sell widgets. So are you seeing that? Is that something that people buy into, where there's a mutual benefit of sharing information to a certain level, so that we can be more armed? >> Oh, for sure, especially when you talk to the folks in the risk and fraud and identity theft mitigation and remediation space. They definitely want more data sharing. And... I'm simply saying that that's an absolutely legitimate use for sharing data. We also need to have conversations with the people who own that data, and who it belongs to, but I think you can make that argument, people get it when I say, do you really feel like the angle at which you hold your phone, is that personal? Couldn't that be helpful, that combined with 10 other data points about you, to help authenticate you? Do you feel like your personal business and life is being invaded by that piece of information? Or compare that to things like your health records. And medical conditions-- >> Mom's maiden name. >> That you're being treated for, well, wow, for sure that feels super, super personal, and I think we need to do that nuance. We need to talk about what data falls into which of these buckets, and on the bucket that isn't super personal, and feeling invasive and that I feel like I need to protect, how can I leverage that to make myself safer? >> Great. Lots of opportunity. >> I think it's there. >> Alright. Eva, thanks for taking a few minutes to stop by. It's such a multi-layered and kind of complex problem that we still feel pretty much early days at trying to solve. >> It's complicated, but we'll get there. More of this kind of dialogue gets us just that much closer. >> Alright, well thanks for taking a few minutes of your day, great to see you again. >> Thanks. >> Alright, she's Eva, I'm Jeff, you're watching The Cube from Data Privacy Days, San Francisco. (techno music)

Published Date : Jan 27 2018

SUMMARY :

Great to see you again. I thought you told me it was and there was a tremendous growth. but then we hear they were actually breached like 100%. the first exposure to it. I did not choose to do business with them. that they're providing to you. And let's not forget that the intention of the relationship between those who've had above and beyond just the financial compromise. that we want to dig into, and that's children. Because the more data that we create, the more We need to be smart about how we share our data. Is that what you meant when you said Sometimes it can just be that the number's been made up. at the hospital, and I won't tell you is the one we're looking for? Write your number on the check! And it probably has to do with layers, It's the tension with which you enter your passcode, Because probably the same person who tried it against you the angle at which you hold your phone, is that personal? and that I feel like I need to protect, Lots of opportunity. problem that we still feel pretty much early days just that much closer. of your day, great to see you again. Alright, she's Eva, I'm Jeff, you're watching The Cube

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
Jeff FrickPERSON

0.99+

Eva VelasquezPERSON

0.99+

EquifaxORGANIZATION

0.99+

2017DATE

0.99+

nine secondsQUANTITY

0.99+

EvaPERSON

0.99+

Bank of AmericaORGANIZATION

0.99+

YahooORGANIZATION

0.99+

JeffPERSON

0.99+

2018DATE

0.99+

LinkedInORGANIZATION

0.99+

four yearQUANTITY

0.99+

MastercardORGANIZATION

0.99+

twoQUANTITY

0.99+

Identity Theft Resource CenterORGANIZATION

0.99+

San FranciscoLOCATION

0.99+

The CubeTITLE

0.99+

100%QUANTITY

0.99+

oneQUANTITY

0.99+

firstQUANTITY

0.99+

last yearDATE

0.99+

CubeORGANIZATION

0.99+

first exposureQUANTITY

0.99+

10 other data pointsQUANTITY

0.98+

each incidentQUANTITY

0.98+

a monthQUANTITY

0.98+

less than a year oldQUANTITY

0.98+

more than one personQUANTITY

0.98+

over 1000QUANTITY

0.97+

first exposuresQUANTITY

0.97+

both victimsQUANTITY

0.97+

nine-digitQUANTITY

0.97+

three main reporting agenciesQUANTITY

0.97+

over 1500 data breachesQUANTITY

0.97+

87 followup questionsQUANTITY

0.96+

The CubeORGANIZATION

0.96+

bothQUANTITY

0.96+

Data Privacy DayEVENT

0.95+

Data Privacy Day 2018EVENT

0.94+

Data Privacy DaysTITLE

0.94+

four year oldQUANTITY

0.93+

MosconeLOCATION

0.9+

previous yearDATE

0.88+

50,000QUANTITY

0.85+

a yearQUANTITY

0.82+

John SmithPERSON

0.81+

23 year oldQUANTITY

0.81+

about a while agoDATE

0.68+

coupleQUANTITY

0.68+

privacyORGANIZATION

0.66+

IOTORGANIZATION

0.61+

yearsDATE

0.56+

John SmithsCOMMERCIAL_ITEM

0.4+

Matthew Morgan & Jaspreet Singh, Druva | VMworld 2017


 

>> Announcer: Live from Las Vegas. It's theCUBE. Covering the VMworld 2017. Brought to you by VMware and its Ecosystem Partners. (upbeat music) >> Hey, welcome back, everyone. We're live in Las Vegas. theCUBE special coverage of VMworld 2017, our eighth year. I'm John Furrier, co-host of theCUBE with my co-host, Dave Vellante is also co-host. Our next two guests is Jaspreet Singh, CEO, Founder of Druva and Matt Morgan and CMO of Druva. Guys, welcome to theCUBE. >> Thank you very much. >> Glad to be here. >> So Pat Gelsinger basically laid it out on the keynote, essentially the waves, and one of them, you're riding hard, you're a startup. Take a minute to talk about why you guys are excited about this wave, because I think data protection, decentralized, fully cloud world. Cloud, IoT, and edge. It's creating a huge data environment. Jaspreet, take a minute to explain what you guys are doing. >> Absolutely, so if you look at the big wave, right? The data, as said, is getting completely decentralized. We have IoT, edge... the new cloud, and the data center is getting disrupted with time. And the more data gets decentralized or defragmented, the more centralized the data management has to be. Whether on the edge, in the cloud, and the whole notion of cloud, if you think about it is actually an interesting phenomenon where Amazon is applying retail economy to traditional IT. If you combine them together, you sort of want to manage the data as a service wherever it goes. Be it the edge, be it the core. You want the simplest ability to sort of protect it, to govern it, and to add intelligence to it over time as it gathers more and more information. So Druva provides a platform, end to end, to sort of make data all managed properly from a single console. >> Pat Gelsinger was up on the stage in his keynote, Andy Jassy came out. Big news, Amazon relationships. Got some fruit bearing already. And they had to do that because vCloud Air was kind of an interesting point. But he brings up the point about the cloud as disruption and that the conventional wisdom of the old is no longer the most relevant thing right now and a lot of customers are paying attention to that so I got to ask you as a founder and CEO on the right wave, in our opinion, and Wikibon's opinion. What should customers look for for success, 'cause we're early on this new vector. What's different? What should they be thinking about as they look at the cloud, look at the distributed and decentralized edge. What are the some of the things that's different? >> I think you would think about customers and, Matt, please, add to it. For customers, this is not just a technology stack, right? It's not a software-defined data center all over again. This is more of a... trying to see how they can consume something at a predictable and certain price wherever they go, right? That's the whole genesis of cloud, it's a complete business model shift. And so when they look at data and how they holistically manage data they understand data is likely to outlive most systems by 3X. And now when they have this notion of cloud, how can they be on the journey to sort of to consume and deliver the value of data as a service in this whole notion of public cloud. And that's sort of the delivered promise. >> So Matt, I wonder if you could talk about the brand continuum, that brand promise. The ascendancy of the sort of modern backup software in the first part of this millennium was coincident with virtualization and consolidating servers and that we sort of played that out. And now customers are saying we have to rethink the way we protect data because of cloud. So I wonder if you could address that and talk about the brand promise of Druva in that context. >> Excellent. Yes. We did a survey, 450 VMware customers and it basically underscores the VMware strategy. There are going to be three tenets to the modern data architecture moving forward. There's going to be physical servers, there's going to be virtualized infrastructure, and there's going to be VMware Cloud on AWS, or its derivatives. When you move further from left to right, moving from physical to virtual, virtual to cloud. What ends up happening is the approach to data protection of the past fails to scale and frankly is no longer compatible. You can't float an appliance in a cloud. You can't possibly put in your own co-located infrastructure within a cloud store to attempt to protect that data. So a lot of people just go without protection at all. What we found in our survey is that three out of four people surveyed really want an as-a-service solution because they're able to basically protect cloud to cloud. They're able to come in and say, "OK, if my data is going to be sitting there, my infrastructure is going to be sitting there, I want to be able to wrap that infrastructure with an as-a-service solution that will protect it. The real value though isn't just protecting in the cloud, it's the as-a-service solution is not limited by the constraints of the past. It can actually be extended backwards so you could take your virtual infrastructure and protect it with an as-aservice solution. You can take your physical infrastructure and protect it as a solution. So as a result, we see this as a sea change to this new way of protecting data. >> So Jaspreet, you were saying that you've got to have this centralized data management philosophy in order to succeed in this world that Matthew just described. Why is that? Is that because you need a single point of control in case something goes wrong and it's a recovery thing? Or is it more of a business model sort of an as-a-service business model requirement? I wonder if you could address that? >> So the traditional IT boundary is sort of shattering in the cloud world, right? If you're going to have... There's a last incident of sorts, right? If one incident happens in a company then many parties are looking at what happened there. Is it a breach, is it a loss, it is a governance issue? So data has multiple faces now. Data also touches multiple parties, be it production, be it the DevOps. You've got to have a holistic view of looking at the data versus traditional approach of I'm going to put a backup architecture, or DR architecture, or e-discovery architecture all in silos. And cloud sort of also gives an opportunity for people to not hug their hardware and say this is mine, go get yours. They can sort of break boundaries and say let's work together on this data set where I can manage the prediction part of it and someone else can pay their dues to manage the governance part of it. So decentralization, the more... I'm sorry. (coughs) The more decentralization of data is promoting a holistic view of management of data purely built from the cloud. >> Jaspreet, I wanted to ask you. You had a pretty busy week. We covered this on SiliconANGLE, and so I kind of want to ask it again since we're here at VMworld. $80 million in funding. Congratulations, big news. And the Druva Cloud Platform on AWS. Congratulations. Can you share more color to that? That's a lot of cash, 80 million. >> It's a good amount of money. It's no replacement for creativity, but it's a good fuel to have in the company. Yes, it's fortunate to have a great lead, lower capital with all of our existing investors: Sequoia and Nexus, Tenaya including EMC Ventures was a (mumbles) to be in this round. Secondary storage overall is getting disrupted. The legacy isn't material anymore given the big cloud wave, as I said. So the new wave of providers have to be in the cloud and hence, Druva. We've been building historically a very strong foundation of cloud native solution without a hardware approach. With no hardware approach, all in the cloud. In the past, we've taken a legacy architecture of a backup, DR, e-discovery into multiple products in Druva Phoenix, to take care of edge data or data center data and now we're taking a big step forward and say we're going to combine our products into a single platform. Think of it as Amazon services for data prediction. The customer logs in and can search for their workload, they want a backup VM survey, they want to search today, and then deliver what they want to the IT right from a single point of console. That's the power of Druva Cloud Platform. >> Eight years ago, we interviewed Dheeraj Pandey for the first time. It was our first time doing theCUBE 2010, and at that time, no one's ever heard of Nutanix. New-tan-nix, New-tAh-nix. A little accent from New Jersey, Massachusetts. I always get it wrong. >> I say New-tan-nix. >> Dheeraj was kind of crazy. He was viewed in Silicon Valley as kind of a wild card. No one got his model at that time. Dave, and David Florey of Wikibon, were like "This is amazing," they saw it right away. And I'm like, "This is really awesome." You guys are kind of out of that same track and invest along the same lines for secondary storage. So I've got to ask you, when you're doing your fundraising, you must've had some pretty interesting experiences. Can you share some of the, without naming names, the good, and kind of weird conversations you had around, cause you got to understand the trends to get your business. >> Absolutely. I think storage is the new F word, right? There's a lot of people who don't dislike storage for what happened in the public market recently. So you go to explain to them there's a thesis around making money on public cloud using public cloud as storage tiers, so we've had various interesting conversations there. We were lucky to have Riverwod, who got the idea, who are of the same conviction as the founder to put money behind where the market is going, but still a lot of venture capitalists don't like the venture part of it. They want a predictable story, they want easy money, and they want big valuations. But the venture in the venture, VC capital.. >> John: Wait a minute. The idea of venturing... >> Jaspreet: That's right. >> To go take a chance or a bet. >> Jaspreet: That's right. >> That's called venture capital. >> Jaspreet: Absolutely. >> Not hedge fund or, you know, money market. >> Jaspreet: Absolutely. >> You basically got some pretty weird, kind of like, "Huh" questions. What was the craziest question you got? That was so off-base. >> Crazy questions like, "Where's the box? (Interviewers laugh) "Wait a minute. Where's the storage box?" >> John: "Where do I put it?" >> We had one question where someone asked, "So what's your..." You know, not option, it was... What the word? What's your, the... >> "Engagement?" >> "Engagement on your software?" And we were like, this is your... backup software, or DR software. It's going to perform virtually dutiable. But you don't engage with the software as you would with a salesforce.com. You got to look for... one party or two parties of a strong conviction and sort of go with them. >> John: Great story. Thanks for sharing. >> You mentioned three things: protect, govern, and add intelligence. And that "add intelligence" pieces You don't usually associate that with, certainly not backup, but data protection. So in this world of digital business, we think of digital business is all about how you leverage data assets. And when you think of adding intelligence, that's not something we typically think of in a data protection company. How is Druva different in that regard and how can you help organizations leverage their data assets? >> Yeah. We see this as a customer journey, OK? Data protection is the gateway drug to leveraging an as-a-service model, right? Because it's really obvious. I can protect my data, I can restore it, I can do disaster recovery. Once you get that data into a centralized store, there's incredible things you can do. From the fact that it's centralized. Unlike previous approaches that were dozens or hundreds of silos that you never could report across, Druva gives you that centralization effect. So the first logical step to move up the customer journey is to embrace governance where you can start having a perspective. Making sure that you're legally complying with regulations. Making sure that you're governing for legal requirements within the company. But when you move pass that, you start to actually start to manage for patterns. And that's where intelligence comes in. When you start thinking of data, the associated metadata that surrounds that data, is data within itself. And if you wrap intelligence around that, you could start to get predictive around areas that could affect risk for your organization or even open up opportunity. So a good risk example is ransomware. Through intelligence, you can actually see when data that is distributed starts being encrypted early so you're able to identify and do what we call the anomaly detection. So that's kind of the journey, if you will. You go protection to governance, governance to intelligence. >> So it is kind of the holy grail, right? I mean. >> Jaspreet: Absolutely. >> Companies historically, in your business, haven't been able to achieve-- I mean, EMC tried, they bought Documentum to try to achieve that vision. And, I mean, I guess it failed, but they sold it for a boatload of money. So they're all good. Nobody's crying for EMC, but what's your perspective on this, Jaspreet? >> I think these are mostly elastic workload, highly elastic workload. You want a certain data, you want it right now, and you want it to be a short-lived search. You want AI, DPI, which requires a lot of data, but the DPI machine learning has to have a holistic amount of data for a very short amount of time, can burst compute, get the problem solved and move on. So historically, for lack of architecture, lack of abundant amount of hardware, and also the IT boundaries of not supporting each of the decision was the big limiting factor. Now, with cloud we've delivered a full tech search but to a price point that companies can afford for an investigative search. Searches weren't affordable in the past. They can do searching of parable data in an instant, and go out, right? And likewise, in machine learning. Machine learning is a lot easier proposition in cloud and the to use it pretty easier. So you apply deep learning, you understand parlance to what Matt said, you understand ransomware before most customers can see it, and then alert them, and then sort of move on, right? So, the seeking of IT boundaries and the power of current intelligence is truly helping us build this together. >> One last marketing question, if I may. Or a marketing challenge. You got a choice. You can go after the legacy stovepipe guys, which is relatively straightforward but there is an emerging set of modern data protection folks. How do you pick those two? Do you do both, and how do you differentiate from the latter in particular? >> Well, I'm really grateful that some large companies have gone forward to advocate public cloud. OK, Amazon and Microsoft with Azure, and with even Google with Google Cloud Platform. They have done a phenomenal job selling a disruption and a more effective way to do business when leveraging the public cloud. When you move to that, the data protection conversation must change. There is no option to do things they way you used to do it. It will be called the chain of pain. So from a marketing point of view, I can attach to all of the dynamics of what data protection means in this hybrid reality where some of your stuff will be in the public cloud, some of your stuff will be below the horizon on premises. I also have the opportunity to talk about the centralization of data. So unlike any appliance vendor that's on the market today or in any traditional approach, the idea of stovepiping your data limits you. It limits you both in the immediate term and it limits you over the long term. By centralizing that information together and delivering it as a service to wrap more of your infrastructure with our protection technology. You're going to be able to gain a lot of value. So I need to focus specifically on that centralization, the move to public cloud, and then there's a cost efficiencies conversation that I can add on top of all of that, which is about taking half your costs out. >> Guys, you had the launch of the Druva Cloud Platform. It's your big news here on AWS with the VMware. Since it's VMworld, which is VMware's Ecosystem show, what should they know about your cloud platform? The VMware customers. The people who are running ops and data centers, and obviously the data protection. We talked about what you just said, which is, there's no walls in the cloud. So it's a completely different dynamic. Completely disrupting data protection with cloud. Completely different ballgame, we get that. But VMware customers, what do they do? How do they engage with you guys? Why should they use you and what should they know? >> Absolutely, as Matt said, there are about 90% of customers we surveyed said that looking at AWS for hosting their VMs in that new model and this new shift towards public cloud Druva only adds a service solution they can consume from Amazon Marketplace, from VMware Cross Cloud Services platform, is what they're calling it. Our Druva, our partner channel, right? It's a no-hardware, simple as-a-service solution delivered natively on AWS to consume on-prem and cloud directly onto a >> So you're an ecosystem partner of VMware's. >> Absolutely. >> On that chart that Gelsinger is going to put up. Under data protection, you will have your logo there. In the future. >> In the near future, yes. There were a certain... Yes, absolutely, yes. In the near future, we definitely hope to see our logo... >> John: Well VMware is still owned by Dell Technologies, AKA Dell EMC, hence the top billing. >> Jaspreet: That's true. >> VM was in there. And they've had a little bit of a... >> Jaspreet: It's true. (laughs) >> Early on requirements of... >> John: You got screwed. Look, I'll say it. You should be in there. But you're certified, it's not like it's in development. It's shipping. >> The early on requirements by VM is pretty simple that you have to use native cloud technology, not the classic storage, and you have to have a clean path to talk across AWS. And we qualified very well. So we're in development right now and to be announced pretty soon. >> John: Alright, so bottom line. Can I buy it and use it today? >> Yes, you can buy it and use it today. >> I'm a VMware customer. >> Absolutely yes. >> Guys, thanks so much. Druva, a hot startup. $80 million of funding on top of a bunch of cash you had. How much did you raise total? >> 200. About $200 million. >> John: $200 million. Plenty of cash in the work chest. Check it out, data protection in the cloud, one of the areas being disrupted by this new wave that Pat Gelsinger is going to lay out here at VMworld 2017. We've got more live CUBE coverage after this short break. (upbeat music)

Published Date : Aug 28 2017

SUMMARY :

Brought to you by VMware and Matt Morgan and CMO of Druva. Jaspreet, take a minute to explain what you guys are doing. and the whole notion of cloud, if you think about it and a lot of customers are paying attention to that And that's sort of the delivered promise. and talk about the brand promise of Druva in that context. is the approach to data protection of the past So Jaspreet, you were saying that you've got to have this of looking at the data And the Druva Cloud Platform on AWS. So the new wave of providers Dheeraj Pandey for the first time. the good, and kind of weird conversations you had around, So you go to explain to them The idea of venturing... What was the craziest question you got? Crazy questions like, "Where's the box? What the word? You got to look for... Thanks for sharing. and how can you help organizations So that's kind of the journey, if you will. So it is kind of the holy grail, right? haven't been able to achieve-- and the to use it pretty easier. You can go after the legacy stovepipe guys, There is no option to do things they way you used to do it. and obviously the data protection. delivered natively on AWS to consume on-prem and cloud So you're an ecosystem On that chart that Gelsinger is going to put up. In the near future, yes. AKA Dell EMC, hence the top billing. And they've had a little bit of a... Jaspreet: It's true. John: You got screwed. and to be announced pretty soon. Can I buy it and use it today? Yes, you can buy it on top of a bunch of cash you had. Plenty of cash in the work chest.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
David FloreyPERSON

0.99+

DavePERSON

0.99+

MatthewPERSON

0.99+

Dave VellantePERSON

0.99+

JohnPERSON

0.99+

AmazonORGANIZATION

0.99+

Pat GelsingerPERSON

0.99+

John FurrierPERSON

0.99+

Jaspreet SinghPERSON

0.99+

EMC VenturesORGANIZATION

0.99+

Andy JassyPERSON

0.99+

EMCORGANIZATION

0.99+

two partiesQUANTITY

0.99+

MattPERSON

0.99+

AWSORGANIZATION

0.99+

MicrosoftORGANIZATION

0.99+

Silicon ValleyLOCATION

0.99+

Matt MorganPERSON

0.99+

VMwareORGANIZATION

0.99+

Las VegasLOCATION

0.99+

$80 millionQUANTITY

0.99+

DheerajPERSON

0.99+

dozensQUANTITY

0.99+

SequoiaORGANIZATION

0.99+

JaspreetPERSON

0.99+

Dheeraj PandeyPERSON

0.99+

threeQUANTITY

0.99+

Dell TechnologiesORGANIZATION

0.99+

DruvaORGANIZATION

0.99+

80 millionQUANTITY

0.99+

JaspreetORGANIZATION

0.99+

$200 millionQUANTITY

0.99+

GoogleORGANIZATION

0.99+

firstQUANTITY

0.99+

TenayaORGANIZATION

0.99+

one questionQUANTITY

0.99+

four peopleQUANTITY

0.99+

450QUANTITY

0.99+

twoQUANTITY

0.99+

Dell EMCORGANIZATION

0.99+

New Jersey, MassachusettsLOCATION

0.99+

VMworldORGANIZATION

0.99+

eighth yearQUANTITY

0.99+

one partyQUANTITY

0.99+

bothQUANTITY

0.99+

first timeQUANTITY

0.98+

todayDATE

0.98+

VMworld 2017EVENT

0.98+

WikibonORGANIZATION

0.98+

oneQUANTITY

0.98+

DruvaTITLE

0.98+

About $200 millionQUANTITY

0.98+

Matthew MorganPERSON

0.98+

about 90%QUANTITY

0.98+

Eight years agoDATE

0.98+

two guestsQUANTITY

0.97+

VMORGANIZATION

0.97+

one incidentQUANTITY

0.96+

Sam Blackman, AWS Elemental & Tracy Caldwell Dyson, NASA | NAB Show 2017


 

>> Live from Las Vegas it's The Cube covering NAB 2017. Brought to you by HGST. >> Welcome back to The Cube. We are live at NAB 2017. I'm Lisa Martin. Very, very excited, kind of geeking out right now to be joined by our next two guests. Sam Blackman, the co-founder and CEO of AWS Elemental, welcome to The Cube. >> Sam: Thank you so much. >> And we have NASA astronaut, Tracy Caldwell Dyson. Both of you, welcome to The Cube. >> Thank you. >> Today has been a very historic day for technology and space. This was the first ever live 4k video stream that happened between you on Earth, Sam, and Doctor Peggy Whitson, aboard the International Space Station. >> Sam: Yes. >> Wow. Tell us about that. >> It was truly amazing to be part of history and the amount of technology that came into play to make this possible. You know, sitting in the conference room in NAB in the middle of Las Vegas, seeing astronauts 250 miles ahead, going around the Earth, 17,000 miles an hour and a seamless, beautiful 4k picture. It was mind blowing. Hard to believe it's happened still. >> I can't even imagine. I'm getting goosebumps for you. Tell us some of the things that Dr. Whitson shared about her experiences. What was the interaction like? >> Well, Commander Whitson and Colonel Fisher was also in the interview and that guy is hilarious, by the way. >> Yeah, he is. >> He is hilarious. They talked about how advanced imaging technology really helps NASA perform experiments and bring experiments that are happening on the space station down to Earth for researchers to use that data and discover how the world works inside the universe. Some of the really interesting examples revolved around some experiments they showed. With thin film technology they had a very small, metallic structure that they could pull water out of and then corral that water, convert it into a spherical shape and in the 4k resolution, you could just see every element of that thin film in a way that looked like it was right next to us. I mean, it was transformative. >> Tracy: Yeah. >> I bet it was. Well, speaking of transformative, this was, I mentioned, a really historic event for a number of reasons. Obviously, for those of us on the ground, for AWS Elemental. But, Tracy, from your perspective, you've been in space for 188... I had it here somewhere, hours. >> Yeah, days. >> You've been on STS118, you've been on the Soyuz to the station on expeditions 23 and 24. What does this capability now mean in the life of an astronaut? >> I think what it does is it helps us bring the experience to everybody here on Earth. It is so hard to capture what we are not just seeing, but experiencing. The richness, the detail, the vividness of the colors and how they're changing are all a part of looking at our beautiful planet. And just from that alone, being able to bring that to the American people, the world, really, is, I think to me a great relief. Because it grieves me to think about how in the world I would describe this beautiful, magnificent view to everybody back home. >> I can imagine. You've done extra-vehicular space walks. >> Tracy: Yes. >> And I can imagine it's indescribable. >> It is. And from the fact you're looking at our planet from 250 miles above, you see the curvature of the Earth, you see it moving at a super high speed, you don't feel the wind in your face, but there's no doubt you're traveling very fast. Just the fact that you are out in the vacuum of space. If you could bring parts of that experience to people back home ... I'm excited to think about how that would transform just the way people think, not to mention the way that they act towards our planet. >> I also think inspiration ... We were talking before we went on that you were about 14 when the Challenger incident happened, we all kind of remember exactly where we were, and that really, a teacher being in space was so inspirational to you. Can you imagine shifting the conversation and what this technology is able to do inspiring the next generation of people that want to be the next Tracy Caldwell Dyson? >> Well, I think what the technology does today, especially in imaging capabilities, is it provides so much more detail than I could even describe. That a young person today watching that, and our generation today is so visual, that they're going to pick up on things that I wouldn't even think to describe to them. And it's going to capture their imagination in ways that are astounding. Compared to I, who, just the sheer knowledge of knowing there was a teacher that was going into space, propelled me to work really hard. I can only imagine what this generation's going to be capable of because of the images that we're bringing to them. >> It's so exciting. Sam, this is really kind of the tip of the iceberg. From AWS Elemental's perspective, first of all, you just had a rebrand. But what does this mean for the future of the video ecosystem? >> Well, I think it really shows you how the technology components came come together to create unbelievable pictures no matter where you are on the planet or in space. We had a live 4k encoder on the space station itself sending down signals to Johnson Space Center, then Johnson Space Center sending redundant links to Las Vegas, here, and the convention center. And then processing the video, the interview with Tracy, here in the space center-- or, here in NAB and then using the cloud to distribute that all over the world. So these 4k images, which take a significant amount of bandwidth, can be created in space, delivered here, produced and delivered anywhere in the world using the power of the cloud and advanced networking technology. And that's pretty amazing, when you think about it. >> Lisa: It really is. I don't think the three of us are smiling big enough. >> I know. It hurts! >> There's so much relief in this face. >> Lisa: I can imagine >> I bet. >> I absolutely can imagine, I think. One of the cool things about-- This is our first time at NAB with The Cube, but we're here: Media, entertainment, Hollywood. What this shows is this transcendence of technology to space. And there's so much interest in space. In fact, Tracy, you were an advisor to Jessica Chastain on "The Martian," which is probably pretty exciting. >> Oh, absolutely. It is. >> But just the transcendence of that and how this technology can be used to power things that everybody can understand, movies and things. But also the future of space exploration, which I can imagine, right now in the era of the space shuttle being retired now, depending on Soyuz rockets to get to the space station as the next vehicle is delivered, this must be quite inspirational for you as an astronaut, as not only is the next vehicle in development, but also, the exploration of Mars. In fact, you were just last month with President Trump. >> Tracy: Yes. >> As they signed a bill. What are your thoughts about that and how do you see imaging technology being an instrumental part of Mars exploration? >> In so many ways, but at the top is the momentum. Like you said, with Hollywood has captured space in some real endearing ways. And the images from NASA, from the human space flight program to Hubble to deep space, it is propelling ... it's momentum. And I think we need that momentum, especially with our young folks because they're going to be the ones, let's face it, who are going to be in the best condition to be on the planet of Mars. So, if we can continue to feed them the images as lifelike as we can, so that they feel they're there, I think we are heading in the right direction to actually being there. >> Wow, fantastic! Congratulations to both of you. Thank you both so much for joining us on The Cube. We can't wait to see what's next. >> Sam: Thank you so much. >> Tracy: Thank you. Thank you. >> Well, for Tracy and Sam, I'm Lisa Martin. You've been watching The Cube live from NAB 2017. Stick around, we'll be right back. (funky music)

Published Date : Apr 26 2017

SUMMARY :

Brought to you by HGST. Sam Blackman, the co-founder and CEO of AWS Elemental, And we have NASA astronaut, Tracy Caldwell Dyson. aboard the International Space Station. Tell us about that. and the amount of technology that came into play I can't even imagine. also in the interview and that guy is hilarious, and in the 4k resolution, you could just see I had it here somewhere, hours. in the life of an astronaut? And just from that alone, being able to bring that I can imagine. Just the fact that you are out in the vacuum of space. the next generation of people that want to be that they're going to pick up on things you just had a rebrand. to create unbelievable pictures no matter where you are I don't think the three of us are smiling big enough. I know. One of the cool things about-- It is. But also the future of space exploration, and how do you see imaging technology being from the human space flight program to Hubble to deep space, Congratulations to both of you. Thank you. Well, for Tracy and Sam, I'm Lisa Martin.

SENTIMENT ANALYSIS :

ENTITIES

EntityCategoryConfidence
TracyPERSON

0.99+

Jessica ChastainPERSON

0.99+

SamPERSON

0.99+

Lisa MartinPERSON

0.99+

Sam BlackmanPERSON

0.99+

NASAORGANIZATION

0.99+

EarthLOCATION

0.99+

Las VegasLOCATION

0.99+

WhitsonPERSON

0.99+

Tracy Caldwell DysonPERSON

0.99+

The MartianTITLE

0.99+

threeQUANTITY

0.99+

LisaPERSON

0.99+

Johnson Space CenterORGANIZATION

0.99+

250 milesQUANTITY

0.99+

bothQUANTITY

0.99+

BothQUANTITY

0.99+

AWS ElementalORGANIZATION

0.99+

first timeQUANTITY

0.99+

NAB 2017EVENT

0.99+

MarsLOCATION

0.99+

OneQUANTITY

0.98+

17,000 miles an hourQUANTITY

0.98+

last monthDATE

0.98+

todayDATE

0.98+

firstQUANTITY

0.98+

Peggy WhitsonPERSON

0.98+

NAB Show 2017EVENT

0.98+

TodayDATE

0.97+

HollywoodORGANIZATION

0.97+

NABEVENT

0.97+

The CubeTITLE

0.96+

SoyuzCOMMERCIAL_ITEM

0.95+

188QUANTITY

0.94+

two guestsQUANTITY

0.93+

4kQUANTITY

0.9+

Challenger incidentEVENT

0.85+

HGSTDATE

0.85+

STS118COMMERCIAL_ITEM

0.84+

CommanderPERSON

0.83+

The CubeORGANIZATION

0.83+

DoctorPERSON

0.82+

about 14QUANTITY

0.79+

President TrumpPERSON

0.77+

4k imagesQUANTITY

0.75+

Dr.PERSON

0.69+

Colonel FisherPERSON

0.66+

The CubeCOMMERCIAL_ITEM

0.65+

4k videoQUANTITY

0.64+

Space StationLOCATION

0.62+

AmericanOTHER

0.53+

InternationalCOMMERCIAL_ITEM

0.49+

Brian Lillie | ServiceNow Knowledge13


 

brian lily is here he's the cio of Equinix Brian thanks for coming on thanks I'm happy to be here that's so you've heard the keynote this morning yes you heard the excellent messaging Franklin was just on very crisp it seems like there's a passionate audience here so first of all let's start with with equinix you guys are you know interesting company you're sort of at the heart of a lot of this cloud action tell us more about equinix well Equinix is a global data center provider we have 97 data centers around the world in 15 countries and we have over 500 cloud providers that host with us around the world and we're network neutral which is really besides sort of being high-end operational reliability etc we have 900 carriers in our facilities so if you're a cloud provider a content provider and you want to provide information access in the lowest latency highest reliability way to eyeballs all over the world Equinix is the place to be you have a mega global footprint fact we were at the AWS some of the few weeks ago the Moscone Equinix kept coming up you know we had a number of company that netapp on they talked about their partnership with you another another number of other companies that are working with you to get for instance close to some of the Amazon data centers and provide that that presence and that low latency and so you guys are really you know crushing it in the cloud talk a little bit about what you're doing with with with service now you know this whole notion that I t is all these disparate processes and running on spreadsheets is was that kind of what your operation was like free service now or described a little bit yeah I'd be happy to it was exactly like that so I've been it I've been in equinix four and a half years and when I came we had really we had done some significant organic growth we'd acquired some companies in Europe and Asia and and really hadn't pulled that all together and so we had six or seven disparate systems everybody was on their own process and and actually a service now had this great marketing program it was called cloud for clunkers and the clunker I think was they were specifically talking about but it was cloud for clunkers and and I thought that was kind of catchy and my colleague I have a goal that everybody that reports to me directly becomes a CIO and the CIO of JDS Uniphase Chris Beatty he had implemented services out very sign after I had left and he said Brian whatever you've put into whatever you're doing stop go with service now you'll never regret it and it was the best advice ever got so I got to give props to Chris implemented it and now we have one global instance that we're running all around the world all of our information I have a CIO dashboard where we're now all demand all demand coming into IT comes in through service now we have a google-like interface I can track projects incidents events problems requests our entire change management process is run through there so we're actually one hundred percent compliant with that so how did you do before you said you had six or seven different systems try to do all this stuff that's right and we had manual I mean we had manual effort right so so the itl does sort of your classical break fix I need help was done on one system the server team was done on a different system the network team on a third system email was have a you know so so when it came time you know sometimes your guys come to you and say hey I need some I need some heads I'm dying here I'm like show me the data baby show me the data and they couldn't do it or they stopped work for 56 days to gather the data to prove to me that they needed more head count well well now we we have metrics that are that are actually amazing we know we know exactly what our SLA Czar against each incident problem requests whatever by group we know it by by region we know where we have hotspots we know where we should automate to address things I mean we actually are running it like a business now which we couldn't do before so how about visibility to things like the application portfolio or the project portfolio just ServiceNow help you you know give you line of sight into those sort of critical initiatives yeah so so we started with the infrastructure and I think most companies start with infrastructure it's maybe a little more straightforward and so we started there but but then the apps guys it was kind of nice to see the out sky saw the infrastructure guys starting to manage their business like a business and often I don't know if you know but in that sort of in the in the IT organization the apps guys are closer the business infrastructure guys are sort of the guys you know under the hood or behind the curtain don't pay attention them mechanics mechanic they were mechanics well they actually were running their business like the head of infrastructure for me was acting like the CIO I mean he had command of the business we call it at equinix you have to have command of whatever business you're running and the apps guy said you know I want that so so we actually did a couple things we changed our interface to the business to us to be through service now it used to be for projects for application projects it had a different mechanism we move that now to a very clean form in service now that we we built and so now all application demand comes in all of our business systems analysis for both support and projects manage now their business and service now so now they both come to me with their dashboards with the demand coming into the team's by functional area if it's if it's apps we can see that finance is heavily asking for apps versus operations or sales or marketing so we actually now I go to the east staff meeting I report to the CEO and I go in with data that says look here's the portfolio of applications we have here's the request you're asking me to do let's prioritize these together I have a recommendation based on what i think is impact and business value but at the end of the day I'm the steward of the company's money it's not my money so you know but but now we have the visibility we can have the conversation we couldn't have the conversation because I really is a business value conversation I'm so that's that's impressive so Jeff summers brian is a CIO there's so many transformative things happening right now there's there's cloud there's computing power as a service you guys were quite dialed in without since you had a lot of that infrastructure but as a CIO with all the transformative opportunities that you have how are you prioritizing thing and how does this fall within those priority priorities when you're making the changes to your business and implementing new technologies that's a great quote thats a great question because the CIO is that I talked to and it's pretty interesting they're pulling their hair out but yeah I was 642 lat a hair before I joined idea uh-huh a CIO colleague of mine he we had this exact conversation because he goes you know he came over actually came over to see our implementation wanted to talk through how we had gotten there and sort of our journey was service now and and he said you know I really want to be where you guys are and he says we just haven't bubbled up in the priority yet because they're so busy either fixing or dealing with just organic growth or whatever so it's a really good question we we try and have a balance we have you know clearly operations of our data centers comes first so so that consumed so anything we can do there too and we're doing some really interesting innovation there with big data we've built some reference architectures with Accenture specifically around helping us manage that data center platform then sales and marketing I mean clearly got to bring revenue in the door and so the last but not least is finance legal HR and IT but but at the end of the day I try and do i call it the cio sprinkle where you know you even if you put large clumps of money or resources here you got a sprinkle a little bit everywhere and and service now was sort of our sprinkle where I said we have to do this to run efficiently as a global organization and and it was really the best decision I ever made and what's interesting is is now the business sort of looks over our shoulder and says hey hey what is that and we've now implemented service now for our HR function for our finance Shared Services Center for facilities now several different business functions want what we have so yeah we implemented it for us but it's we're spreading it yeah the other thing is because your data center Frank talked about the lights out aspect of as many processes as you can without people clearly running a big data center the less people you have running around those machines the better so with that as a reference within your own business you know how effective have you been using this this platform to kind of take people out of all these processes well I think I think we have so we we have a program called equinix on Equinix and what it is is it's how we use our own global platform to run our own business and you know we've got distributed because you can get real economies of scale if you distribute as opposed to just clumping into large data centers you can actually even if you have one of those you can have small footprints all over the world and increase performance and network hubbing and all that so we've done that for us well we don't necessarily have IT people in all those locations so we we've implemented a couple of things one is monitoring tool called science logic very very good very good tool that we've integrated with service now so all of our incident event monitoring is done on science logic but it integrates into service now so we have and I'll show this later today we have a incident p1 scroller we're right into service now these tickets are automatically open they scroll in front of everybody we have them on the wall absolutely we so in a go to door knock and everybody is aware of them and now that's a part of our sort of hands-off in these remote locations in particular but it just helped us manage our business again commander the business CIO has to have it so is that how it works with you mentioned HR is you have some other HR system sure there it's peoplesoft their workday whatever it is that you use work dank workday good love workday how you to hell awesome I do to their smoking hot yeah and getting it right I said happening so it's okay so you use workday so how does get just like that example how does the service now you know integrate with the workday how does that all work so so I think in most we're not a huge enterprise where over 3,000 employees now and we are global but I think as you start to of any scale you start to centralize into shared services so it you know in a previous company of mine it was called HR front line at equinix called HR direct and what this is it's a you know think of it as a small help desk for HR questions so if you have a question about benefits or pay or whatever you can call this number or you can submit an email to HR direct a tektronix calm and and we've taken those male aliases and and put that right into service now so they see and can track all the requests and what they've used so so it's it's in that sense of stand-alone how it's integrated is is they do a couple of things with the data the first thing they do is they say wow this question keeps getting asked how do we improve our FAQ s improve our communications to the employees because actually the data is there the information is there but they're not getting it so it helps them with their faq second is is sometimes it could be related to a workday piece of data that is wrong about the employee or whatever and and so then they can go and actually update workday so today we don't I don't believe we've got it integrated other than work days our source of truth for employees and so it with Active Directory actually is integrated with service now so we have all of our employees who can submit requests or who can act as technicians in the system I Brian so running low on time but last question I have is what advice would you give to your CIO peers that are thinking about you know automating their their their service management and kind of struggling with all these disparate systems people that are in a similar situation is you what advice would you give them maybe things that you would have done differently help help your peers out here sure I I would say this is something that is sort of table stakes you have to do this and if you have to do this start with something you know you can get your arms around so in our case I think why we're successful is is we started with number one sort of a Service Catalog like what are the services that you offer as a CIO that you're going to offer the business and mask the complexity of who provides those services to the end-user don't make them choose they know they want a computer they don't know which group so mass that you can marry that together I think the other thing is is as a CIO you've got to be a leader it's just like the sales exec who says to the rep you must put the data into salesforce com but then they never use it right so if you're the CIO I mean I've told my guys if it's not in service now don't even come talk to me don't even talk to me so now we run our project meetings out of it we run our our metrics meetings out of it you got to be a leader and and number one is demand that the data is in their number to demand that we have one process one system one set of processes consistent you're going to get people say well it's different in Germany it's different in Singapore baloney delivering IT is delivering IT that's my advice right fantastic listen thanks for stopping by the cube really appreciate the advice the insides the energy all right Jeff Frick and I'll be right back we're live at Las Vegas the knowledge conference this is service now's big event big customer event this cube silicon angles flagship telecast keep it right there boom right back with our next guest

Published Date : Mar 25 2015

**Summary and Sentiment Analysis are not been shown because of improper transcript**

ENTITIES

EntityCategoryConfidence
sixQUANTITY

0.99+

ChrisPERSON

0.99+

EuropeLOCATION

0.99+

Brian LilliePERSON

0.99+

Chris BeattyPERSON

0.99+

GermanyLOCATION

0.99+

56 daysQUANTITY

0.99+

SingaporeLOCATION

0.99+

Las VegasLOCATION

0.99+

Jeff FrickPERSON

0.99+

900 carriersQUANTITY

0.99+

equinixORGANIZATION

0.99+

AccentureORGANIZATION

0.99+

AsiaLOCATION

0.99+

BrianPERSON

0.99+

AmazonORGANIZATION

0.99+

AWSORGANIZATION

0.99+

15 countriesQUANTITY

0.99+

todayDATE

0.99+

FrankPERSON

0.99+

over 3,000 employeesQUANTITY

0.99+

brian lilyPERSON

0.99+

one systemQUANTITY

0.99+

bothQUANTITY

0.98+

one hundred percentQUANTITY

0.98+

97 data centersQUANTITY

0.98+

Moscone EquinixORGANIZATION

0.98+

EquinixORGANIZATION

0.98+

Jeff summersPERSON

0.98+

sevenQUANTITY

0.98+

four and a half yearsQUANTITY

0.98+

first thingQUANTITY

0.97+

brianPERSON

0.96+

over 500 cloud providersQUANTITY

0.96+

seven different systemsQUANTITY

0.95+

each incidentQUANTITY

0.93+

HR directORGANIZATION

0.91+

few weeks agoDATE

0.9+

netappORGANIZATION

0.89+

later todayDATE

0.89+

HR directORGANIZATION

0.89+

JDS UniphaseORGANIZATION

0.88+

one global instanceQUANTITY

0.88+

642 latQUANTITY

0.87+

FranklinPERSON

0.86+

oneQUANTITY

0.86+

tektronixORGANIZATION

0.85+

third system emailQUANTITY

0.82+

ServiceNowORGANIZATION

0.8+

firstQUANTITY

0.79+

systemsQUANTITY

0.78+

this morningDATE

0.78+

couple thingsQUANTITY

0.7+

equinixTITLE

0.68+

secondQUANTITY

0.68+

scienceTITLE

0.54+

googleORGANIZATION

0.54+

coupleQUANTITY

0.54+